|
55 | 55 | </screenshots> |
56 | 56 |
|
57 | 57 | <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> |
107 | 118 | </releases> |
108 | 119 | </component> |
0 commit comments