Skip to content

Commit

Permalink
build: v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Dec 9, 2024
1 parent aff4e8f commit 7b4e2ba
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v1.15.0

### General

Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.14.1"
version = "1.15.0"
license = "GPL-3.0-or-later"

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {
applicationId = "com.oppzippy.openscq30"
minSdk = 26
targetSdk = 34
versionCode = 28
versionName = "1.14.1"
versionCode = 29
versionName = "1.15.0"

testInstrumentationRunner = "com.oppzippy.openscq30.HiltTestRunner"
vectorDrawables {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fixes
- Add missing soundcore mac address ranges for device detection
- 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.
- Various Space A40 issues that prevented it from working at all
10 changes: 10 additions & 0 deletions gui/resources/com.oppzippy.OpenSCQ30.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
<id>com.oppzippy.OpenSCQ30.desktop</id>
</provides>
<releases>
<release version="1.15.0" date="2024-12-09">
<description>
<p>Fixes</p>
<ul>
<li>Add missing soundcore mac address ranges for device detection</li>
<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>
<li>Various Space A40 issues that prevented it from working at all</li>
</ul>
</description>
</release>
<release version="1.14.1" date="2024-11-29">
<description>
<p>Fixes</p>
Expand Down
2 changes: 1 addition & 1 deletion packaging/appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AppDir:
id: com.oppzippy.OpenSCQ30
name: openscq30_gui
icon: com.oppzippy.OpenSCQ30
version: 1.14.1
version: 1.15.0
exec: usr/bin/openscq30_gui
exec_args: $@

Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/setup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define AppName "OpenSCQ30"
#define AppExeName "openscq30_gui.exe"
#define AppVersion "1.14.1"
#define AppVersion "1.15.0"

[Setup]
AppName={#AppName}
Expand Down
4 changes: 2 additions & 2 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openscq30-web-react",
"private": true,
"version": "1.14.1",
"version": "1.15.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7b4e2ba

Please sign in to comment.