Skip to content

Releases: KangLin/RabbitRemoteControl

Recently developed build - test_master

Choose a tag to compare

@github-actionsgithub-actions released this 26 Aug 08:48

This release is for development and testing purposes only!

🇺🇸 Change log

  • Refactor

    • App:

      • Rename UI prompts

        Old nameNew nameFunction
        RemoteOperateMenu
        Remote->ConnectOperate->StartMenu or tool bar
        Remote->DisconnectOperate->StopMenu or tool bar
    • Rename class name

      Old nameNew Name
      CConnecterCOperate
      ConnectCBackend
      ConnectThreadCBackendThread
      CConnecterThreadCOperateDesktop
      CPluginClientCPlugin
      CClientCManager
      CParameterConnecterCParameterOperate
      CParameterClientCParameterPlugin
      FrmParameterClientCParameterPluginUI
  • Add

  • Modify

    • Application
      • Modify toolbar
      • Modify full screen tool bar background color
  • 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,
        and raise() is used to keep it on top.

Commit: 31ce285c889dabcc966faf48ce0ac5d8513d17bf

Build time: 2026-08-26 08:48:43+00:00

🇺🇸 Change log

File checksum

Download:

x86-64 (64-bit)x86-32 (32-bit)AArch64 (ARM64)ARMv7 (32-bit)🇺🇸 Comment🇨🇳 备注
WindowsEXEEXEEXESupported platforms:
x86-32(Qt5): Some features are restricted.
x86-64(Qt6)
支持平台:
x86-32(Qt5): 部分功能受限。
x86-64(Qt6)
AndroidAPKAPKExperiment.
Supported platforms
实验性的。
支持平台
macOSApp zipdmgApp zipdmgExperiment.
Supported platforms
实验性的。
支持平台
Linuxzip file of install AppImagezip file of install AppImageUnzip 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)DEBDEBRun sudo apt install ./rabbitremotecontrol_*.deb to install it.运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。
Ubuntu 24.04 (noble)DEBDEBBecause 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)DEBDEBBecause 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)DEBDEBRun sudo apt install ./rabbitremotecontrol_*.deb to install it.运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。
Debian 12 (Bookworm)DEBDEBBecause 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 43RPMRPMRun sudo dnf install "rpm file" to install it.执行命令 sudo dnf install "rpm file" 进行安装。
Fedora 42RPMRPMRun sudo dnf install "rpm file" to install it.执行命令 sudo dnf install "rpm file" 进行安装。
Fedora 41RPMRPMRun `sudo dnf install "r...
Read more

v0.1.0-bate10

Choose a tag to compare

@github-actionsgithub-actions released this 11 Aug 10:05

🇺🇸 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🇨🇳 备注
WindowsEXEEXEEXESupported platforms:
x86-32(Qt5): Some features are restricted.
x86-64(Qt6)
支持平台:
x86-32(Qt5): 部分功能受限。
x86-64(Qt6)
AndroidAPKAPKExperiment.
Supported platforms
实验性的。
支持平台
macOSApp zipdmgApp zipdmgExperiment.
Supported platforms
实验性的。
支持平台
Linuxzip file of install AppImagezip file of install AppImageUnzip 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)DEBDEBRun sudo apt install ./rabbitremotecontrol_*.deb to install it.运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。
Ubuntu 25.04 (questing)DEBDEBRun sudo apt install ./rabbitremotecontrol_*.deb to install it.运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。
Ubuntu 24.04 (noble)DEBDEBBecause 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)DEBDEBRun sudo apt install ./rabbitremotecontrol_*.deb to install it.运行命令 sudo apt install ./rabbitremotecontrol_*.deb 进行安装。
Debian 12 (Bookworm)DEBDEBBecause 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 43RPMRPMRun sudo dnf install "rpm file" to install it.执行命令 sudo dnf install "rpm file" 进行安装。
Fedora 42RPMRPMRun sudo dnf install "rpm file" to install it.执行命令 sudo dnf install "rpm file" 进行安装。
Fedora 41RPMRPMRun sudo dnf install "rpm file" to install it.执行命令 sudo dnf install "rpm file" 进行安装。

Download development document

Download from Flathub

rabbitremotecontrol

Download RabbitRemoteControl

v0.0.37

Choose a tag to compare

@github-actionsgithub-actions released this 18 Aug 02:58
🇺🇸 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:

FileChecksum(md5)
RabbitRemoteControl_0.0.37_Linux_aarch64.AppImageb71cc3e7510847d73b41aef0b856d41a
RabbitRemoteControl_0.0.37_Linux_x86_64.AppImagedf91fbff34a54698c3a67023184f1371
RabbitRemoteControl_v0.0.37_Linux_aarch64.flatpakecad29fa13027c645607d6761aa5e6c2
RabbitRemoteControl_v0.0.37_Linux_x86_64.flatpak537ca0c8b1f3d84ba2dbdaf015481b4c
RabbitRemoteControl_v0.0.37_android_arm64_v8a_qt6.8.1_Release.apkcec49e5641b997ced84140f75ce45c46
RabbitRemoteControl_v0.0.37_android_x86_64_qt6.8.1_Release.apk4081243ff23ffeb98762fe293f5ba79f
RabbitRemoteControl_v0.0.37_document.zipb7eeb93668fbe53365acc75ad6d3d2fe
RabbitRemoteControl_v0.0.37_macos.zip948aacd0ed3f14680e11681b346ef190
RabbitRemoteControl_v0.0.37_win32_msvc2017_qt5.12.12_Portable.zip7c1ce3dede49cdf972ac85e84d8289a4
RabbitRemoteControl_v0.0.37_win32_msvc2017_qt5.12.12_Setup.exec7ee6b3760ba04643d6d73c6d94ec542
RabbitRemoteControl_v0.0.37_win64_msvc2022_64_qt6.8.1_Portable.zipa766347aa79b893f8e50b56397fa612e
RabbitRemoteControl_v0.0.37_win64_msvc2022_64_qt6.8.1_Setup.exe9ebcc60894617e9534bf25d2bef975a1
rabbitremotecontrol-0.0.37-1.fc41.aarch64.rpm0f8bacf1ace8963629b0106d54f0cd8d
rabbitremotecontrol-0.0.37-1.fc41.x86_64.rpm54504d81e9702c2fa568c6163d04e70a
rabbitremotecontrol_0.0.37_ubuntu-22.04-arm_arm64.deb4435122c4f4a5b44c04f8077b9632ca7
rabbitremotecontrol_0.0.37_ubuntu-22.04_amd64.debd6d7cc608f58e1374ede19ef9a88b5a4
rabbitremotecontrol_0.0.37_ubuntu-24.04-arm_arm64.debc4a3572f52967e5ee1e170bc60d87956
rabbitremotecontrol_0.0.37_ubuntu-24.04_amd64.debceb5bd757b318c1a1146bb3a0cde852f

Download from Flathub

rabbitremotecontrol
rabbitremotecontrol

Download RabbitRemoteControl

v0.0.36

Choose a tag to compare

@github-actionsgithub-actions released this 06 Jun 18:49
🇺🇸 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:

FileChecksum(md5)
RabbitRemoteControl_0.0.36_Linux_aarch64.AppImagedc04c47b25a2289d4d2b653f11d0895a
RabbitRemoteControl_0.0.36_Linux_x86_64.AppImage496630db82321ed0c818620badecdcee
RabbitRemoteControl_v0.0.36_Linux_aarch64.flatpak81278e3944f26d619fe6697bdc2c4589
RabbitRemoteControl_v0.0.36_Linux_x86_64.flatpakf956f9314af7ed8af7ff371704dac1d7
RabbitRemoteControl_v0.0.36_android_arm64_v8a_qt6.9.0_Release.apk84df705a1880f5431f7798c4dcb062de
RabbitRemoteControl_v0.0.36_android_x86_64_qt6.9.0_Release.apk86fe5151787d5bdd8101dfbe4d4aa211
RabbitRemoteControl_v0.0.36_document.zipa1df23c22c2be6bf683e54bab55501a0
RabbitRemoteControl_v0.0.36_macos.zip201c7439f396111b5ed70e4facd0caff
RabbitRemoteControl_v0.0.36_win32_msvc2017_qt5.12.12_Portable.zipc735f4fe1f69dd21a082b84f18fcb212
RabbitRemoteControl_v0.0.36_win32_msvc2017_qt5.12.12_Setup.exe1576c73e1ffa4e8126430ea0652a4cf7
RabbitRemoteControl_v0.0.36_win64_msvc2022_64_qt6.9.0_Portable.zip3a225be7421b9b183c4792d3f00b7967
RabbitRemoteControl_v0.0.36_win64_msvc2022_64_qt6.9.0_Setup.exee786bb68def7b0be64c2b1e18676a7ad
rabbitremotecontrol-0.0.36-1.fc41.aarch64.rpm6986ad48dcbef84c1f615591c549f748
rabbitremotecontrol-0.0.36-1.fc41.x86_64.rpm2e1e471468e8ee9eb3e1c93cd309383f
rabbitremotecontrol_0.0.36_ubuntu-22.04-arm_arm64.debe9b46516da8fb805cdf17892f3562b12
rabbitremotecontrol_0.0.36_ubuntu-22.04_amd64.deb4c8a1e9e3c4ccc5e6608ee90d3d1df66
rabbitremotecontrol_0.0.36_ubuntu-24.04-arm_arm64.debea959a14755fe2ddf27a1e2ef63fc774
rabbitremotecontrol_0.0.36_ubuntu-24.04_amd64.debbfb0f2d226f68a679ec2afa67817e0bb

Download from Flathub

rabbitremotecontrol
rabbitremotecontrol

Download RabbitRemoteControl