Skip to content

Commit

Permalink
V0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed Jun 7, 2023
1 parent 19e9c84 commit 5f304cf
Show file tree
Hide file tree
Showing 15 changed files with 409 additions and 334 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[中文](doc/CHANGELOG/CHANGELOG_zh_CN.md)

## V0.3.2
+ Fix 2 bugs in the Control Panel
+ Fix a bug in the timestamp (commit c73e12c30ad)
+ Add support for changing the theme without restarting the app
+ Add the ability to merge timestamps with short interval (split packets based on timeout)
+ Android: Add support for sharing a file to SerialTest then send it (requires Qt 5.15.10 or a higher version)

## V0.3.1
+ Fix a build error (commit 9e9cdc1837)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Supports serial port, Bluetooth SPP client/server, Bluetooth LE client, TCP clie
+ Small screen support: Show sended/received data only
+ Small screen support: Full screen mode
+ Drag/Scale gesture support on Plotter
+ Share text to SerialTest then send it
+ Share text/file to SerialTest then send it

</details>

Expand Down
7 changes: 7 additions & 0 deletions doc/CHANGELOG/CHANGELOG_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[English](../../CHANGELOG.md)

## V0.3.2
+ 修复控制面板中的2处BUG
+ 修复时间戳中的一处错误
+ 支持不重启App直接切换主题
+ 添加合并时间戳的功能(基于超时的分包)
+ Android: 支持分享文件到SerialTest并发送(需使用Qt 5.15.10或更高版本编译)

## V0.3.1
+ 修复一个编译错误 (commit 9e9cdc1837)

Expand Down
2 changes: 1 addition & 1 deletion doc/README/README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
+ 小屏适配:数据收发面板可仅显示已发送/已接收数据
+ 小屏适配:支持全屏模式
+ 绘图界面支持缩放/拖动手势
+ 支持分享文本到SerialTest并发送
+ 支持分享文本或文件到SerialTest并发送

</details>

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
V0.3.2
+ Fix 2 bugs in the Control Panel
+ Fix a bug in the timestamp (commit c73e12c30ad)
+ Add support for changing the theme without restarting the app
+ Add the ability to merge timestamps with short interval (split packets based on timeout)
+ Android: Add support for sharing a file to SerialTest then send it (requires Qt 5.15.10 or a higher version)
6 changes: 6 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
V0.3.2
+ 修复控制面板中的2处BUG
+ 修复时间戳中的一处错误
+ 支持不重启App直接切换主题
+ 添加合并时间戳的功能(基于超时的分包)
+ Android: 支持分享文件到SerialTest并发送(需使用Qt 5.15.10或更高版本编译)
109 changes: 60 additions & 49 deletions pack/aur/io.github.wh201906.serialtest.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,54 +55,65 @@
</screenshots>

<releases>
<release version="0.3.1" date="2023-05-14">
<description>
<ul>
<li>Fix a build error (commit 9e9cdc1837)</li>
</ul>
</description>
</release>
<release version="0.3" date="2023-05-13">
<description>
<ul>
<li>(Deprecated, please use V0.3.1 or higher)</li>
<li>Support Rx timestamp</li>
<li>Support hardware serial port on Android (commit 47de23b11a)</li>
</ul>
</description>
</release>
<release version="0.2.4" date="2023-05-10">
<description>
<ul>
<li>Show the version number properly (commit 7b235fe40e)</li>
</ul>
</description>
</release>
<release version="0.2.3" date="2023-05-09">
<description>
<ul>
<li>Fix a crash (commit 40b6394681)</li>
<li>Fix notify state in AsyncCRC (commit de1933f5ee)</li>
<li>Show serial port VID and PID in Hex and Dec (commit b00aebd7bd)</li>
<li>Backward compatible to Qt 5.9</li>
<li>Refactor serial port history logic</li>
<li>More details when failed to open a serial port (commit b6dbd88b54)</li>
<li>Update QCustomPlot version to 2.1.1</li>
<li>Fix #22: Ignore close event of floating windows (commit c723e319fe)</li>
<li>Sync DTR and RTS from UI to serial port (commit ce576e45ed)</li>
</ul>
</description>
</release>
<release version="0.2.2" date="2022-10-28">
<description>
<p>Highlights:</p>
<ul>
<li>Add dark theme</li>
<li>Add single orientation pinch gesture on plotter</li>
<li>Add some useful snippets for control panel</li>
<li>Support dragging config file to control panel</li>
</ul>
</description>
</release>
<release version="0.3.2" date="2023-06-07">
<description>
<ul>
<li>Fix 2 bugs in the Control Panel</li>
<li>Fix a bug in the timestamp (commit c73e12c30ad)</li>
<li>Add support for changing the theme without restarting the app</li>
<li>Add the ability to merge timestamps with short interval (split packets based on timeout)</li>
<li>Android: Add support for sharing a file to SerialTest then send it (requires Qt 5.15.10 or a higher version)</li>
</ul>
</description>
</release>
<release version="0.3.1" date="2023-05-14">
<description>
<ul>
<li>Fix a build error (commit 9e9cdc1837)</li>
</ul>
</description>
</release>
<release version="0.3" date="2023-05-13">
<description>
<ul>
<li>(Deprecated, please use V0.3.1 or higher)</li>
<li>Support Rx timestamp</li>
<li>Support hardware serial port on Android (commit 47de23b11a)</li>
</ul>
</description>
</release>
<release version="0.2.4" date="2023-05-10">
<description>
<ul>
<li>Show the version number properly (commit 7b235fe40e)</li>
</ul>
</description>
</release>
<release version="0.2.3" date="2023-05-09">
<description>
<ul>
<li>Fix a crash (commit 40b6394681)</li>
<li>Fix notify state in AsyncCRC (commit de1933f5ee)</li>
<li>Show serial port VID and PID in Hex and Dec (commit b00aebd7bd)</li>
<li>Backward compatible to Qt 5.9</li>
<li>Refactor serial port history logic</li>
<li>More details when failed to open a serial port (commit b6dbd88b54)</li>
<li>Update QCustomPlot version to 2.1.1</li>
<li>Fix #22: Ignore close event of floating windows (commit c723e319fe)</li>
<li>Sync DTR and RTS from UI to serial port (commit ce576e45ed)</li>
</ul>
</description>
</release>
<release version="0.2.2" date="2022-10-28">
<description>
<p>Highlights:</p>
<ul>
<li>Add dark theme</li>
<li>Add single orientation pinch gesture on plotter</li>
<li>Add some useful snippets for control panel</li>
<li>Support dragging config file to control panel</li>
</ul>
</description>
</release>
</releases>
</component>
2 changes: 1 addition & 1 deletion src/SerialTest.pro
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ qnx {
}

# Remember to change version in AndroidManifest.xml
VERSION = 0.3.1
VERSION = 0.3.2
QMAKE_TARGET_PRODUCT = "SerialTest"
QMAKE_TARGET_DESCRIPTION = "SerialTest"
QMAKE_TARGET_COMPANY = "wh201906"
Expand Down
2 changes: 1 addition & 1 deletion src/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="priv.wh201906.serialtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="V0.3.1" android:versionCode="31" android:installLocation="auto">
<manifest package="priv.wh201906.serialtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="V0.3.2" android:versionCode="32" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
<!-- %%INSERT_PERMISSIONS -->
Expand Down
Binary file modified src/i18n/SerialTest_nb_NO.qm
Binary file not shown.
Loading

0 comments on commit 5f304cf

Please sign in to comment.