# RustDesk changelog
> Open-source remote desktop, self-hostable.
- Vendor: RustDesk
- Category: Productivity
- Platforms: Desktop
- Official site: https://rustdesk.com
- Tracked by: What's New (https://whatsnew.fyi/product/rustdesk)
- Harvested from: GitHub (rustdesk/rustdesk)
- Entries below: 10 (newest first)
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
## Releases
### nightly
- Date: 2026-07-10
- Version: nightly
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/nightly
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/nightly
- Labels: Pre-release; nightly; Platforms: Desktop
- **removed** — Remove feature cli
- **changed** — Update download, force tls
- **fixed** — Fix default Android API version mismatch between vcpkg and rest of build for working on android 6
- **fixed** — Harden wf_cliprdr.c

#### This is a nightly build, which is built every day with the latest code.
Changelog
#### Added
#### Changes
- [refact: remove feature cli #15524](https://github.com/rustdesk/rustdesk/pull/15524)
#### Fixes
- [fix: update download, force tls #15529](https://github.com/rustdesk/rustdesk/pull/15529)
- [Fix default Android API version mismatch between vcpkg and rest of build (for working on android 6)](https://github.com/rustdesk/rustdesk/pull/14850)
- [harden wf_cliprdr.c #15515](https://github.com/rustdesk/rustdesk/pull/15515)
### 1.4.9
- Date: 2026-07-06
- Version: 1.4.9
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.9
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/1.4.9
- Labels: Platforms: Desktop
- **added** — Support controller user attribution in audit logs
- **added** — Restore the last viewed monitor on auto reconnect
- **added** — Auto-close terminal tab/window when shell exits
- **added** — Add authentication details to connection audit
- **removed** — Remove feature cli
- **fixed** — Fix session scope permission audit
- **fixed** — Fix non-E2EE show dialog
- **fixed** — Fix Wayland clipboard support for ext-data-control
- **fixed** — Fix file transfer conflict handling for all tasks
- **fixed** — Fix Unix clipboard to refresh cached file size and modification time on re-copy
- **fixed** — Fix custom client to show options for incoming-only
- **fixed** — Fix fuse path broken since IPC path changed
- **fixed** — Fix tray menu opening on left-click after tray-icon update
- **fixed** — Fix Android input service state synchronization with Flutter
- **fixed** — Fix fuse umount
- **fixed** — Fix MSI update norestart
- **fixed** — Fix clipboard CLIPRDR format-map growth to be checked

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-x86_64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-x86_64.flatpak) | | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-aarch64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-aarch64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-aarch64.flatpak) | [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-armv7-sciter.deb) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-armv7-signed.apk) | | |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-x86-sciter.exe) (Legacy)| | | | | |
[](https://rustdesk.com/pricing.html)
##### For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.9/rustdesk-1.4.9-x86_64.AppImage)): [check below please](#)
##### For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)
#### Changelog
Changelog
#### Added
- [Support controller user attribution in audit logs #15407](https://github.com/rustdesk/rustdesk/pull/15407)
- [Feature: Restore the last viewed monitor on auto reconnect #15441](https://github.com/rustdesk/rustdesk/pull/15441)
- [auto-close terminal tab/window when shell exits #15448](https://github.com/rustdesk/rustdesk/pull/15448)
- [Add authentication details to connection audit #15456](https://github.com/rustdesk/rustdesk/pull/15456)
#### Changes
- [refact: remove feature cli #15524](https://github.com/rustdesk/rustdesk/pull/15524)
#### Fixes
- [Fix/session scope permission audit #15469](https://github.com/rustdesk/rustdesk/pull/15469)
- [fix: non-E2EE show dialog #15514](https://github.com/rustdesk/rustdesk/pull/15514)
- [fix(wayland): clipboard, support ext-data-control #15366](https://github.com/rustdesk/rustdesk/pull/15366)
- [refact: file transfer, do this for all conflicts(tasks) #15385](https://github.com/rustdesk/rustdesk/pull/15385)
- [fix(clipboard): unix, refresh cached file size/mtime on re-copy #15392](https://github.com/rustdesk/rustdesk/pull/15392)
- [fix(custom-client):
_[Truncated at 4000 characters — full notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.9]_
### 1.4.8
- Date: 2026-06-21
- Version: 1.4.8
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.8
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/1.4.8
- Labels: Platforms: Desktop
- **added** — Add Windows arm64 support
- **added** — Add monitor-switch buttons to remote toolbars
- **added** — Add privacy mode support for multi-monitors
- **added** — Add autocomplete for online contacts
- **added** — Add theme logo customization
- **changed** — Improve remote device restart and autoconnect behavior
- **changed** — Change OIDC icon from Azure to Microsoft
- **changed** — Make printer driver unchecked by default
- **changed** — Revert touch gestures with external mouse on iPad
- **fixed** — Fix Wayland to Wayland clipboard paste
- **fixed** — Fix CJK font rendering on arm64-linux with flutter-elinux
- **fixed** — Fix autocorrect and data detectors corrupting the server Key field on iOS
- **fixed** — Fix mouse mismatch on iOS
- **fixed** — Fix leftover logind session processes on headless Linux teardown
- **fixed** — Fix crash on startup 0xc0000409 Fast Fail in librustdesk.dll on Windows 11 26H1
- **fixed** — Fix Windows DIB images by filling missing alpha channel
- **fixed** — Fix Python target injection generation
- **fixed** — Fix clipboard synchronization not being fully disabled in View Only mode
- **fixed** — Fix Pause key handling on Windows

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-x86_64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-x86_64.flatpak) | | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-aarch64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-aarch64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-aarch64.flatpak) | [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-armv7-sciter.deb) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-armv7-signed.apk) | | |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-x86-sciter.exe) (Legacy)| | | | | |
[](https://rustdesk.com/pricing.html)
##### For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.8/rustdesk-1.4.8-x86_64.AppImage)): [check below please](#)
##### For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)
#### Changelog
Changelog
#### Added
- [Add Windows arm64 support #15139](https://github.com/rustdesk/rustdesk/pull/15139)
- [Feature: Add monitor-switch buttons to remote toolbars #15342](https://github.com/rustdesk/rustdesk/pull/15342)
- [Refact/privacy mode 1 multi monitors #15321](https://github.com/rustdesk/rustdesk/pull/15321)
- [autocomplete online #15313](https://github.com/rustdesk/rustdesk/pull/15313)
- [feat: theme logo #15268](https://github.com/rustdesk/rustdesk/pull/15268)
#### Changes
- [refact: restart remote device, autoconnect #15290](https://github.com/rustdesk/rustdesk/pull/15290)
- [refact(oidc): icon azure to microsoft #15278](https://github.com/rustdesk/rustdesk/pull/15278)
- [Refact/printer driver default unchecked #15191](https://github.com/rustdesk/rustdesk/pull/15191)
- [Revert "fix(iPad): keep touch gestures with external mouse" #15288](https://github.com/rustdesk/rustdesk/pull/15288)
#### Fixes
- [fix Wayland→Wayland clipboard paste](https://github.com/rustdesk/rustdesk/issues/13338)
- [fix(arm64-linux): fix CJK font rendering on flutter-elinux #15324](https://github.com/rustdesk/rustdesk/pul
_[Truncated at 4000 characters — full notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.8]_
### 1.4.7
- Date: 2026-06-02
- Version: 1.4.7
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.7
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/1.4.7
- Labels: Platforms: Desktop
- **added** — Add advanced option to allow CLI settings when custom client toggles Disable settings
- **added** — Add Android device deployment flow
- **added** — Allow dragging whole toolbar and snapping to all four edges of the remote session window
- **added** — Allow macOS monitor switching in privacy mode
- **added** — Add option to enable privacy mode and enable permission change in accept window
- **added** — Implement change_theme and change_language callbacks
- **added** — Add brute-force protection for one-time password
- **added** — Add option to hide stop-service when service is running
- **added** — Reuse the device token with --deploy
- **changed** — Encrypt password handling
- **changed** — Harden OS password anti brute force for terminal Windows and headless Linux
- **changed** — Disable mobile deeplink by default
- **changed** — Stop retrying on restricted mobile access errors
- **changed** — Add Wayland clipboard input prompt for keyboard
- **fixed** — Fix bytes codec reserve() to check max
- **fixed** — Fix symmetric crypt with zero nonce
- **fixed** — Add integer overflow check in wf_cliprdr.c
- **fixed** — Close Android session on dispose to prevent reconnect wedge
- **fixed** — Insert videoconvert to fix screencast on COSMIC and DMA-BUF portals for Wayland
- **fixed** — Scope active-user IPC routing to root CLI main requests

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-x86_64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-x86_64.flatpak) | | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-aarch64.flatpak) | [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-armv7-sciter.deb) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-armv7-signed.apk) | | |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-x86-sciter.exe) (Legacy)| | | | | |
[](https://rustdesk.com/pricing.html)
##### For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-x86_64.AppImage)): [check below please](#)
##### For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)
#### Changelog
Changelog
#### Added
- [Add advanced option to allow CLI settings when custom client toggles Disable settings #15138](https://github.com/rustdesk/rustdesk/pull/15138)
- [Add Android device deployment flow #15146](https://github.com/rustdesk/rustdesk/pull/15146)
- [Drag whole toolbar; snap to all four edges of the remote session window #15051](https://github.com/rustdesk/rustdesk/pull/15051)
- Github action hash pinned
- [Allow macOS monitor switching in privacy mode #15004](https://github.com/rustdesk/rustdesk/pull/15004)
- [feat: option, enable-privacy-mode & enable-perm-change-in-accept-window #14875](https://github.com/rustdesk/rustdesk/pull/14875)
- [impl(cm): implement change_theme and change_language callbacks #14782](https://github.com/rustdesk/rustdesk/pull/14782)
- [add brute-force protection for one-time password #14682](https://github.com/rustdesk/rustdesk/pull/14682)
- [add option to hide stop-service when service is running #14563](https://github.com/rustdesk/rustdesk/pull/14563)
- [--deploy, reuse the device token #15035](https://github.com/rustdesk/rustdesk/pull/15035)
#### Changes
- [refact(password): encrypt #15073](https://github.com/rustdesk/rustdesk/pull/15073)
- [Harden os password (terminal windows and headless linux) anti brute force #14985](https://github.com/rustdesk/rustdesk/pull/149
_[Truncated at 4000 characters — full notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.7]_
### 1.4.6
- Date: 2026-03-05
- Version: 1.4.6
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.6
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/1.4.6
- Labels: Platforms: Desktop
- **added** — Avatar support
- **added** — Custom client auto update for Windows
- **added** — Scale wheel lines on Windows/Linux to match Mac
- **added** — Display name support
- **added** — Wayland keyboard mode with legacy and translate options
- **added** — iOS terminal touch swipe and floating back button for exit
- **added** — Auto retry on offline when controlled peer's account changes
- **added** — Initial privacy mode support for macOS
- **added** — Changelog link in update help card
- **added** — Keep-awake-during-incoming-sessions and keep-awake-during-outgoing-sessions options
- **changed** — Move port mapping afterwards
- **changed** — Request input password before reconnection for macOS update
- **changed** — Remove obsolete Python version check from deb packaging
- **changed** — Change quick support filename detection
- **fixed** — Fix keyboard legacy mode
- **fixed** — Add reconnection buffer support for persistent terminal sessions
- **fixed** — Message being typed is no longer cleared when remote message is received
- **fixed** — Fix terminal tab close for persistent sessions
- **fixed** — Fix terminal new tab auto-focus and NaN error on data before layout
- **fixed** — Fix terminal tabKey parsing for peerIds containing underscores

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-x86_64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-x86_64.flatpak) | | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-aarch64.flatpak) | [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-armv7-sciter.deb) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-armv7-signed.apk) | | |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-x86-sciter.exe) (Legacy)| | | | | |
[](https://rustdesk.com/pricing.html)
##### For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.6/rustdesk-1.4.6-x86_64.AppImage)): [check below please](#)
##### For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)
#### Changelog
Changelog
#### Added
- [avatar #14440](https://github.com/rustdesk/rustdesk/pull/14440)
- Custom client auto update (Windows)
- [ui: scale wheel lines on Windows/Linux to Mac #14395](https://github.com/rustdesk/rustdesk/pull/14395)
- [display_name #14358](https://github.com/rustdesk/rustdesk/pull/14358)
- [feat(wayland): keyboard mode, legacy & translate #14317](https://github.com/rustdesk/rustdesk/pull/14317)
- [iOS terminal: Add touch swipe and floating back button for exit #14208](https://github.com/rustdesk/rustdesk/pull/14208)
- [auto retry on offline when controlled peer's account changes #14124](https://github.com/rustdesk/rustdesk/pull/14124)
- [feat(macos): initial privacy mode support [a simple try] #14102](https://github.com/rustdesk/rustdesk/pull/14102)
- [add Changelog link in update help card #13997](https://github.com/rustdesk/rustdesk/pull/13997)
- [keep-awake-during-incoming-sessions and keep-awake-during-outgoing-sessions #14082](https://github.com/rustdesk/rustdesk/pull/14082)
#### Changes
- [Move port mapping afterwards #14448](https://github.com/rustdesk/rustdesk/pull/14448)
- [input password before reconnection for macos update #14430](https://github.com/rustdesk/rustdesk/pull/14430)
- [packaging: deb: remove obsolete Python version check #14429](https://github.com/rustdesk/rustdesk/p
_[Truncated at 4000 characters — full notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.6]_
### 1.4.5
- Date: 2026-01-09
- Version: 1.4.5
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.5
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/1.4.5
- Labels: Platforms: Desktop
- **added** — Allow configuring remote control permissions for different users
- **added** — Relative mouse mode
- **added** — Terminal: two-row floating keyboard buttons for common commands on mobile
- **changed** — Remove gzip encoding in Legacy AB pushes
- **changed** — Show login dialog when clicking note if not logged in
- **changed** — Require login for note
- **changed** — Remote toolbar icon
- **changed** — Remote toolbar show/hide
- **changed** — File transfer: delegate win --server file reading to CM
- **fixed** — File transfer: perm on access-mode
- **fixed** — Desktop: wakelock issue with multiple tabs in same window
- **fixed** — Address book fetch failure: Add Content-Length header for empty body POST requests
- **fixed** — Terminal: linux, macOS, windows as the controlled side
- **fixed** — Window positioning out of bounds on multi-monitors setup
- **fixed** — Terminal: macOS, env TERM
- **fixed** — Linux, home
- **fixed** — Clipboard duplicates pasted text on macOS (Text + RTF)
- **fixed** — Set TERM env variable for terminal to fix Delete key not working
- **fixed** — Win, peer shortcut, colon to underscore
- **fixed** — Terminal top content overlapping with notch (SafeArea)

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86_64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86_64.flatpak) | | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-aarch64.flatpak) | [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-armv7-sciter.deb) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-armv7-signed.apk) | | |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86-sciter.exe) | | | | | |
[](https://rustdesk.com/pricing.html)
##### For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.5/rustdesk-1.4.5-x86_64.AppImage)): [check below please](#)
##### For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)
#### Changelog
Changelog
#### Added
- [Allow configuring remote control permissions for different users #13974](https://github.com/rustdesk/rustdesk/pull/13974)
- [Relative mouse mode #13928](https://github.com/rustdesk/rustdesk/pull/13928)
- [Terminal: two-row floating keyboard buttons for common commands (mobile only) #13876](https://github.com/rustdesk/rustdesk/pull/13876)
#### Changes
- [Remove gzip encoding in Legacy AB pushes #13937](https://github.com/rustdesk/rustdesk/pull/13937)
- [Show login dialog when clicking note if not logged in #13856](https://github.com/rustdesk/rustdesk/pull/13856)
- [Require login for note #13775](https://github.com/rustdesk/rustdesk/pull/13775)
- [Remote toolbar icon #13865](https://github.com/rustdesk/rustdesk/pull/13865)
- [Remote toolbar show/hide #13843](https://github.com/rustdesk/rustdesk/pull/13843)
- [File transfer: delegate win --server file reading to CM #13736](https://github.com/rustdesk/rustdesk/pull/13736)
#### Fixes
- [File transfer: perm on "access-mode" #13971](https://github.com/rustdesk/rustdesk/pull/13971)
- [Desktop: wakelock issue with multiple tabs in same window #13956](https://github.com/rustdesk/rustdesk/pull/13956)
- [Address book fetch failure: Add Content-Length header for empty body POST requests #13940](https://github.com/rustdesk/rustdesk/pull/13940)
-
_[Truncated at 4000 characters — full notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.5]_
### 1.4.4
- Date: 2025-11-19
- Version: 1.4.4
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.4
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/1.4.4
- Labels: Platforms: Desktop
- **added** — Better Wayland support for multi scaled monitors in Gnome and KDE
- **added** — Edge scrolling
- **added** — Ask for note at the end of connection
- **added** — Allow transferred files to be managed by Files and iTunes on iOS
- **added** — Allow flipping sort order in mobile app's file transfer
- **added** — File transfer auto start on reconnect
- **added** — Show proxy settings on iOS
- **added** — Load custom installed CA root on mobile
- **added** — UI customization for Sciter version
- **added** — Insecure TLS option
- **added** — macOS command line update from dmg file
- **changed** — rustls-tls fall back to native-tls for better TLS compatibility on all platforms
- **changed** — HTTP post in UI changed from Flutter to native Rust for better compatibility and consistency
- **changed** — Flatpak socket x11 for better compatibility
- **fixed** — Image paused for multiple incoming connections with multiple screens
- **fixed** — Camera capture large error log
- **fixed** — macOS hwcodec check for both x64 and Arm64
- **fixed** — Scale custom on mobile
- **fixed** — Show alias instead of peerId in terminal tab label
- **fixed** — Reqwest proxy auth
- **fixed** — macOS BigSur cvbuffer crash

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.flatpak) | | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-aarch64.flatpak) | [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-armv7-sciter.deb) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-armv7-signed.apk) | | |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86-sciter.exe) | | | | | |
[](https://rustdesk.com/pricing.html)
##### For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.4/rustdesk-1.4.4-x86_64.AppImage)): [check below please](#)
##### For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)
#### Changelog
Changelog
#### Added
- Better Wayland support for multi scaled monitors (Gnome and KDE)
- Edge scrolling
- Ask for note at the end of connection
- ios: Allow transfered files to be managed by Files and iTunes
- Allow flipping sort order in mobile app's file transfer
- File transfer, auto start on reconnect
- Show proxy settings on iOS
- Load custom installed CA root on mobile
- UI costomization for Sciter version
- Insecure TLS option
- macOS: command line of update from dmg file
#### Changes
- rustls-tls fall back to native-tls for better TLS compatibility on all platforms
- The http post in UI is changed from Flutter to native rust for better compatibility and consistency.
- flatpak, socket x11, better compatibility
#### Fixes
- Image paused for multiple incoming connections with multiple screens
- Camera capture large error log
- macOS hwcodec check for both x64 and Arm64
- Scale custom on mobile
- Show alias instead of peerId in terminal tab label
- Reqwest proxy auth
- macOS bigsur cvbuffer crash
- keep chat window within screen bounds to prevent hidden window
- terminal clear command on some env
### 1.4.3
- Date: 2025-10-17
- Version: 1.4.3
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.3
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/1.4.3
- Labels: Platforms: Desktop

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-x86_64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-x86_64.flatpak) | | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-aarch64.flatpak) | [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-armv7-sciter.deb) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-armv7-signed.apk) | | |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-x86-sciter.exe) | | | | | |
[](https://rustdesk.com/pricing.html)
##### For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-x86_64.AppImage)): [check below please](#)
##### For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)
#### Changelog
Changelog
#### Added
- Virtual mouse on mobile ([demo](https://x.com/rustdesk/status/1970498157978230881))
- Custom scale mode with inline controls and live apply ([demo](https://x.com/polyMatto/status/1971563214745084408))
- Wayland multi-monitor screen capture functionality ([demo](https://x.com/rustdesk/status/1970160716532600887))
- More assign from cli and devices.py
- Address book api res/ab.py, and audit api res/audits.py
- IPv6 prefix-based rate limiting on login failures
#### Changes
- Centralize debounce of save window pos and save window pos on close
- Touch mode option moved from peer option to local option
#### Fixes
- Arch/Wayland 100% cpu
- Low fps on macOS if running as service (installed)
- Window positioning on Windows when the taskbar is on the top or left
- Websocket reconnect
- Crash on android armv7 (introduced in 1.4.1)
- uninstall idd
- Portable program can't run from cmd on win7
### 1.4.2
- Date: 2025-09-15
- Version: 1.4.2
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.2
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/1.4.2
- Labels: Platforms: Desktop

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-x86_64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-x86_64.flatpak) | | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-aarch64.flatpak) | [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-armv7-sciter.deb) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-armv7-signed.apk) | | |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-x86-sciter.exe) | | | | | |
[](https://rustdesk.com/pricing.html)
##### For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.2/rustdesk-1.4.2-x86_64.AppImage)): [check below please](#)
##### For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)
#### Changelog
Changelog
#### Added
- show your cursor on controlled side in view mode
- Incremental file transfer support (both sides being 1.4.2 are required)
- sciter hide cm #12570
- show TCP/UDP/IPv6 in tooltip #12613
- clipboard files, audit #12730
- advanced option, main window, always on top #12731
- disable-discovery-pane
- address-book level password
#### Changes
- try udp/tcp punch both at the same time
- Enhance .desktop File with New Keywords for Improved App Discoverability #12599
- Upgrade codecs
#### Fixes
- nokhwa, win, infinite loop #12489
- set allowMalformed to true when decode utf8 #12693
- ios, file transfer, home dir #12657
- On Ubuntu, the activity's name is "RustDeskURL Scheme Handler" instead of "RustDesk" at the top bar #12587
- audio delay (Linux): added pulse audio and pipewire configuration RustDesk service #12724
- mouse event, is in current window #12760
- Scrambled image #12719
- port forward, invalid msg
### 1.4.1
- Date: 2025-07-29
- Version: 1.4.1
- Original notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.1
- Permalink: https://whatsnew.fyi/product/rustdesk/releases/1.4.1
- Labels: Platforms: Desktop

| Architecture | Windows | Ubuntu | Mac | Android | Flatpak | iOS | Web |
|--------------|---------|--------|-----|----------|---------|---------|---------|
| x86-64 (64-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-x86_64.exe) [MSI](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-x86_64.msi) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-x86_64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-x86_64.dmg) | [Universal](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-universal-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-x86_64.flatpak) | | [Go](https://rustdesk.com/web) |
| AArch64 (ARM64) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-aarch64.deb) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-aarch64.dmg) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-aarch64-signed.apk) | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-aarch64.flatpak) | [App Store](https://apps.apple.com/us/app/rustdesk-remote-desktop/id1581225015) | |
| ARMv7 (32-bit) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-armv7-sciter.deb) | | [Download](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-armv7-signed.apk) | | |
| x86-32 (32-bit) | [EXE](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-x86-sciter.exe) | | | | | |
[](https://rustdesk.com/pricing.html)
##### For more downloads ([Fedora](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-0.x86_64.rpm) / [Arch Linux](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-0-x86_64.pkg.tar.zst) / [Suse](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-0.x86_64-suse.rpm) / [AppImage](https://github.com/rustdesk/rustdesk/releases/download/1.4.1/rustdesk-1.4.1-x86_64.AppImage)): [check below please](#)
##### For the latest features: [check out the nightly build](https://github.com/rustdesk/rustdesk/releases/tag/nightly)
#### Changelog
Changelog
#### Added
- Terminal
- UDP and IPv6 Punch
- Stylus
- Numberic one time password option
- Enable force-always-relay option in address books and accessible devices
#### Changes
- Force secure tcp for login session rather than ignoring timeout
- clear the accessible devices tab when retrieving accessible devices disabled #11913
- Improve sas
- Shorten retry time (from 18s to 3s) for some network error in rendezvous mediator to make reboot connection faster
#### Fixes
- macOS resolution list for Retina to solve the problem of unexpected resolution change after disconnection
- Can not input password if lock screen via RustDesk on macOS #11802
- Key input lag on macOS https://www.reddit.com/r/rustdesk/comments/1kn1w5x/typing_lags_when_connecting_to_macos_clients/
- Crash of 32 bit on Windows X64 for camera connection
- len(uid) < 4 case for "No active console user logged on" #11943
- No icon for Rustdesk appimage #11927
- Test nat type for outgoing-only client
- Untagged tag does not work in secondary or additional address books. #12061
- bring back allow-https-21114 https://github.com/rustdesk/rustdesk-server-pro/discussions/570#discussioncomment-13449526
- linux, nokhwa, camera index #12045
- win, upload sysinfo #11849
- mobile never connecting with password from url scheme #11797
- not work on
_[Truncated at 4000 characters — full notes: https://github.com/rustdesk/rustdesk/releases/tag/1.4.1]_