Skip to content

Releases: ayaka-notes/rustdesk

ayaka-v1.4.9

ayaka-v1.4.9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:24
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

ayaka-v1.4.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jun 09:40
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

ayaka-v1.4.7-pre Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jun 11:21
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

ayaka-v1.4.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jun 11:32
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

ayaka-v1.4.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 May 17:56
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

nightly Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 May 03:07
80a5865
macOS update: restore LaunchAgent in GUI session and isolate temp upd…