File tree Expand file tree Collapse file tree 9 files changed +244
-208
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 9 files changed +244
-208
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ 中文] ( doc/CHANGELOG/CHANGELOG_zh_CN.md )
4
4
5
+ ## V0.2.3
6
+ + Fix a crash (commit 40b6394681)
7
+ + Fix a bug in AsyncCRC (commit de1933f5ee)
8
+ + Show serial port VID and PID in Hex and Dec (commit b00aebd7bd)
9
+ + Backward compatible to Qt 5.9
10
+ + Refactor serial port history logic
11
+ + More details when failed to open a serial port (commit b6dbd88b54)
12
+ + Update QCustomPlot version to 2.1.1
13
+ + Fix #22 : Ignore close event of floating windows (commit c723e319fe)
14
+ + Sync DTR and RTS from UI to serial port (commit ce576e45ed)
15
+
5
16
## V0.2.2
6
17
+ Add dark theme(from https://github.com/ColinDuquesnoy/QDarkStyleSheet )
7
18
+ Add single orientation pinch gesture on plotter
Original file line number Diff line number Diff line change 2
2
3
3
[ English] ( ../../CHANGELOG.md )
4
4
5
+ ## V0.2.3
6
+ + 修复一处崩溃 (commit 40b6394681)
7
+ + 修复AsyncCRC中的一处BUG (commit de1933f5ee)
8
+ + 同时以十六进制,十进制显示串口VID,PID (commit b00aebd7bd)
9
+ + 向下兼容至Qt 5.9
10
+ + 重构串口历史记录逻辑
11
+ + 无法连接串口时显示更多错误提示 (commit b6dbd88b54)
12
+ + 升级QCustomPlot至2.1.1
13
+ + 修复 #22 : 忽略浮动串口的关闭事件 (commit c723e319fe)
14
+ + 总是将UI上的DTR和RTS状态同步至串口 (commit ce576e45ed)
15
+
5
16
## V0.2.2
6
17
+ 添加暗黑主题(源于https://github.com/ColinDuquesnoy/QDarkStyleSheet )
7
18
+ 绘图面板支持单向缩放
Original file line number Diff line number Diff line change
1
+ V0.2.3
2
+ + Fix a crash (commit 40b6394681)
3
+ + Fix notify state in AsyncCRC (commit de1933f5ee)
4
+ + Show serial port VID and PID in Hex and Dec (commit b00aebd7bd)
5
+ + Backward compatible to Qt 5.9
6
+ + Refactor serial port history logic
7
+ + More details when failed to open a serial port (commit b6dbd88b54)
8
+ + Update QCustomPlot version to 2.1.1
9
+ + Fix #22: Ignore close event of floating windows (commit c723e319fe)
10
+ + Sync DTR and RTS from UI to serial port (commit ce576e45ed)
Original file line number Diff line number Diff line change
1
+ V0.2.3
2
+ + 修复一处崩溃 (commit 40b6394681)
3
+ + 修复AsyncCRC中的一处BUG (commit de1933f5ee)
4
+ + 同时以十六进制,十进制显示串口VID,PID (commit b00aebd7bd)
5
+ + 向下兼容至Qt 5.9
6
+ + 重构串口历史记录逻辑
7
+ + 无法连接串口时显示更多错误提示 (commit b6dbd88b54)
8
+ + 升级QCustomPlot至2.1.1
9
+ + 修复 #22: 忽略浮动串口的关闭事件 (commit c723e319fe)
10
+ + 总是将UI上的DTR和RTS状态同步至串口 (commit ce576e45ed)
Original file line number Diff line number Diff line change 43
43
</screenshots >
44
44
45
45
<releases >
46
+ <release version =" 0.2.3" date =" 2023-05-09" >
47
+ <description >
48
+ <ul >
49
+ <li >Fix a crash (commit 40b6394681)</li >
50
+ <li >Fix notify state in AsyncCRC (commit de1933f5ee)</li >
51
+ <li >Show serial port VID and PID in Hex and Dec (commit b00aebd7bd)</li >
52
+ <li >Backward compatible to Qt 5.9</li >
53
+ <li >Refactor serial port history logic</li >
54
+ <li >More details when failed to open a serial port (commit b6dbd88b54)</li >
55
+ <li >Update QCustomPlot version to 2.1.1</li >
56
+ <li >Fix #22: Ignore close event of floating windows (commit c723e319fe)</li >
57
+ <li >Sync DTR and RTS from UI to serial port (commit ce576e45ed)</li >
58
+ </ul >
59
+ </description >
60
+ </release >
46
61
<release version =" 0.2.2" date =" 2022-10-28" >
47
62
<description >
48
63
<p >Highlights:</p >
Original file line number Diff line number Diff line change 89
89
}
90
90
91
91
# Remember to change version in AndroidManifest.xml
92
- VERSION = 0.2.2
92
+ VERSION = 0.2.3
93
93
QMAKE_TARGET_PRODUCT = " SerialTest"
94
94
QMAKE_TARGET_DESCRIPTION = " SerialTest"
95
95
QMAKE_TARGET_COMPANY = " wh201906"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <manifest package =" priv.wh201906.serialtest" xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" V0.2.2 " android : versionCode =" 22 " android : installLocation =" auto" >
2
+ <manifest package =" priv.wh201906.serialtest" xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" V0.2.3 " android : versionCode =" 23 " android : installLocation =" auto" >
3
3
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
4
4
Remove the comment if you do not require these default permissions. -->
5
5
<!-- %%INSERT_PERMISSIONS -->
You can’t perform that action at this time.
0 commit comments