Skip to content

Commit

Permalink
Prepare version 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Mar 1, 2024
1 parent 6fc45ff commit 354c30e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.21.1] - 2024-03-01

### Fixed

- Fixed the hint popup blocking the following tap in the way that the game seems to not respond.

## [0.21.0] - 2024-02-24

### Added
Expand Down
4 changes: 2 additions & 2 deletions gauguin-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="22"
android:versionName="0.21.0">
android:versionCode="23"
android:versionName="0.21.1">

<application
android:icon="@mipmap/ic_launcher"
Expand Down
4 changes: 4 additions & 0 deletions gauguin-app/src/main/play/release-notes/de-DE/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ Version 0.21.0
- Neuer Popup beim Anzeigen für Hinweise.
- Zeigt ein Icon an, wenn ein Spiel nicht das Dezimalsystem verwendet.
- Fehlerbehebungen.

Version 0.21.1

- Bugfix: Während der Hinweis-Popup durch einen Klick geschlossen wird, reagiert die Oberfläche nicht.
4 changes: 4 additions & 0 deletions gauguin-app/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ Version 0.21.0
- Enhanced hint popup
- Shows an icon indicating of the game uses a non-decimal base
- Bug fixes

Version 0.21.1

- Bug fix of the hint popup avoiding the ui to respond while dismissing the popup

0 comments on commit 354c30e

Please sign in to comment.