Releases: KangLin/RabbitRemoteControl
Releases · KangLin/RabbitRemoteControl
Release list
Recently developed build - test_master
Recently developed build - test_masterPre-release
Pre-release
This release is for development and testing purposes only!
🇺🇸 Change log
App:
Rename UI prompts
Old name New name Function Remote Operate Menu Remote->Connect Operate->Start Menu or tool bar Remote->Disconnect Operate->Stop Menu or tool bar
Rename class name
Old name New Name CConnecter COperate Connect CBackend ConnectThread CBackendThread CConnecterThread COperateDesktop CPluginClient CPlugin CClient CManager CParameterConnecter CParameterOperate CParameterClient CParameterPlugin FrmParameterClient CParameterPluginUI
Add
- Plugin
- Add Terminal
- Terminal SSH
- Terminal telnet
- Serail port
- Add file transfer
- SFTP
- FTP
- Add Server
- FTP server
- SFTP server
- FreeRDP server
- Player
- Add display subtitle
- Add web browser
- Add plugin template
- Plugin interface
- Add stats
- Add security level
- Add input method in freerdp
- Add Terminal
- Application
- App: add favorite from activity list and recent list
- favorite and recent with database
- Add view layout
- Add main menu in toolbaar
- Add activity menu
- Add build_mscos.sh. add App bundle
- Add run the program directly without installation for windows install package
- Add store password to system redential
- Plugin
Modify
- Application
- Modify toolbar
- Modify full screen tool bar background color
- Application
Fix
- Application
- Plugin: fix disable desktop shortcuts in linux. See: https://github.com/KangLin/RabbitRemoteControl/discussions/91
- Fix splitter view bug
- Fix full screen tool bar position in wayland bug.
The reason is that on the Wayland platform,
the toolbar's QWindow has already been exposed (isExposed() == true),
but the compositor doesn't treat the absolute position you requested
as the final position (it puts top-level windows in the center).
This is common behavior in Wayland—many compositors perform
server-side placement for top-level windows (including Qt::Tool / transient windows),
so client move() requests are often ignored or overridden.
The most reliable solution is to avoid making the toolbar
a "top-level window placed by the compositor" and instead treat
it as a child of the main window (client-side placement).
So, the fullscreen toolbar was refactored to be a child window of the main window,
andraise()is used to keep it on top.
- Application
Commit: 31ce285c889dabcc966faf48ce0ac5d8513d17bf
Build time: 2026-08-26 08:48:43+00:00
Download:
| x86-64 (64-bit) | x86-32 (32-bit) | AArch64 (ARM64) | ARMv7 (32-bit) | 🇺🇸 Comment | 🇨🇳 备注 | |
|---|---|---|---|---|---|---|
| Windows | EXE | EXE | EXE | Supported platforms: x86-32(Qt5): Some features are restricted. x86-64(Qt6) | 支持平台: x86-32(Qt5): 部分功能受限。 x86-64(Qt6) | |
| Android | APK | APK | Experiment. Supported platforms | 实验性的。 支持平台 | ||
| macOS | App zipdmg | App zipdmg | Experiment. Supported platforms | 实验性的。 支持平台 | ||
| Linux | zip file of install AppImage | zip file of install AppImage | Unzip the zip file, then execute install.sh to install shortcuts for application, links, and directories in graphical user interfaces (GUIs); or execute RabbitRemoteControl_0.1.0-dev_Linux_*.AppImage to run program in the terminal.NOTE: GLIBC >= 2.43 and installed fuse3 | 解压 zip 文件,然后执行 install.sh, 安装用于图形界面的目录、桌面快捷方式;或者在终端中执行 RabbitRemoteControl_0.1.0-dev_Linux_*.AppImage 文件,运行程序。注意: GLIBC >= 2.43 并且安装了 fuse3 | ||
| Ubuntu 26.04 (resolute) | DEB | DEB | Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Ubuntu 24.04 (noble) | DEB | DEB | Because the system library version is too low, some features are restricted. Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 因为系统库版本太低,所以部分功能受限。 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Ubuntu 22.04 (jammy) | DEB | DEB | Because the system library version is too low, some features are restricted. Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 因为系统库版本太低,所以部分功能受限。 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Debian 13 (trixie) | DEB | DEB | Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Debian 12 (Bookworm) | DEB | DEB | Because the system library version is too low, some features are restricted. Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 因为系统库版本太低,所以部分功能受限。 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Fedora 43 | RPM | RPM | Run sudo dnf install "rpm file" to install it. | 执行命令 sudo dnf install "rpm file" 进行安装。 | ||
| Fedora 42 | RPM | RPM | Run sudo dnf install "rpm file" to install it. | 执行命令 sudo dnf install "rpm file" 进行安装。 | ||
| Fedora 41 | RPM | RPM | Run `sudo dnf install "r... |
v0.1.0-bate10
| 🇺🇸 English | 🇨🇳 中文 |
|---|---|
| Change log | 修改日志 |
| Full Change: v0.0.37...v0.1.0-bate10 | 全部修改: v0.0.37...v0.1.0-bate10 |
| Build time: 2026-08-11 10:05:39+00:00 | 构建时间:2026-08-11 10:05:39+00:00 |
| Supported platforms: Qt5Qt6 | 支持平台: Qt5Qt6 |
| File checksum | 文件检验和 |
| Online development document | 在线开发文档 |
Download:
| x86-64 (64-bit) | x86-32 (32-bit) | AArch64 (ARM64) | ARMv7 (32-bit) | 🇺🇸 Comment | 🇨🇳 备注 | |
|---|---|---|---|---|---|---|
| Windows | EXE | EXE | EXE | Supported platforms: x86-32(Qt5): Some features are restricted. x86-64(Qt6) | 支持平台: x86-32(Qt5): 部分功能受限。 x86-64(Qt6) | |
| Android | APK | APK | Experiment. Supported platforms | 实验性的。 支持平台 | ||
| macOS | App zipdmg | App zipdmg | Experiment. Supported platforms | 实验性的。 支持平台 | ||
| Linux | zip file of install AppImage | zip file of install AppImage | Unzip the zip file, then execute install.sh to install shortcuts for application, links, and directories in graphical user interfaces (GUIs); or execute RabbitRemoteControl_0.1.0-bate10_Linux_*.AppImage to run program in the terminal.NOTE: GLIBC >= 2.43 and installed fuse3 | 解压 zip 文件,然后执行 install.sh, 安装用于图形界面的目录、桌面快捷方式;或者在终端中执行 RabbitRemoteControl_0.1.0-bate10_Linux_*.AppImage 文件,运行程序。注意: GLIBC >= 2.43 并且安装了 fuse3 | ||
| Ubuntu 26.04 (resolute) | DEB | DEB | Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Ubuntu 25.04 (questing) | DEB | DEB | Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Ubuntu 24.04 (noble) | DEB | DEB | Because the system library version is too low, some features are restricted. It is recommended to use the snap package. Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 因为系统库版本太低,所以部分功能受限。建议使用 snap 包。 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Debian 13 (trixie) | DEB | DEB | Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Debian 12 (Bookworm) | DEB | DEB | Because the system library version is too low, some features are restricted. It is recommended to use the snap package. Run sudo apt install ./rabbitremotecontrol_*.deb to install it. | 因为系统库版本太低,所以部分功能受限。建议使用 snap 包。 运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。 | ||
| Fedora 43 | RPM | RPM | Run sudo dnf install "rpm file" to install it. | 执行命令 sudo dnf install "rpm file" 进行安装。 | ||
| Fedora 42 | RPM | RPM | Run sudo dnf install "rpm file" to install it. | 执行命令 sudo dnf install "rpm file" 进行安装。 | ||
| Fedora 41 | RPM | RPM | Run sudo dnf install "rpm file" to install it. | 执行命令 sudo dnf install "rpm file" 进行安装。 |
v0.0.37
| 🇺🇸 English | 🇨🇳 中文 |
|---|---|
| Change log | 修改日志 |
| Full Change: v0.0.36...v0.0.37 | 全部修改: v0.0.36...v0.0.37 |
| Build time: 2025-08-18 02:58:40+00:00 | 构建时间:2025-08-18 02:58:40+00:00 |
| Installation package description | 安装包说明 |
File checksum:
| File | Checksum(md5) |
|---|---|
| RabbitRemoteControl_0.0.37_Linux_aarch64.AppImage | b71cc3e7510847d73b41aef0b856d41a |
| RabbitRemoteControl_0.0.37_Linux_x86_64.AppImage | df91fbff34a54698c3a67023184f1371 |
| RabbitRemoteControl_v0.0.37_Linux_aarch64.flatpak | ecad29fa13027c645607d6761aa5e6c2 |
| RabbitRemoteControl_v0.0.37_Linux_x86_64.flatpak | 537ca0c8b1f3d84ba2dbdaf015481b4c |
| RabbitRemoteControl_v0.0.37_android_arm64_v8a_qt6.8.1_Release.apk | cec49e5641b997ced84140f75ce45c46 |
| RabbitRemoteControl_v0.0.37_android_x86_64_qt6.8.1_Release.apk | 4081243ff23ffeb98762fe293f5ba79f |
| RabbitRemoteControl_v0.0.37_document.zip | b7eeb93668fbe53365acc75ad6d3d2fe |
| RabbitRemoteControl_v0.0.37_macos.zip | 948aacd0ed3f14680e11681b346ef190 |
| RabbitRemoteControl_v0.0.37_win32_msvc2017_qt5.12.12_Portable.zip | 7c1ce3dede49cdf972ac85e84d8289a4 |
| RabbitRemoteControl_v0.0.37_win32_msvc2017_qt5.12.12_Setup.exe | c7ee6b3760ba04643d6d73c6d94ec542 |
| RabbitRemoteControl_v0.0.37_win64_msvc2022_64_qt6.8.1_Portable.zip | a766347aa79b893f8e50b56397fa612e |
| RabbitRemoteControl_v0.0.37_win64_msvc2022_64_qt6.8.1_Setup.exe | 9ebcc60894617e9534bf25d2bef975a1 |
| rabbitremotecontrol-0.0.37-1.fc41.aarch64.rpm | 0f8bacf1ace8963629b0106d54f0cd8d |
| rabbitremotecontrol-0.0.37-1.fc41.x86_64.rpm | 54504d81e9702c2fa568c6163d04e70a |
| rabbitremotecontrol_0.0.37_ubuntu-22.04-arm_arm64.deb | 4435122c4f4a5b44c04f8077b9632ca7 |
| rabbitremotecontrol_0.0.37_ubuntu-22.04_amd64.deb | d6d7cc608f58e1374ede19ef9a88b5a4 |
| rabbitremotecontrol_0.0.37_ubuntu-24.04-arm_arm64.deb | c4a3572f52967e5ee1e170bc60d87956 |
| rabbitremotecontrol_0.0.37_ubuntu-24.04_amd64.deb | ceb5bd757b318c1a1146bb3a0cde852f |
v0.0.36
| 🇺🇸 English | 🇨🇳 中文 |
|---|---|
| Change log | 修改日志 |
| Full Change: v0.0.35...v0.0.36 | 全部修改: v0.0.35...v0.0.36 |
| Build time: 2025-06-06 18:49:35+00:00 | 构建时间:2025-06-06 18:49:35+00:00 |
| Installation package description | 安装包说明 |
File checksum:
| File | Checksum(md5) |
|---|---|
| RabbitRemoteControl_0.0.36_Linux_aarch64.AppImage | dc04c47b25a2289d4d2b653f11d0895a |
| RabbitRemoteControl_0.0.36_Linux_x86_64.AppImage | 496630db82321ed0c818620badecdcee |
| RabbitRemoteControl_v0.0.36_Linux_aarch64.flatpak | 81278e3944f26d619fe6697bdc2c4589 |
| RabbitRemoteControl_v0.0.36_Linux_x86_64.flatpak | f956f9314af7ed8af7ff371704dac1d7 |
| RabbitRemoteControl_v0.0.36_android_arm64_v8a_qt6.9.0_Release.apk | 84df705a1880f5431f7798c4dcb062de |
| RabbitRemoteControl_v0.0.36_android_x86_64_qt6.9.0_Release.apk | 86fe5151787d5bdd8101dfbe4d4aa211 |
| RabbitRemoteControl_v0.0.36_document.zip | a1df23c22c2be6bf683e54bab55501a0 |
| RabbitRemoteControl_v0.0.36_macos.zip | 201c7439f396111b5ed70e4facd0caff |
| RabbitRemoteControl_v0.0.36_win32_msvc2017_qt5.12.12_Portable.zip | c735f4fe1f69dd21a082b84f18fcb212 |
| RabbitRemoteControl_v0.0.36_win32_msvc2017_qt5.12.12_Setup.exe | 1576c73e1ffa4e8126430ea0652a4cf7 |
| RabbitRemoteControl_v0.0.36_win64_msvc2022_64_qt6.9.0_Portable.zip | 3a225be7421b9b183c4792d3f00b7967 |
| RabbitRemoteControl_v0.0.36_win64_msvc2022_64_qt6.9.0_Setup.exe | e786bb68def7b0be64c2b1e18676a7ad |
| rabbitremotecontrol-0.0.36-1.fc41.aarch64.rpm | 6986ad48dcbef84c1f615591c549f748 |
| rabbitremotecontrol-0.0.36-1.fc41.x86_64.rpm | 2e1e471468e8ee9eb3e1c93cd309383f |
| rabbitremotecontrol_0.0.36_ubuntu-22.04-arm_arm64.deb | e9b46516da8fb805cdf17892f3562b12 |
| rabbitremotecontrol_0.0.36_ubuntu-22.04_amd64.deb | 4c8a1e9e3c4ccc5e6608ee90d3d1df66 |
| rabbitremotecontrol_0.0.36_ubuntu-24.04-arm_arm64.deb | ea959a14755fe2ddf27a1e2ef63fc774 |
| rabbitremotecontrol_0.0.36_ubuntu-24.04_amd64.deb | bfb0f2d226f68a679ec2afa67817e0bb |