-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
34 additions
and
32 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.22_amd64.deb | ||
sudo apt install ./serialportassistant_0.5.23_amd64.deb | ||
# If you're on an older Linux distribution, you will need to run this instead: | ||
# sudo dpkg -i serialportassistant_0.5.22_amd64.deb | ||
# sudo dpkg -i serialportassistant_0.5.23_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.22" | ||
"version":"v0.5.23" | ||
} | ||
] | ||
} |
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,19 +1,21 @@ | ||
serialportassistant (0.5.22) unstable; urgency=medium | ||
serialportassistant (0.5.23) stable; urgency=medium | ||
|
||
* 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 | ||
* Modify etc/SerialPortAssistant_logqt.ini | ||
* Save port settings | ||
* Use QSerialPort enum | ||
* 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 | ||
|
||
-- Kang Lin <[email protected]> Wed, 03 Apr 2024 21:03:42 +0800 | ||
-- Kang Lin <[email protected]> Tue, 28 May 2024 09:33:49 +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