Skip to content

Commit e17b4a5

Browse files
committed
V0.2.4
1 parent 7b235fe commit e17b4a5

File tree

9 files changed

+94
-73
lines changed

9 files changed

+94
-73
lines changed

CHANGELOG.md

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

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

5+
## V0.2.4
6+
+ Show the version number properly (commit 7b235fe40e)
7+
58
## V0.2.3
69
+ Fix a crash (commit 40b6394681)
710
+ Fix a bug in AsyncCRC (commit de1933f5ee)

doc/CHANGELOG/CHANGELOG_zh_CN.md

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

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

5+
## V0.2.4
6+
+ 修复版本号显示问题 (commit 7b235fe40e)
7+
58
## V0.2.3
69
+ 修复一处崩溃 (commit 40b6394681)
710
+ 修复AsyncCRC中的一处BUG (commit de1933f5ee)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
V0.2.4
2+
+ Show the version number properly (commit 7b235fe40e)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
V0.2.4
2+
+ 修复版本号显示问题 (commit 7b235fe40e)

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
</screenshots>
4444

4545
<releases>
46+
<release version="0.2.4" date="2023-05-10">
47+
<description>
48+
<ul>
49+
<li>Show the version number properly (commit 7b235fe40e)</li>
50+
</ul>
51+
</description>
52+
</release>
4653
<release version="0.2.3" date="2023-05-09">
4754
<description>
4855
<ul>

src/SerialTest.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ qnx {
8989
}
9090

9191
# Remember to change version in AndroidManifest.xml
92-
VERSION = 0.2.3
92+
VERSION = 0.2.4
9393
QMAKE_TARGET_PRODUCT = "SerialTest"
9494
QMAKE_TARGET_DESCRIPTION = "SerialTest"
9595
QMAKE_TARGET_COMPANY = "wh201906"

src/android/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
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.2.3" android:versionCode="23" android:installLocation="auto">
2+
<manifest package="priv.wh201906.serialtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="V0.2.4" android:versionCode="24" 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 -->
@@ -15,7 +15,6 @@
1515
<action android:name="android.intent.action.MAIN"/>
1616
<category android:name="android.intent.category.LAUNCHER"/>
1717
</intent-filter>
18-
1918
<intent-filter android:label="@string/intentFilter_send">
2019
<action android:name="android.intent.action.SEND"/>
2120
<category android:name="android.intent.category.DEFAULT"/>

src/i18n/SerialTest_zh_CN.qm

54 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)