Skip to content

Commit

Permalink
V0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed Mar 9, 2024
1 parent da9f2ca commit 4343744
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## V0.3.4
+ Android: Use adaptive launcher icon (commit da9f2caaf1)

## V0.3.3
+ Add support for specifying service UUID in Bluetooth client mode (commit 1bd23bf4e0)
+ Add support for showing IPv6 addresses on Android (commit 03a0e7938c)
Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGELOG/CHANGELOG_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## V0.3.4
+ Android: 使用自适应启动器图标 (commit da9f2caaf1)

## V0.3.3
+ 支持在蓝牙客户端模式中指定目标服务UUID (commit 1bd23bf4e0)
+ 支持在Android端显示IPv6地址 (commit 03a0e7938c)
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
V0.3.4
+ Android: Use adaptive launcher icon (commit da9f2caaf1)
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
V0.3.4
+ Android: 使用自适应启动器图标 (commit da9f2caaf1)
7 changes: 7 additions & 0 deletions pack/aur/io.github.wh201906.serialtest.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
</screenshots>

<releases>
<release version="0.3.4" date="2024-03-09">
<description>
<ul>
<li>Android: Use adaptive launcher icon (commit da9f2caaf1)</li>
</ul>
</description>
</release>
<release version="0.3.3" date="2023-11-22">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/SerialTest.pro
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ qnx {
}

# Remember to change version in AndroidManifest.xml
VERSION = 0.3.3
VERSION = 0.3.4
QMAKE_TARGET_PRODUCT = "SerialTest"
QMAKE_TARGET_DESCRIPTION = "SerialTest"
QMAKE_TARGET_COMPANY = "wh201906"
Expand Down
4 changes: 2 additions & 2 deletions src/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest
package="priv.wh201906.serialtest"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionName="V0.3.3"
android:versionCode="33"
android:versionName="V0.3.4"
android:versionCode="34"
android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
Expand Down

0 comments on commit 4343744

Please sign in to comment.