Skip to content

Commit

Permalink
build: v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Sep 30, 2023
1 parent 08beed1 commit 5068aae
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 18 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v1.7.0

### GUI

Expand All @@ -17,6 +17,8 @@
#### Fixes

- Fix settings not used by the connected device showing in quick presets
- Fix screen rotation causing disconnect
- Refresh device list when granting bluetooth permission

## v1.6.0

Expand Down
10 changes: 5 additions & 5 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 android/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openscq30_android"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[dependencies]
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 @@ -39,8 +39,8 @@ android {
applicationId = "com.oppzippy.openscq30"
minSdk = 26
targetSdk = 34
versionCode = 11
versionName = "1.6.0"
versionCode = 12
versionName = "1.7.0"

testInstrumentationRunner = "com.oppzippy.openscq30.HiltTestRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openscq30_cli"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openscq30_gui"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[features]
Expand Down
8 changes: 8 additions & 0 deletions gui/resources/com.oppzippy.OpenSCQ30.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
<id>com.oppzippy.OpenSCQ30.desktop</id>
</provides>
<releases>
<release version="1.7.0" date="2023-09-30">
<description>
<p>Fixes</p>
<ul>
<li>Bluetooth initialization when launching the application will no longer block the window from showing</li>
</ul>
</description>
</release>
<release version="1.6.0" date="2023-09-09">
<description>
<p>Features</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openscq30_lib"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion packaging/appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AppDir:
id: com.oppzippy.OpenSCQ30
name: openscq30_gui
icon: com.oppzippy.OpenSCQ30
version: 1.6.0
version: 1.7.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.6.0"
#define AppVersion "1.7.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.6.0",
"version": "1.7.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion web/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "openscq30_web_wasm"
description = "Packet parsing and such for OpenSCQ30 web"
repository = "https://github.com/Oppzippy/OpenSCQ30/tree/master/web/wasm"
license = "GPL-3.0-or-later"
version = "1.6.0"
version = "1.7.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 5068aae

Please sign in to comment.