-
-
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
14 changed files
with
32 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,9 +65,9 @@ Author: Kang Lin ([email protected]) | |
- Install | ||
- ubuntu | ||
|
||
sudo apt install ./serialportassistant_0.5.21_amd64.deb | ||
sudo apt install ./serialportassistant_0.5.22_amd64.deb | ||
# If you're on an older Linux distribution, you will need to run this instead: | ||
# sudo dpkg -i serialportassistant_0.5.21_amd64.deb | ||
# sudo dpkg -i serialportassistant_0.5.22_amd64.deb | ||
# sudo apt-get install -f # Install dependencies | ||
|
||
## 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.21" | ||
"version":"v0.5.22" | ||
} | ||
] | ||
} |
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,21 +1,19 @@ | ||
serialportassistant (0.5.21) stable; urgency=medium | ||
serialportassistant (0.5.22) stable; urgency=medium | ||
|
||
* CI: fix arm64_v8a to arm64-v8a in android.yml | ||
* CI: run program in macos.yml | ||
* Modify debian/rules | ||
* Use etc replace ${CMAKE_INSTALL_SYSCONFDIR} | ||
* Modify translations | ||
* Modify deploy.sh | ||
* Modify Change log etc documents install position. | ||
* Modify deploy.sh to vcpkg.json | ||
* CI: copy vcpkg dll to install\bin in msvc.yml | ||
* CI: use QT_CHAINLOAD_TOOLCHAIN_FILE in android.yml | ||
* CI: modify ANDROID_ABI | ||
* Android: modify resource | ||
* CI: modify android.yml | ||
* Modify README | ||
* Android: modify string translation in resource | ||
* FIX: deploy.sh modify version bug | ||
* Modify Change log | ||
* CI: rename INSTALL_QT to RABBIT_ENABLE_INSTALL_QT | ||
* Add https://bitbucket.org/kl222/serialportassistant | ||
* CI: modify msvc.yml to disable vcpkg install depend library | ||
* debian/rules: use static cmark | ||
* Use RabbitCommon::CTools::Instance()->InstallTranslator | ||
* Remove ldconfig in postinst and postrm | ||
* Fix: Application component | ||
* Modify debian/postinst | ||
* CI: modify VCPKG_MANIFEST_DIR in msvc.yml | ||
* vcpkg: use VCPKG_MANIFEST_DIR manifests | ||
* debian: add --parallel | ||
* vcpkg.json: remove baselineg | ||
* Fix deploy.sh modify App/CMakeListst.txt | ||
|
||
-- Kang Lin <[email protected]> Fri, 15 Mar 2024 15:02:17 +0800 | ||
-- Kang Lin <[email protected]> Wed, 03 Apr 2024 21:03:42 +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