Skip to content

Commit de04e4b

Browse files
committed
Prepare release of version 0.34.1
1 parent 442127b commit de04e4b

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22+
## [0.34.1]
23+
24+
### Added
25+
26+
- More info if an exception occurs while loading grids.
27+
28+
### Changed
29+
30+
- Downgrade JSON dependency to hopefully fix exceptions when loading grids.
31+
2232
## [0.34.0] - 2025-01-26
2333

2434
### Added
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
— Bugfix: Zurückstufen einer Abhängigkeit, um Abstürze beim Laden von Spielen zu verhindern.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
— Downgrades a dependency to fix an exception while loading grids.

gauguin-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
android:installLocation="auto"
4-
android:versionCode="47"
5-
android:versionName="0.34.0">
4+
android:versionCode="48"
5+
android:versionName="0.34.1">
66

77
<application
88
android:icon="@mipmap/ic_launcher"

0 commit comments

Comments
 (0)