Skip to content

Commit 8242582

Browse files
committed
build: v2.0.0-beta6
1 parent 381296b commit 8242582

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v2.0.0-beta6
44

55
### General
66

@@ -14,7 +14,7 @@
1414
- Add wearing tone toggle for Liberty 4 NC
1515
- Add touch lock toggle for Liberty 4 NC
1616
- Add low battery prompt toggle for Liberty 4 NC and R50i NC
17-
- Add wearing detection toggle for Life Q35, Life 2 Neo, Life Note 3, Life Note 3S, and Liberty Air 2 Pro
17+
- Add wearing detection toggle for Life Q35, Life 2 Neo, Life Note 3, Life Note 3S, and Liberty Air 2 Pro
1818
- Add battery level for Space Q45
1919
- Add button configuration for Space Q45
2020

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
applicationId = "com.oppzippy.openscq30"
4141
minSdk = 26
4242
targetSdk = 36
43-
versionCode = 1004
44-
versionName = "2.0.0-beta5"
43+
versionCode = 1005
44+
versionName = "2.0.0-beta6"
4545

4646
testInstrumentationRunner = "com.oppzippy.openscq30.HiltTestRunner"
4747
vectorDrawables {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
* Features
2+
- Show case battery level for Life Note 3, Space A40, Life Note 3S, and Liberty 4 NC
3+
- Add gaming mode toggle for Life Note 3, Space A40, Life Note 3S, Liberty 4 NC, and R50i NC
4+
- Add sound leak compensation toggle for Liberty 4 NC
5+
- Add surround sound toggle for Liberty 4 NC
6+
- Add auto play/pause toggle for Liberty 4 NC
7+
- Add wearing tone toggle for Liberty 4 NC
8+
- Add touch lock toggle for Liberty 4 NC
9+
- Add low battery prompt toggle for Liberty 4 NC and R50i NC
10+
- Add wearing detection toggle for Life Q35, Life 2 Neo, Life Note 3, Life Note 3S, and Liberty Air 2 Pro
11+
- Add battery level for Space Q45
12+
- Add button configuration for Space Q45
13+
14+
* Localization
15+
- Add more Turkish translations (thanks to ozer4)

gui/resources/com.oppzippy.OpenSCQ30.metainfo.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,28 @@
4949
<id>com.oppzippy.OpenSCQ30.desktop</id>
5050
</provides>
5151
<releases>
52+
<release version="2.0.0-beta6" date="2025-11-19">
53+
<description>
54+
<p>Features</p>
55+
<ul>
56+
<li>Show case battery level for Life Note 3, Space A40, Life Note 3S, and Liberty 4 NC</li>
57+
<li>Add gaming mode toggle for Life Note 3, Space A40, Life Note 3S, Liberty 4 NC, and R50i NC</li>
58+
<li>Add sound leak compensation toggle for Liberty 4 NC</li>
59+
<li>Add surround sound toggle for Liberty 4 NC</li>
60+
<li>Add auto play/pause toggle for Liberty 4 NC</li>
61+
<li>Add wearing tone toggle for Liberty 4 NC</li>
62+
<li>Add touch lock toggle for Liberty 4 NC</li>
63+
<li>Add low battery prompt toggle for Liberty 4 NC and R50i NC</li>
64+
<li>Add wearing detection toggle for Life Q35, Life 2 Neo, Life Note 3, Life Note 3S, and Liberty Air 2 Pro </li>
65+
<li>Add battery level for Space Q45</li>
66+
<li>Add button configuration for Space Q45</li>
67+
</ul>
68+
<p>Localization</p>
69+
<ul>
70+
<li>Add more Turkish translations (thanks to ozer4)</li>
71+
</ul>
72+
</description>
73+
</release>
5274
<release version="2.0.0-beta5" date="2025-11-08">
5375
<description>
5476
<p>Features</p>

0 commit comments

Comments
 (0)