-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
51 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## Change log | ||
|
||
- Version: v0.5.30 | ||
- Remove donate bitcoin | ||
- Add build script | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## 修改日志 | ||
|
||
- 版本: v0.5.30 | ||
- 移除捐赠比特币 | ||
- 增加编译脚本 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,30 +64,30 @@ Author: Kang Lin ([email protected]) | |
|
||
- Install | ||
- ubuntu, debian | ||
- [serialportassistant_0.5.29_amd64.deb](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/serialportassistant_0.5.29_amd64.deb) | ||
- [serialportassistant_0.5.30_amd64.deb](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.30/serialportassistant_0.5.30_amd64.deb) | ||
|
||
sudo apt install ./serialportassistant_0.5.29_amd64.deb | ||
sudo apt install ./serialportassistant_0.5.30_amd64.deb | ||
# If you're on an older Linux distribution, you will need to run this instead: | ||
# sudo dpkg -i serialportassistant_0.5.29_amd64.deb | ||
# sudo dpkg -i serialportassistant_0.5.30_amd64.deb | ||
# sudo apt-get install -f # Install dependencies | ||
|
||
- Other linux(AppImage) | ||
- [SerialPortAssistant_v0.5.29_x86_64.AppImage](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_x86_64.AppImage) | ||
- [SerialPortAssistant_v0.5.30_x86_64.AppImage](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.30/SerialPortAssistant_v0.5.30_x86_64.AppImage) | ||
|
||
sudo chmod a+x SerialPortAssistant_v0.5.29_x86_64.AppImage | ||
sudo ./SerialPortAssistant_v0.5.29_x86_64.AppImage | ||
sudo chmod a+x SerialPortAssistant_v0.5.30_x86_64.AppImage | ||
sudo ./SerialPortAssistant_v0.5.30_x86_64.AppImage | ||
|
||
- Windows | ||
- Windows xp | ||
- [SerialPortAssistant_v0.5.29_windows_xp_x86_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_windows_xp_x86_Setup.exe) | ||
- [SerialPortAssistant_v0.5.30_windows_xp_x86_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.30/SerialPortAssistant_v0.5.30_windows_xp_x86_Setup.exe) | ||
- Windows 7 or later | ||
- [SerialPortAssistant_v0.5.29_win32_msvc2017_qt5.12.12_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_win32_msvc2017_qt5.12.12_Setup.exe) | ||
- [SerialPortAssistant_v0.5.30_win32_msvc2017_qt5.12.12_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.30/SerialPortAssistant_v0.5.30_win32_msvc2017_qt5.12.12_Setup.exe) | ||
- Windows 10 (1809 or later) | ||
- [SerialPortAssistant_v0.5.29_win64_msvc2022_64_qt6.8.2_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_win64_msvc2022_64_qt6.8.2_Setup.exe) | ||
- [SerialPortAssistant_v0.5.30_win64_msvc2022_64_qt6.8.2_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.30/SerialPortAssistant_v0.5.30_win64_msvc2022_64_qt6.8.2_Setup.exe) | ||
|
||
- Android 9 or later | ||
- [SerialPortAssistant_v0.5.29_android_arm64_v8a_qt6.8.2_Release.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_android_arm64_v8a_qt6.8.2_Release.apk) | ||
- [SerialPortAssistant_v0.5.29_android_x86_64_qt6.8.2_Release.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_android_x86_64_qt6.8.2_Release.apk) | ||
- [SerialPortAssistant_v0.5.30_android_arm64_v8a_qt6.8.2_Release.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.30/SerialPortAssistant_v0.5.30_android_arm64_v8a_qt6.8.2_Release.apk) | ||
- [SerialPortAssistant_v0.5.30_android_x86_64_qt6.8.2_Release.apk](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.30/SerialPortAssistant_v0.5.30_android_x86_64_qt6.8.2_Release.apk) | ||
|
||
## Donate | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"redirect": [ | ||
{ | ||
"version":"v0.5.29" | ||
"version":"v0.5.30" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
serialportassistant (0.5.29) stable; urgency=medium | ||
serialportassistant (0.5.30) stable; urgency=medium | ||
|
||
* CI: update qt6.8.1 to qt6.8.2 | ||
* CI: modify ci | ||
* CMake: replace RabbitCommon_DIR with RabbitCommon_ROOT | ||
* CMake: Add RabbitCommon dependencies | ||
* CI: add build appimage | ||
* CI: modify build.yml | ||
* Donate: add bitcoin | ||
* CI: modify mingw | ||
* Script: Add build_depend.sh | ||
* Remove bitcoin | ||
* CI: modify sourceforge.net download urls | ||
* Modify README | ||
|
||
-- Kang Lin <[email protected]> Wed, 05 Feb 2025 16:04:29 +0800 | ||
-- Kang Lin <[email protected]> Mon, 17 Feb 2025 13:38:02 +0800 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# Debugging snaps: https://snapcraft.io/docs/debug-snaps | ||
name: serialportassistant | ||
base: core22 # the base snap is the execution environment for this snap | ||
version: '0.5.29' | ||
version: '0.5.30' | ||
type: app | ||
license: GPL-3.0+ | ||
contact: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters