Skip to content

Commit 9e59b3e

Browse files
committed
Release v0.5.26
1 parent 31e58a4 commit 9e59b3e

15 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
SOURCE_DIR: ${{github.workspace}}/.cache/source
3131
TOOSL_DIR: ${{github.workspace}}/.cache/tools
3232
INSTALL_DIR: ${{github.workspace}}/.cache/install
33-
SerialPortAssistant_VERSION: v0.5.25
33+
SerialPortAssistant_VERSION: v0.5.26
3434
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
3535
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
3636
VCPKG_DEFAULT_HOST_TRIPLET: x64-linux

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
env:
44
artifact_path: artifact_path
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6-
SerialPortAssistant_VERSION: v0.5.25
6+
SerialPortAssistant_VERSION: v0.5.26
77

88
on:
99
push:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
TOOSL_DIR: ${{github.workspace}}/.cache/tools
4040
INSTALL_DIR: ${{github.workspace}}/.cache/install_macos
4141
qt_modules: qtwebengine ${{matrix.qt_modules}}
42-
SerialPortAssistant_VERSION: 1.0.9
42+
SerialPortAssistant_VERSION: 0.5.26
4343
artifact_name: build_macos
4444
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
4545

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
SOURCE_DIR: ${{github.workspace}}\.cache\source
2727
TOOSL_DIR: ${{github.workspace}}\.cache\tools
2828
INSTALL_DIR: ${{github.workspace}}\.cache\install_mingw
29-
SerialPortAssistant_VERSION: v0.5.25
29+
SerialPortAssistant_VERSION: v0.5.26
3030
artifact_name: build_mingw
3131

3232
# Map the job outputs to step outputs

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
4646
VCPKG_MANIFEST_DIR: "${{github.workspace}}${{matrix.VCPKG_MANIFEST_DIR}}"
4747
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
48-
SerialPortAssistant_VERSION: v0.5.25
48+
SerialPortAssistant_VERSION: v0.5.26
4949
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
5050
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
5151
qt_modules: qtwebengine ${{matrix.qt_modules}}

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
SOURCE_DIR: ${{github.workspace}}/.cache/source
2323
TOOSL_DIR: ${{github.workspace}}/.cache/tools
2424
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu_${{matrix.BUILD_TYPE}}
25-
SerialPortAssistant_VERSION: 0.5.25
25+
SerialPortAssistant_VERSION: 0.5.26
2626
artifact_name: build_ubuntu
2727

2828
# Map the job outputs to step outputs

App/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828
GET_VERSION(OUT_VERSION SerialPortAssistant_VERSION
2929
OUT_REVISION SerialPortAssistant_Revision)
3030
IF(NOT SerialPortAssistant_VERSION)
31-
SET(SerialPortAssistant_VERSION "0.5.25")
31+
SET(SerialPortAssistant_VERSION "0.5.26")
3232
ENDIF()
3333
message("SerialPortAssistant_VERSION:${SerialPortAssistant_VERSION};Revision:${SerialPortAssistant_Revision}")
3434

App/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.KangLinStudio.SerialPortAssistant" android:installLocation="auto" android:versionCode="0" android:versionName="0.5.25" >
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.KangLinStudio.SerialPortAssistant" android:installLocation="auto" android:versionCode="0" android:versionName="0.5.26" >
33

44
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
55
<uses-permission android:name="android.permission.INTERNET"/>

Install/Install.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
; HM NIS Edit Wizard helper defines
44
!define PRODUCT_NAME "SerialPortAssistant"
5-
!define PRODUCT_VERSION "v0.5.25"
5+
!define PRODUCT_VERSION "v0.5.26"
66
!define PRODUCT_PUBLISHER "KangLin studio"
77
!define PRODUCT_WEB_SITE "https://github.com/KangLin/${PRODUCT_NAME}"
88
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@ Author: Kang Lin (kl222@126.com)
6565
- Install
6666
- ubuntu
6767

68-
[serialportassistant_0.5.25_amd64.deb](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.25/serialportassistant_0.5.25_amd64.deb)
68+
[serialportassistant_0.5.26_amd64.deb](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.26/serialportassistant_0.5.26_amd64.deb)
6969

70-
sudo apt install ./serialportassistant_0.5.25_amd64.deb
70+
sudo apt install ./serialportassistant_0.5.26_amd64.deb
7171
# If you're on an older Linux distribution, you will need to run this instead:
72-
# sudo dpkg -i serialportassistant_0.5.25_amd64.deb
72+
# sudo dpkg -i serialportassistant_0.5.26_amd64.deb
7373
# sudo apt-get install -f # Install dependencies
7474

7575
- Windows
7676

77-
[SerialPortAssistant_v0.5.25_win64_msvc2019_64_qt6.6.2_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.25/SerialPortAssistant_v0.5.25_win64_msvc2019_64_qt6.6.2_Setup.exe)
77+
[SerialPortAssistant_v0.5.26_win64_msvc2019_64_qt6.6.2_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.26/SerialPortAssistant_v0.5.26_win64_msvc2019_64_qt6.6.2_Setup.exe)
7878

7979
- Andoird
80-
- [SerialPortAssistant_v0.5.25_android_arm64_v8a_qt6.6.2_Release.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.25/SerialPortAssistant_v0.5.25_android_arm64_v8a_qt6.6.2_Release.apk)
81-
- [SerialPortAssistant_v0.5.25_android_x86_64_qt6.6.2_Release.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.25/SerialPortAssistant_v0.5.25_android_x86_64_qt6.6.2_Release.apk)
80+
- [SerialPortAssistant_v0.5.26_android_arm64_v8a_qt6.6.2_Release.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.26/SerialPortAssistant_v0.5.26_android_arm64_v8a_qt6.6.2_Release.apk)
81+
- [SerialPortAssistant_v0.5.26_android_x86_64_qt6.6.2_Release.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.26/SerialPortAssistant_v0.5.26_android_x86_64_qt6.6.2_Release.apk)
8282

8383
## Donate
8484

0 commit comments

Comments
 (0)