Skip to content

Commit

Permalink
Release v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Aug 7, 2023
1 parent 8f13444 commit ecf3eaf
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.BUILD_TYPE}}_${{matrix.qt_arch}}
SerialPortAssistant_VERSION: v0.5.14
SerialPortAssistant_VERSION: v0.5.15
VCPKGGITCOMMITID: 2f6176ce98fee807a207dc9e8fec213f111c291b
ANDROID_PLATFORM: android-23
ANDROID_NATIVE_API_LEVEL: 23
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.14
SerialPortAssistant_VERSION: v0.5.15
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 @@ -42,7 +42,7 @@ jobs:
CMAKE_GENERATOR: "Visual Studio 17 2022"
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
SerialPortAssistant_VERSION: v0.5.14
SerialPortAssistant_VERSION: v0.5.15
VCPKGGITCOMMITID: 2f6176ce98fee807a207dc9e8fec213f111c291b
qt_modules: qtwebengine ${{matrix.qt_modules}}
artifact_name: build_msvc
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.14
SerialPortAssistant_VERSION: 0.5.15
artifact_name: build_ubuntu

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion App/App.pro
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ isEmpty(SerialPortAssistant_VERSION) {
}
}
isEmpty(SerialPortAssistant_VERSION){
SerialPortAssistant_VERSION="v0.5.14"
SerialPortAssistant_VERSION="v0.5.15"
}
message("SerialPortAssistant_VERSION:$$SerialPortAssistant_VERSION")
message("SerialPortAssistant_Revision:$$SerialPortAssistant_Revision")
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.14"
!define PRODUCT_VERSION "v0.5.15"
!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
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,32 +56,32 @@ Author: Kang Lin ([email protected])
- [![Download SerialPortAssistant](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/serialportassistant/files/latest/download)

- windows: Windows XP or later
+ [Download SerialPortAssistant_Setup_v0.5.14.exe from github](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/SerialPortAssistant_Setup_v0.5.14.exe)
+ [Download SerialPortAssistant_Setup_v0.5.14.exe from sourceforge](https://sourceforge.net/projects/serialportassistant/files/v0.5.14/SerialPortAssistant_Setup_v0.5.14.exe/download)
+ [Download SerialPortAssistant_v0.5.15_qt0.5.15_Setup.exe from github](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/SerialPortAssistant_v0.5.15_qt0.5.15_Setup.exe)
+ [Download SerialPortAssistant_v0.5.15_qt0.5.15_Setup.exe from sourceforge](https://sourceforge.net/projects/serialportassistant/files/v0.5.15/SerialPortAssistant_v0.5.15_qt0.5.15_Setup.exe/download)

- ubuntu
+ serialportassistant_0.5.14_Ubuntu-20.04_amd64.deb
- [Download from sourceforge](https://sourceforge.net/projects/serialportassistant/files/v0.5.14/serialportassistant_0.5.14_Ubuntu-20.04_amd64.deb/download)
- [Download from github](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/serialportassistant_0.5.14_Ubuntu-20.04_amd64.deb)
+ serialportassistant_0.5.15_Ubuntu-20.04_amd64.deb
- [Download from sourceforge](https://sourceforge.net/projects/serialportassistant/files/v0.5.15/serialportassistant_0.5.15_Ubuntu-20.04_amd64.deb/download)
- [Download from github](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/serialportassistant_0.5.15_Ubuntu-20.04_amd64.deb)

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

+ serialportassistant_0.5.14_Ubuntu-18.04_amd64.deb:
- [Download from sourceforge](https://sourceforge.net/projects/serialportassistant/files/v0.5.14/serialportassistant_0.5.14_Ubuntu-18.04_amd64.deb/download)
- [Download from github](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/serialportassistant_0.5.14_Ubuntu-18.04_amd64.deb)
+ serialportassistant_0.5.15_Ubuntu-18.04_amd64.deb:
- [Download from sourceforge](https://sourceforge.net/projects/serialportassistant/files/v0.5.15/serialportassistant_0.5.15_Ubuntu-18.04_amd64.deb/download)
- [Download from github](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/serialportassistant_0.5.15_Ubuntu-18.04_amd64.deb)

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

- android
+ Download from github:
- [SerialPortAssistant_armeabi-v7a_v0.5.14.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/SerialPortAssistant_armeabi-v7a_v0.5.14.apk)
- [SerialPortAssistant_x86_v0.5.14.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/SerialPortAssistant_x86_v0.5.14.apk)
- [SerialPortAssistant_armeabi-v7a_v0.5.15.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/SerialPortAssistant_armeabi-v7a_v0.5.15.apk)
- [SerialPortAssistant_x86_v0.5.15.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/SerialPortAssistant_x86_v0.5.15.apk)

## Donate
If you are satisfied, you can donate to me
Expand Down
28 changes: 14 additions & 14 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,32 +52,32 @@
- [![Download SerialPortAssistant](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/serialportassistant/files/latest/download)

- windows: 支持 Windows XP 及以后系统
+ [从 sourceforge 下载 SerialPortAssistant_Setup_v0.5.14-10.exe](https://sourceforge.net/projects/serialportassistant/files/v0.5.14/SerialPortAssistant_Setup_v0.5.14.exe/download)
+ [从 github 下载 SerialPortAssistant_Setup_v0.5.14.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/SerialPortAssistant_Setup_v0.5.14.exe)
+ [从 sourceforge 下载 SerialPortAssistant_Setup_v0.5.15-10.exe](https://sourceforge.net/projects/serialportassistant/files/v0.5.15/SerialPortAssistant_Setup_v0.5.15.exe/download)
+ [从 github 下载 SerialPortAssistant_Setup_v0.5.15.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/SerialPortAssistant_Setup_v0.5.15.exe)

- ubuntu
+ serialportassistant_0.5.14_Ubuntu-20.04_amd64.deb
- [从 sourceforge 下载](https://sourceforge.net/projects/serialportassistant/files/v0.5.14/serialportassistant_0.5.14_Ubuntu-20.04_amd64.deb/download)
- [从 github 下载](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/serialportassistant_0.5.14_Ubuntu-20.04_amd64.deb)
+ serialportassistant_0.5.15_Ubuntu-20.04_amd64.deb
- [从 sourceforge 下载](https://sourceforge.net/projects/serialportassistant/files/v0.5.15/serialportassistant_0.5.15_Ubuntu-20.04_amd64.deb/download)
- [从 github 下载](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/serialportassistant_0.5.15_Ubuntu-20.04_amd64.deb)

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

+ serialportassistant_0.5.14_Ubuntu-18.04_amd64.deb:
- [从 sourceforge 下载](https://sourceforge.net/projects/serialportassistant/files/v0.5.14/serialportassistant_0.5.14_Ubuntu-18.04_amd64.deb/download)
- [从 github 下载](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/serialportassistant_0.5.14_Ubuntu-18.04_amd64.deb)
+ serialportassistant_0.5.15_Ubuntu-18.04_amd64.deb:
- [从 sourceforge 下载](https://sourceforge.net/projects/serialportassistant/files/v0.5.15/serialportassistant_0.5.15_Ubuntu-18.04_amd64.deb/download)
- [从 github 下载](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/serialportassistant_0.5.15_Ubuntu-18.04_amd64.deb)

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

- android
+ 从 github 下载:
- [SerialPortAssistant_armeabi-v7a_v0.5.14.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/SerialPortAssistant_armeabi-v7a_v0.5.14.apk)
- [SerialPortAssistant_x86_v0.5.14.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.14/SerialPortAssistant_x86_v0.5.14.apk)
- [SerialPortAssistant_armeabi-v7a_v0.5.15.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/SerialPortAssistant_armeabi-v7a_v0.5.15.apk)
- [SerialPortAssistant_x86_v0.5.15.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.15/SerialPortAssistant_x86_v0.5.15.apk)

### 捐赠
如果你用得满意,可以对本人进行捐赠
Expand Down
2 changes: 1 addition & 1 deletion Update/update.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<REDIRECT>
<VERSION>v0.5.14</VERSION>
<VERSION>v0.5.15</VERSION>
</REDIRECT>
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#TODO: Change version
version: 'v0.5.14.{build}'
version: 'v0.5.15.{build}'

environment:
STOREPASS:
Expand Down
4 changes: 2 additions & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ case ${BUILD_TARGERT} in
esac

if [ -n "$appveyor_SerialPortAssistant_VERSION" -a -z "$VERSION" ]; then
export VERSION="v0.5.14"
export VERSION="v0.5.15"
fi
if [ -z "$VERSION" ]; then
export VERSION="v0.5.14"
export VERSION="v0.5.15"
fi
export UPLOADTOOL_BODY="Release SerialPortAssistant-${VERSION}.<br>The change see [ChangeLog.md](ChangeLog.md) or [ChangeLog_zh_CN.md](ChangeLog_zh_CN.md)"
#export UPLOADTOOL_PR_BODY=
Expand Down
20 changes: 15 additions & 5 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
serialportassistant (0.5.14) stable; urgency=medium
serialportassistant (0.5.15) stable; urgency=medium

* CI: Use qDebug output log file
* FIX deploy.sh for mingw.yml
* Docs: modify README
* Add CMake
* Modify README
* CI: modify build.yml
* Modify change log
* Merge branch 'develop'
* Use QFileDialog::getOpenFileName
* Rename HAVE_GUI to HAVE_RABBITCOMMON_GUI
* Modify etc/SerialPortAssistant_logqt.ini
* Android: modify AndroidManifest.xml
* vcpkg update to VCPKGGITCOMMITID: 1286cac8751e13bb289061b7e3b89eb4c3f613a2
* CI: add webengine
* Modify log menu
* Use RabbitCommon v2

-- Kang Lin <[email protected]> Thu, 02 Mar 2023 21:31:34 +0800
-- Kang Lin <[email protected]> Mon, 07 Aug 2023 12:24:37 +0800

2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: main
Priority: optional
Maintainer: Kang Lin <[email protected]>
Build-Depends: debhelper (>= 6)
Standards-Version:"v0.5.14"
Standards-Version:"v0.5.15"
Homepage: https://github.com/KangLin/SerialPortAssistant
Vcs-Git: https://github.com/KangLin/SerialPortAssistant.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/SerialPortAssistant.git
Expand Down

0 comments on commit ecf3eaf

Please sign in to comment.