Skip to content

Commit 25dbce5

Browse files
committed
build: v1.16.1
1 parent fc70ca6 commit 25dbce5

File tree

10 files changed

+25
-22
lines changed

10 files changed

+25
-22
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v1.16.1
44

55
### Android
66

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "1.16.0"
14+
version = "1.16.1"
1515
license = "GPL-3.0-or-later"
1616

1717
[profile.release]

android/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343
applicationId = "com.oppzippy.openscq30"
4444
minSdk = 26
4545
targetSdk = 34
46-
versionCode = 30
47-
versionName = "1.16.0"
46+
versionCode = 31
47+
versionName = "1.16.1"
4848

4949
testInstrumentationRunner = "com.oppzippy.openscq30.HiltTestRunner"
5050
vectorDrawables {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Fixes
2+
- Fix devices with names containing "soundcore" (lowercase s) rather than "Soundcore" not showing up in the listing.

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

+7-6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<id>com.oppzippy.OpenSCQ30.desktop</id>
4646
</provides>
4747
<releases>
48+
<release version="1.16.1" date="2024-12-14" />
4849
<release version="1.16.0" date="2024-12-13">
4950
<description>
5051
<p>Features</p>
@@ -54,7 +55,7 @@
5455
<p>Fixes</p>
5556
<ul>
5657
<li>Fix service not found error on Linux unless `bluetoothctl connect` was manually run</li>
57-
</ul>
58+
</ul>
5859
</description>
5960
</release>
6061
<release version="1.15.0" date="2024-12-09">
@@ -64,15 +65,15 @@
6465
<li>Add missing soundcore mac address ranges for device detection</li>
6566
<li>Prioritize filtering by GATT service id rather than mac address, since new mac address ranges are showing up. This isn't possible (or implemented yet) on every client, however.</li>
6667
<li>Various Space A40 issues that prevented it from working at all</li>
67-
</ul>
68+
</ul>
6869
</description>
6970
</release>
7071
<release version="1.14.1" date="2024-11-29">
7172
<description>
7273
<p>Fixes</p>
7374
<ul>
7475
<li>Fix Space A40 (A3936) state update packet parsing</li>
75-
</ul>
76+
</ul>
7677
</description>
7778
</release>
7879
<release version="1.14.0" date="2024-11-19">
@@ -87,15 +88,15 @@
8788
<li>Fix Liberty 2 Pro (A3930) packet parse error</li>
8889
<li>Quick presets resetting to default values</li>
8990
<li>Sound mode options unsupported by the device visible in quick presets</li>
90-
</ul>
91+
</ul>
9192
</description>
9293
</release>
9394
<release version="1.13.1" date="2024-08-31">
9495
<description>
9596
<p>Fixes</p>
9697
<ul>
9798
<li>Remove broken gtk binding that was ignored and had no effect other than a critical log message</li>
98-
</ul>
99+
</ul>
99100
</description>
100101
</release>
101102
<release version="1.13.0" date="2024-08-31">
@@ -115,7 +116,7 @@
115116
<li>Icon colors now adapt when using dark theme</li>
116117
<li>Write config file to temp file first before overwriting to work around potential data loss if writing is interrupted</li>
117118
<li>The config file is no longer overwritten with the exact same content during every application startup</li>
118-
</ul>
119+
</ul>
119120
</description>
120121
</release>
121122
<release version="1.12.0" date="2024-04-21" />

packaging/appimage/AppImageBuilder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AppDir:
88
id: com.oppzippy.OpenSCQ30
99
name: openscq30_gui
1010
icon: com.oppzippy.OpenSCQ30
11-
version: 1.16.0
11+
version: 1.16.1
1212
exec: usr/bin/openscq30_gui
1313
exec_args: $@
1414

packaging/windows/setup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define AppName "OpenSCQ30"
22
#define AppExeName "openscq30_gui.exe"
3-
#define AppVersion "1.16.0"
3+
#define AppVersion "1.16.1"
44

55
[Setup]
66
AppName={#AppName}

web/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openscq30-web-react",
33
"private": true,
4-
"version": "1.16.0",
4+
"version": "1.16.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)