Skip to content

Commit

Permalink
Release v0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Jan 24, 2025
1 parent cc84bac commit ba6c5db
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-24.04

env:
RabbitRemoteControl_VERSION: v0.0.31
RabbitRemoteControl_VERSION: v0.0.32
VCPKGGITCOMMITID: 9f5925e81bbcd9c8c34cc7a8bd25e3c557b582b2
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
RabbitRemoteControl_VERSION: v0.0.31
RabbitRemoteControl_VERSION: v0.0.32
artifact_name: build_appimage

# Map the job outputs to step outputs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: build
env:
artifact_path: artifact_path
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RabbitRemoteControl_VERSION: v0.0.31
RabbitRemoteControl_VERSION_PRE: v0.0.30
RabbitRemoteControl_VERSION: v0.0.32
RabbitRemoteControl_VERSION_PRE: v0.0.31

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu
DOXYGEN_VERSION: 1.9.8
artifact_name: build_doxygen
RabbitRemoteControl_VERSION: v0.0.31
RabbitRemoteControl_VERSION: v0.0.32

# Map the job outputs to step outputs
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
VCPKG_MANIFEST_FEATURES: "freerdp;vnc;wol"
artifact_name: build_macos
RabbitRemoteControl_VERSION: v0.0.31
RabbitRemoteControl_VERSION: v0.0.32

# Map the job outputs to step outputs
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}\.cache\source
TOOSL_DIR: ${{github.workspace}}\.cache\tools
INSTALL_DIR: ${{github.workspace}}\.cache\install
RabbitRemoteControl_VERSION: v0.0.31
RabbitRemoteControl_VERSION: v0.0.32
artifact_name: build_mingw

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
qt_modules: ${{matrix.qt_modules}}
artifact_name: build_msvc
RabbitRemoteControl_VERSION: v0.0.31
RabbitRemoteControl_VERSION: v0.0.32

# Map the job outputs to step outputs
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
RabbitRemoteControl_VERSION: 0.0.31
RabbitRemoteControl_VERSION: 0.0.32
artifact_name: build_ubuntu

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion App/Client/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.KangLinStudio.RabbitRemoteControl"
android:versionName="0.0.31"
android:versionName="0.0.32"
android:versionCode="0"
android:installLocation="auto">

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ endif()
GET_VERSION(OUT_VERSION RabbitRemoteControl_VERSION
OUT_REVISION RabbitRemoteControl_REVISION)
IF(NOT RabbitRemoteControl_VERSION)
SET(RabbitRemoteControl_VERSION "0.0.31")
SET(RabbitRemoteControl_VERSION "0.0.32")
ENDIF()
message("RabbitRemoteControl_VERSION:${RabbitRemoteControl_VERSION};Revision:${RabbitRemoteControl_REVISION}")
set(VERSION ${RabbitRemoteControl_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion Install/Install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!define PRODUCT_NAME "RabbitRemoteControl"
!define PRODUCT_APP_NAME "RabbitRemoteControlApp"
!define PRODUCT_APP_SERVICE_CONFIGURE_NAME "RabbitRemoteControlServiceConfigure"
!define PRODUCT_VERSION "v0.0.31"
!define PRODUCT_VERSION "v0.0.32"
!define PRODUCT_PUBLISHER "KangLin studio"
!define PRODUCT_WEB_SITE "https://github.com/KangLin/${PRODUCT_NAME}"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_APP_NAME}.exe"
Expand Down
68 changes: 34 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ It include remote desktop, remote terminal, player etc remote control functions.
### Video

<video width="320" height="240" autoplay="true" controls="controls">
<source src="https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.31/2025-01-03.09-57-27.mp4" type="video/mp4">
<source src="https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.32/2025-01-03.09-57-27.mp4" type="video/mp4">
</video>

https://github.com/user-attachments/assets/28c2b412-f9d6-43c6-bc40-bc814031751d
Expand Down Expand Up @@ -197,7 +197,7 @@ Legend:
### Full Documentation

- Development documentation online
- [sourceforge](https://rabbitremotecontrol.sourceforge.io/v0.0.31/English/html/index.html)
- [sourceforge](https://rabbitremotecontrol.sourceforge.io/v0.0.32/English/html/index.html)
- [github.io](https://kanglin.github.io/RabbitRemoteControl/English/html/index.html)
- [Compilation documentation](#Compilation)

Expand Down Expand Up @@ -351,58 +351,58 @@ See requirements for details: https://github.com/KangLin/RabbitRemoteControl/iss
- [![rabbitremotecontrol](https://snapcraft.io/rabbitremotecontrol/badge.svg)](https://snapcraft.io/rabbitremotecontrol)
[![rabbitremotecontrol](https://snapcraft.io/rabbitremotecontrol/trending.svg?name=0)](https://snapcraft.io/rabbitremotecontrol)

+ Current version: v0.0.31
+ Current version: v0.0.32
- Windows: Supported WINDOWS 7 and later version
+ Win64
- Install package: RabbitRemoteControl_v0.0.31_win64_msvc2022_64_qt6.8.1_Setup.exe
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.31/RabbitRemoteControl_v0.0.31_win64_msvc2022_64_qt6.8.1_Setup.exe)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.31/RabbitRemoteControl_v0.0.31_win64_msvc2022_64_qt6.8.1_Setup.exe/download)
- MD5SUM file: RabbitRemoteControl_v0.0.31_win64_msvc2022_64_qt6.8.1_Setup.exe.md5sum
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.31/RabbitRemoteControl_v0.0.31_win64_msvc2022_64_qt6.8.1_Setup.exe.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.31/RabbitRemoteControl_v0.0.31_win64_msvc2022_64_qt6.8.1_Setup.exe.md5sum/download)
- Install package: RabbitRemoteControl_v0.0.32_win64_msvc2022_64_qt6.8.1_Setup.exe
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.32/RabbitRemoteControl_v0.0.32_win64_msvc2022_64_qt6.8.1_Setup.exe)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.32/RabbitRemoteControl_v0.0.32_win64_msvc2022_64_qt6.8.1_Setup.exe/download)
- MD5SUM file: RabbitRemoteControl_v0.0.32_win64_msvc2022_64_qt6.8.1_Setup.exe.md5sum
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.32/RabbitRemoteControl_v0.0.32_win64_msvc2022_64_qt6.8.1_Setup.exe.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.32/RabbitRemoteControl_v0.0.32_win64_msvc2022_64_qt6.8.1_Setup.exe.md5sum/download)
+ Win32
- Install package: RabbitRemoteControl_v0.0.31_win32_msvc2017_qt5.12.12_Setup.exe
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.31/RabbitRemoteControl_v0.0.31_win32_msvc2017_qt5.12.12_Setup.exe)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.31/RabbitRemoteControl_v0.0.31_win32_msvc2017_qt5.12.12_Setup.exe/download)
- MD5SUM file: RabbitRemoteControl_v0.0.31_win32_msvc2017_qt5.12.12_Setup.exe.md5sum
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.31/RabbitRemoteControl_v0.0.31_win32_msvc2017_qt5.12.12_Setup.exe.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.31/RabbitRemoteControl_v0.0.31_win32_msvc2017_qt5.12.12_Setup.exe.md5sum/download)
- Install package: RabbitRemoteControl_v0.0.32_win32_msvc2017_qt5.12.12_Setup.exe
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.32/RabbitRemoteControl_v0.0.32_win32_msvc2017_qt5.12.12_Setup.exe)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.32/RabbitRemoteControl_v0.0.32_win32_msvc2017_qt5.12.12_Setup.exe/download)
- MD5SUM file: RabbitRemoteControl_v0.0.32_win32_msvc2017_qt5.12.12_Setup.exe.md5sum
- [Download from Github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.32/RabbitRemoteControl_v0.0.32_win32_msvc2017_qt5.12.12_Setup.exe.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.32/RabbitRemoteControl_v0.0.32_win32_msvc2017_qt5.12.12_Setup.exe.md5sum/download)
- Ubuntu, Debian:
+ rabbitremotecontrol_0.0.31_amd64.deb
+ rabbitremotecontrol_0.0.32_amd64.deb

sudo apt install ./rabbitremotecontrol_0.0.31_amd64.deb
sudo apt install ./rabbitremotecontrol_0.0.32_amd64.deb

# If you're on an older ubuntu distribution, you will need to run this instead:
# sudo dpkg -i rabbitremotecontrol_0.0.31_amd64.deb
# sudo dpkg -i rabbitremotecontrol_0.0.32_amd64.deb
# sudo apt-get install -f # Install dependencies

- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.31/rabbitremotecontrol_0.0.31_amd64.deb)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.31/rabbitremotecontrol_0.0.31_amd64.deb/download)
+ MD5SUM file: rabbitremotecontrol_0.0.31_amd64.deb.md5sum
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.31/rabbitremotecontrol_0.0.31_amd64.deb.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.31/rabbitremotecontrol_0.0.31_amd64.deb.md5sum/download)
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.32/rabbitremotecontrol_0.0.32_amd64.deb)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.32/rabbitremotecontrol_0.0.32_amd64.deb/download)
+ MD5SUM file: rabbitremotecontrol_0.0.32_amd64.deb.md5sum
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.32/rabbitremotecontrol_0.0.32_amd64.deb.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.32/rabbitremotecontrol_0.0.32_amd64.deb.md5sum/download)
- Snap:
[![rabbitremotecontrol](https://snapcraft.io/rabbitremotecontrol/badge.svg)](https://snapcraft.io/rabbitremotecontrol)
[![rabbitremotecontrol](https://snapcraft.io/rabbitremotecontrol/trending.svg?name=0)](https://snapcraft.io/rabbitremotecontrol)
- AppImage:
- RabbitRemoteControl_v0.0.31_x86_64.AppImage
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.31/RabbitRemoteControl_v0.0.31_x86_64.AppImage)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.31/RabbitRemoteControl_v0.0.31_x86_64.AppImage/download)
- RabbitRemoteControl_v0.0.32_x86_64.AppImage
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.32/RabbitRemoteControl_v0.0.32_x86_64.AppImage)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.32/RabbitRemoteControl_v0.0.32_x86_64.AppImage/download)

chmod u+x RabbitRemoteControl_v0.0.31_x86_64.AppImage
./RabbitRemoteControl_v0.0.31_x86_64.AppImage
chmod u+x RabbitRemoteControl_v0.0.32_x86_64.AppImage
./RabbitRemoteControl_v0.0.32_x86_64.AppImage

- md5sum file: RabbitRemoteControl_v0.0.31_x86_64.AppImage.md5sum
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.31/RabbitRemoteControl_v0.0.31_x86_64.AppImage.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.31/RabbitRemoteControl_v0.0.31_x86_64.AppImage.md5sum/download)
- md5sum file: RabbitRemoteControl_v0.0.32_x86_64.AppImage.md5sum
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/download/v0.0.32/RabbitRemoteControl_v0.0.32_x86_64.AppImage.md5sum)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.32/RabbitRemoteControl_v0.0.32_x86_64.AppImage.md5sum/download)
- Other:
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/tag/v0.0.31)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.31/)
- [Download from github](https://github.com/KangLin/RabbitRemoteControl/releases/tag/v0.0.32)
- [Download from sourceforge](https://sourceforge.net/projects/rabbitremotecontrol/files/v0.0.32/)

## [Development](docs/Doxygen/Develop.md)

### Development documentation online
- [sourceforge](https://rabbitremotecontrol.sourceforge.io/v0.0.31/English/html/index.html)
- [sourceforge](https://rabbitremotecontrol.sourceforge.io/v0.0.32/English/html/index.html)
- [github.io](https://kanglin.github.io/RabbitRemoteControl/English/html/index.html)

### Compilation
Expand Down
Loading

0 comments on commit ba6c5db

Please sign in to comment.