Skip to content

Commit

Permalink
build: v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Aug 31, 2024
1 parent e65ca79 commit 5cbb94a
Show file tree
Hide file tree
Showing 9 changed files with 36 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.13.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.12.0"
version = "1.13.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 = 24
versionName = "1.12.0"
versionCode = 25
versionName = "1.13.0"

testInstrumentationRunner = "com.oppzippy.openscq30.HiltTestRunner"
vectorDrawables {
Expand Down
20 changes: 20 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,26 @@
<id>com.oppzippy.OpenSCQ30.desktop</id>
</provides>
<releases>
<release version="1.13.0" date="2024-08-31">
<description>
<p>Features</p>
<ul>
<li>Add custom equalizer profile importing/exporting</li>
</ul>
<p>Build</p>
<ul>
<li>Replace `cargo-make` with `just`</li>
</ul>
<p>Fixes</p>
<ul>
<li>Fix some circumstances where the volume adjustments matching a custom profile would be selected, but the dropdown would not show the profile as selected</li>
<li>Custom equalizer profile sorting is now case insensitive</li>
<li>Icon colors now adapt when using dark theme</li>
<li>Write config file to temp file first before overwriting to work around potential data loss if writing is interrupted</li>
<li>The config file is no longer overwritten with the exact same content during every application startup</li>
</ul>
</description>
</release>
<release version="1.12.0" date="2024-04-21" />
<release version="1.11.0" date="2024-03-17" />
<release version="1.10.6" date="2024-01-25">
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.12.0
version: 1.13.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.12.0"
#define AppVersion "1.13.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.12.0",
"version": "1.13.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5cbb94a

Please sign in to comment.