Skip to content

Commit

Permalink
Prepare release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Nov 27, 2023
1 parent 28e5a6c commit 3cdb881
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.14.0] - 2023-11-27

### Changed

- Optimize layout of both the main screen and the new game screen. The underlaying varints of the layouts stay the same, but there should be now a better chance to display a consistent layout which matches the current window size.
- Optimize scrolling in new game screen.

### Fixed

- Fix layout of the main screen when using a 8' tablet with aspect ratio of e.g. 16:9.

## [0.13.1] - 2023-11-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="11"
android:versionName="0.13.1">
android:versionCode="12"
android:versionName="0.14.0">

<application
android:icon="@mipmap/ic_launcher"
Expand Down
10 changes: 7 additions & 3 deletions gauguin-app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Optimierungen:

- Layoutoptimierungen, sowohl vom Hauptbildschirm als auch vom Bidschirm zum Starten eines neuen Spiels.
- Optimiertes Scrollen beim Bildschirm zum Starten eines neuen Spiels.

Behobene Fehler:
- Die Statistiken über gestartete und gelöste Spiele zeigten immer den Wert 0.
- Beim Klick auf das Fragezeichen erscheint nur dann ein 'Rückgängig'-Button, wenn dies sinnvoll ist.
- Gruppe mit Division und Resultat '0' wurden immer als falsch ausgefüllt angezeigt.

- Behebt Fehler beim Layout des Hauptbildschrims für 8-Zoll-Tablets mit einem Seitenverhältnis von 16:9.
10 changes: 7 additions & 3 deletions gauguin-app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Optimizations:

- Optimize layout of both the main screen and the new game screen. There should be now a better chance to display a consistent layout which matches the current window size.
- Optimize scrolling in new game screen.

Bug fixes:
- Statistics about started, hinted and solved puzzles always showed 0.
- The popup when hiting the question mark only shows an 'undo' button if applicable.
- Fix cages with division and result '0' to be always shown as filled wrong.

- Fix layout of the main screen when using a 8' tablet with aspect ratio of e.g. 16:9.

0 comments on commit 3cdb881

Please sign in to comment.