Skip to content

Commit 5f304cf

Browse files
committed
V0.3.2
1 parent 19e9c84 commit 5f304cf

File tree

15 files changed

+409
-334
lines changed

15 files changed

+409
-334
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## V0.3.2
6+
+ Fix 2 bugs in the Control Panel
7+
+ Fix a bug in the timestamp (commit c73e12c30ad)
8+
+ Add support for changing the theme without restarting the app
9+
+ Add the ability to merge timestamps with short interval (split packets based on timeout)
10+
+ Android: Add support for sharing a file to SerialTest then send it (requires Qt 5.15.10 or a higher version)
11+
512
## V0.3.1
613
+ Fix a build error (commit 9e9cdc1837)
714

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Supports serial port, Bluetooth SPP client/server, Bluetooth LE client, TCP clie
174174
+ Small screen support: Show sended/received data only
175175
+ Small screen support: Full screen mode
176176
+ Drag/Scale gesture support on Plotter
177-
+ Share text to SerialTest then send it
177+
+ Share text/file to SerialTest then send it
178178

179179
</details>
180180

doc/CHANGELOG/CHANGELOG_zh_CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

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

doc/README/README_zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
+ 小屏适配:数据收发面板可仅显示已发送/已接收数据
175175
+ 小屏适配:支持全屏模式
176176
+ 绘图界面支持缩放/拖动手势
177-
+ 支持分享文本到SerialTest并发送
177+
+ 支持分享文本或文件到SerialTest并发送
178178

179179
</details>
180180

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
V0.3.2
2+
+ Fix 2 bugs in the Control Panel
3+
+ Fix a bug in the timestamp (commit c73e12c30ad)
4+
+ Add support for changing the theme without restarting the app
5+
+ Add the ability to merge timestamps with short interval (split packets based on timeout)
6+
+ Android: Add support for sharing a file to SerialTest then send it (requires Qt 5.15.10 or a higher version)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
V0.3.2
2+
+ 修复控制面板中的2处BUG
3+
+ 修复时间戳中的一处错误
4+
+ 支持不重启App直接切换主题
5+
+ 添加合并时间戳的功能(基于超时的分包)
6+
+ Android: 支持分享文件到SerialTest并发送(需使用Qt 5.15.10或更高版本编译)

pack/aur/io.github.wh201906.serialtest.metainfo.xml

Lines changed: 60 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -55,54 +55,65 @@
5555
</screenshots>
5656

5757
<releases>
58-
<release version="0.3.1" date="2023-05-14">
59-
<description>
60-
<ul>
61-
<li>Fix a build error (commit 9e9cdc1837)</li>
62-
</ul>
63-
</description>
64-
</release>
65-
<release version="0.3" date="2023-05-13">
66-
<description>
67-
<ul>
68-
<li>(Deprecated, please use V0.3.1 or higher)</li>
69-
<li>Support Rx timestamp</li>
70-
<li>Support hardware serial port on Android (commit 47de23b11a)</li>
71-
</ul>
72-
</description>
73-
</release>
74-
<release version="0.2.4" date="2023-05-10">
75-
<description>
76-
<ul>
77-
<li>Show the version number properly (commit 7b235fe40e)</li>
78-
</ul>
79-
</description>
80-
</release>
81-
<release version="0.2.3" date="2023-05-09">
82-
<description>
83-
<ul>
84-
<li>Fix a crash (commit 40b6394681)</li>
85-
<li>Fix notify state in AsyncCRC (commit de1933f5ee)</li>
86-
<li>Show serial port VID and PID in Hex and Dec (commit b00aebd7bd)</li>
87-
<li>Backward compatible to Qt 5.9</li>
88-
<li>Refactor serial port history logic</li>
89-
<li>More details when failed to open a serial port (commit b6dbd88b54)</li>
90-
<li>Update QCustomPlot version to 2.1.1</li>
91-
<li>Fix #22: Ignore close event of floating windows (commit c723e319fe)</li>
92-
<li>Sync DTR and RTS from UI to serial port (commit ce576e45ed)</li>
93-
</ul>
94-
</description>
95-
</release>
96-
<release version="0.2.2" date="2022-10-28">
97-
<description>
98-
<p>Highlights:</p>
99-
<ul>
100-
<li>Add dark theme</li>
101-
<li>Add single orientation pinch gesture on plotter</li>
102-
<li>Add some useful snippets for control panel</li>
103-
<li>Support dragging config file to control panel</li>
104-
</ul>
105-
</description>
106-
</release>
58+
<release version="0.3.2" date="2023-06-07">
59+
<description>
60+
<ul>
61+
<li>Fix 2 bugs in the Control Panel</li>
62+
<li>Fix a bug in the timestamp (commit c73e12c30ad)</li>
63+
<li>Add support for changing the theme without restarting the app</li>
64+
<li>Add the ability to merge timestamps with short interval (split packets based on timeout)</li>
65+
<li>Android: Add support for sharing a file to SerialTest then send it (requires Qt 5.15.10 or a higher version)</li>
66+
</ul>
67+
</description>
68+
</release>
69+
<release version="0.3.1" date="2023-05-14">
70+
<description>
71+
<ul>
72+
<li>Fix a build error (commit 9e9cdc1837)</li>
73+
</ul>
74+
</description>
75+
</release>
76+
<release version="0.3" date="2023-05-13">
77+
<description>
78+
<ul>
79+
<li>(Deprecated, please use V0.3.1 or higher)</li>
80+
<li>Support Rx timestamp</li>
81+
<li>Support hardware serial port on Android (commit 47de23b11a)</li>
82+
</ul>
83+
</description>
84+
</release>
85+
<release version="0.2.4" date="2023-05-10">
86+
<description>
87+
<ul>
88+
<li>Show the version number properly (commit 7b235fe40e)</li>
89+
</ul>
90+
</description>
91+
</release>
92+
<release version="0.2.3" date="2023-05-09">
93+
<description>
94+
<ul>
95+
<li>Fix a crash (commit 40b6394681)</li>
96+
<li>Fix notify state in AsyncCRC (commit de1933f5ee)</li>
97+
<li>Show serial port VID and PID in Hex and Dec (commit b00aebd7bd)</li>
98+
<li>Backward compatible to Qt 5.9</li>
99+
<li>Refactor serial port history logic</li>
100+
<li>More details when failed to open a serial port (commit b6dbd88b54)</li>
101+
<li>Update QCustomPlot version to 2.1.1</li>
102+
<li>Fix #22: Ignore close event of floating windows (commit c723e319fe)</li>
103+
<li>Sync DTR and RTS from UI to serial port (commit ce576e45ed)</li>
104+
</ul>
105+
</description>
106+
</release>
107+
<release version="0.2.2" date="2022-10-28">
108+
<description>
109+
<p>Highlights:</p>
110+
<ul>
111+
<li>Add dark theme</li>
112+
<li>Add single orientation pinch gesture on plotter</li>
113+
<li>Add some useful snippets for control panel</li>
114+
<li>Support dragging config file to control panel</li>
115+
</ul>
116+
</description>
117+
</release>
107118
</releases>
108119
</component>

src/SerialTest.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ qnx {
9494
}
9595

9696
# Remember to change version in AndroidManifest.xml
97-
VERSION = 0.3.1
97+
VERSION = 0.3.2
9898
QMAKE_TARGET_PRODUCT = "SerialTest"
9999
QMAKE_TARGET_DESCRIPTION = "SerialTest"
100100
QMAKE_TARGET_COMPANY = "wh201906"

src/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<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">
2+
<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">
33
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
44
Remove the comment if you do not require these default permissions. -->
55
<!-- %%INSERT_PERMISSIONS -->

src/i18n/SerialTest_nb_NO.qm

701 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)