Skip to content

Commit 4343744

Browse files
committed
V0.3.4
1 parent da9f2ca commit 4343744

File tree

7 files changed

+20
-3
lines changed

7 files changed

+20
-3
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## V0.3.4
6+
+ Android: Use adaptive launcher icon (commit da9f2caaf1)
7+
58
## V0.3.3
69
+ Add support for specifying service UUID in Bluetooth client mode (commit 1bd23bf4e0)
710
+ Add support for showing IPv6 addresses on Android (commit 03a0e7938c)

Diff for: doc/CHANGELOG/CHANGELOG_zh_CN.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## V0.3.4
6+
+ Android: 使用自适应启动器图标 (commit da9f2caaf1)
7+
58
## V0.3.3
69
+ 支持在蓝牙客户端模式中指定目标服务UUID (commit 1bd23bf4e0)
710
+ 支持在Android端显示IPv6地址 (commit 03a0e7938c)

Diff for: fastlane/metadata/android/en-US/changelogs/34.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
V0.3.4
2+
+ Android: Use adaptive launcher icon (commit da9f2caaf1)

Diff for: fastlane/metadata/android/zh-CN/changelogs/34.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
V0.3.4
2+
+ Android: 使用自适应启动器图标 (commit da9f2caaf1)

Diff for: pack/aur/io.github.wh201906.serialtest.metainfo.xml

+7
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
</screenshots>
5656

5757
<releases>
58+
<release version="0.3.4" date="2024-03-09">
59+
<description>
60+
<ul>
61+
<li>Android: Use adaptive launcher icon (commit da9f2caaf1)</li>
62+
</ul>
63+
</description>
64+
</release>
5865
<release version="0.3.3" date="2023-11-22">
5966
<description>
6067
<ul>

Diff for: src/SerialTest.pro

+1-1
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.3
97+
VERSION = 0.3.4
9898
QMAKE_TARGET_PRODUCT = "SerialTest"
9999
QMAKE_TARGET_DESCRIPTION = "SerialTest"
100100
QMAKE_TARGET_COMPANY = "wh201906"

Diff for: src/android/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest
33
package="priv.wh201906.serialtest"
44
xmlns:android="http://schemas.android.com/apk/res/android"
5-
android:versionName="V0.3.3"
6-
android:versionCode="33"
5+
android:versionName="V0.3.4"
6+
android:versionCode="34"
77
android:installLocation="auto">
88
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
99
Remove the comment if you do not require these default permissions. -->

0 commit comments

Comments
 (0)