Skip to content

Commit f171126

Browse files
committed
build: v1.17.0
1 parent 1396544 commit f171126

File tree

10 files changed

+32
-15
lines changed

10 files changed

+32
-15
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v1.17.0
4+
5+
### Android
6+
7+
#### Features
8+
9+
- Added button for scanning for devices without any filters. Useful for devices with names not containing "Soundcore".
10+
11+
### Web
12+
13+
#### Features
14+
15+
- Added button for scanning for devices without any filters. Useful for devices with new mac address ranges.
16+
317
## v1.16.1
418

519
### Android

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.1"
14+
version = "1.17.0"
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 = 31
47-
versionName = "1.16.1"
46+
versionCode = 32
47+
versionName = "1.17.0"
4848

4949
testInstrumentationRunner = "com.oppzippy.openscq30.HiltTestRunner"
5050
vectorDrawables {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Features
2+
- Added button for scanning for devices without any filters. Useful for devices with names not containing "Soundcore".

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

+1
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.17.0" date="2024-12-16" />
4849
<release version="1.16.1" date="2024-12-14" />
4950
<release version="1.16.0" date="2024-12-13">
5051
<description>

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.1
11+
version: 1.17.0
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.1"
3+
#define AppVersion "1.17.0"
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.1",
4+
"version": "1.17.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)