Skip to content

Commit

Permalink
build: v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Jan 9, 2024
1 parent 7d6dd38 commit f311314
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.10.2

### Android

#### Fixes

- Various resource leaks when failing to connect to a device
- Edge case where events occur in unexpected order while connecting, causing it to hang

## v1.10.1

### 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.10.1"
version = "1.10.2"
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 @@ -41,8 +41,8 @@ android {
applicationId = "com.oppzippy.openscq30"
minSdk = 26
targetSdk = 34
versionCode = 17
versionName = "1.10.1"
versionCode = 18
versionName = "1.10.2"

testInstrumentationRunner = "com.oppzippy.openscq30.HiltTestRunner"
vectorDrawables {
Expand Down
5 changes: 5 additions & 0 deletions gui/resources/com.oppzippy.OpenSCQ30.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<id>com.oppzippy.OpenSCQ30.desktop</id>
</provides>
<releases>
<release version="1.10.2" date="2024-01-09">
<description>

</description>
</release>
<release version="1.10.1" date="2024-01-03">
<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 @@ -11,7 +11,7 @@ AppDir:
id: com.oppzippy.OpenSCQ30
name: openscq30_gui
icon: com.oppzippy.OpenSCQ30
version: 1.10.1
version: 1.10.2
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.10.1"
#define AppVersion "1.10.2"

[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.10.1",
"version": "1.10.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit f311314

Please sign in to comment.