Releases: ayaka-notes/rustdesk
Releases · ayaka-notes/rustdesk
Release list
ayaka-v1.4.9
chore(portal): bump VERSION 1.4.7 -> 1.4.8 Single source of truth; RELEASE_TAG, all asset URLs, and InstallNotes shell-command snippets derive from this constant. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
ayaka-v1.4.8
feat(portal): add macOS upgrade/cleanup guide before signature-unblock Tell users to kill the old app, remove /Applications/RustDesk.app, and reset ScreenCapture/Accessibility/ListenEvent TCC grants for com.carriez.rustdesk before reinstalling, so stale permission grants don't cause a black screen or unresponsive control after upgrade. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ayaka-v1.4.7-pre
chore(portal): merge Docker + Pages CI into one workflow portal.yml and portal-pages.yml did the same thing twice (checkout, trigger, path filter) for one logical pipeline. Merged into a single portal.yml with three jobs: - docker build & push image to GHCR (base "/") - pages-build vite build for Pages (base "/rustdesk/") - pages-deploy deploy the artifact to GitHub Pages docker and pages-build run in parallel; pages-deploy waits on pages-build. Permissions are scoped per job (packages:write for docker, pages/id-token for the Pages jobs).
ayaka-v1.4.7
chore(portal): merge Docker + Pages CI into one workflow portal.yml and portal-pages.yml did the same thing twice (checkout, trigger, path filter) for one logical pipeline. Merged into a single portal.yml with three jobs: - docker build & push image to GHCR (base "/") - pages-build vite build for Pages (base "/rustdesk/") - pages-deploy deploy the artifact to GitHub Pages docker and pages-build run in parallel; pages-deploy waits on pages-build. Permissions are scoped per job (packages:write for docker, pages/id-token for the Pages jobs).
ayaka-v1.4.6
feat(branding): ship transparent pink-ring logo.png for home page flutter/lib/common.dart loadLogo() loads assets/logo.png on the desktop home page left column but the file isn't shipped in the OSS repo (.gitignore excludes *png), so the logo slot was empty. Drop in a 120x120 transparent PNG of the pink ring and add a step to res/gen_icons.sh so future SVG edits regenerate it.
nightly
macOS update: restore LaunchAgent in GUI session and isolate temp upd…