Skip to content

Commit

Permalink
Release v0.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed May 30, 2024
1 parent cafd11b commit c8c9b80
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
SerialPortAssistant_VERSION: v0.5.23
SerialPortAssistant_VERSION: v0.5.24
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
VCPKG_DEFAULT_HOST_TRIPLET: x64-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
env:
artifact_path: artifact_path
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SerialPortAssistant_VERSION: v0.5.23
SerialPortAssistant_VERSION: v0.5.24

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}\.cache\source
TOOSL_DIR: ${{github.workspace}}\.cache\tools
INSTALL_DIR: ${{github.workspace}}\.cache\install_mingw
SerialPortAssistant_VERSION: v0.5.23
SerialPortAssistant_VERSION: v0.5.24
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 @@ -45,7 +45,7 @@ jobs:
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
VCPKG_MANIFEST_DIR: "${{github.workspace}}${{matrix.VCPKG_MANIFEST_DIR}}"
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
SerialPortAssistant_VERSION: v0.5.23
SerialPortAssistant_VERSION: v0.5.24
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
qt_modules: qtwebengine ${{matrix.qt_modules}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu_${{matrix.BUILD_TYPE}}
SerialPortAssistant_VERSION: 0.5.23
SerialPortAssistant_VERSION: 0.5.24
artifact_name: build_ubuntu

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion App/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif()
GET_VERSION(OUT_VERSION SerialPortAssistant_VERSION
OUT_REVISION SerialPortAssistant_Revision)
IF(NOT SerialPortAssistant_VERSION)
SET(SerialPortAssistant_VERSION "v0.5.23")
SET(SerialPortAssistant_VERSION "v0.5.24")
ENDIF()
message("SerialPortAssistant_VERSION:${SerialPortAssistant_VERSION};Revision:${SerialPortAssistant_Revision}")

Expand Down
2 changes: 1 addition & 1 deletion App/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.KangLinStudio.SerialPortAssistant" android:installLocation="auto" android:versionCode="0" android:versionName="0.5.23" >
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.KangLinStudio.SerialPortAssistant" android:installLocation="auto" android:versionCode="0" android:versionName="0.5.24" >

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
2 changes: 1 addition & 1 deletion Install/Install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "SerialPortAssistant"
!define PRODUCT_VERSION "v0.5.23"
!define PRODUCT_VERSION "v0.5.24"
!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_NAME}.exe"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ Author: Kang Lin (kl222@126.com)
- Install
- ubuntu

sudo apt install ./serialportassistant_0.5.23_amd64.deb
sudo apt install ./serialportassistant_0.5.24_amd64.deb
# If you're on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i serialportassistant_0.5.23_amd64.deb
# sudo dpkg -i serialportassistant_0.5.24_amd64.deb
# sudo apt-get install -f # Install dependencies

## Donate
Expand Down
4 changes: 2 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
- 安装说明:
- ubuntu

sudo apt install ./serialportassistant_0.5.23_amd64.deb
sudo apt install ./serialportassistant_0.5.24_amd64.deb
# 如果你是老的 Linux 发行系统。你需要用下列命令替换:
# sudo dpkg -i serialportassistant_0.5.23_amd64.deb
# sudo dpkg -i serialportassistant_0.5.24_amd64.deb
# sudo apt-get install -f # Install dependencies

### 捐赠
Expand Down
2 changes: 1 addition & 1 deletion Update/update.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"redirect": [
{
"version":"v0.5.23"
"version":"v0.5.24"
}
]
}
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 'v0.5.23.{build}'
version: 'v0.5.24.{build}'

cache:
- ..\other_source
# Clean cached
# https://www.appveyor.com/docs/build-cache/#cleaning-up-cache

environment:
SerialPortAssistant_VERSION: "v0.5.23"
SerialPortAssistant_VERSION: "v0.5.24"
STOREPASS:
secure: l9BZEU39F1a4vSkhwl0CHR+yh6CD1c7byGzMv+1NUa4=
QT_USER:
Expand Down
26 changes: 9 additions & 17 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
serialportassistant (0.5.23) stable; urgency=medium
serialportassistant (0.5.24) stable; urgency=medium

* Modify etc/SerialPortAssistant_logqt.ini
* Save port settings
* Use QSerialPort enum
* Modify debian/rules
* Modify Change log
* Modify translations
* Add left bar dockwidget
* Modify set parity and flow control
* CI: add documents
* CI: update vcpkg version to a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
* CI: update VCPKG_PLATFORM_TOOLSET to v143
* Fix: delete pointer when exit
* Convert dos to unix
* Delete unused code
* CI: update macos.yml
* debian: modify changelog
* fix(debian): typo
* Modify appveyor.yml
* CMakeLists: modify find RabbitCommon
* Modify debian/rules
* Modify documents
* Modify save windows state
* Modify README_zh_CN.md

-- Kang Lin <kl222@126.com> Tue, 28 May 2024 09:33:49 +0800
-- Kang Lin <kl222@126.com> Thu, 30 May 2024 13:46:15 +0800

2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialportassistant",
"version-string": "0.5.23",
"version-string": "0.5.24",
"license": "GPL-3.0",
"homepage": "https://github.com/KangLin/SerialPortAssistant",

Expand Down

0 comments on commit c8c9b80

Please sign in to comment.