Skip to content

Commit

Permalink
Prepare release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Jan 2, 2024
1 parent 9af532e commit f562658
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added a popup when tapping at the difficulty info at the top bar displaying which difficulties exist and thier respective boundaries.
### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.17.0] - 2024-01-02

### Added

- Added a popup displaying the difficulty levels and their respective boundaries. May be reached by
- Tapping at the difficulty info at the top bar on the main screen.
- Using the info icon near the difficulty choice in the new game screen.

### Changed

Expand All @@ -20,7 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- When using the menu item 'Show errors', all wrongly filled cells get a red background and the value is displayed in a red color, too.
This should clearify if a cell was revealed (greyscale), if there is an error regarding the cell (red background) or if the value itself is wrong (red value).


### Deprecated

### Removed
Expand All @@ -30,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed 'Show errors' which did not work at all.
- The popup to inform that a game was won gets dismissed as soon as the user starts another game.
- Fixed deactivated number button colors in light theme which used the same colors as active ones.
- Fixed inconsistent appearance of the hint button of the main screen.

### Security

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="16"
android:versionName="0.16.1">
android:versionCode="17"
android:versionName="0.17.0">

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

- Man kann nun außer mit dem Dezimalsystem auch mit anderen Zahlensystemen spielen (Basis kann 2, 4, 8, 10 oder 16 sein).
- Überarbeitetes helles Theme.
- Beim Erstellen eines neuen Spiels werden die Einstellungstabs markiert, in denen man Einstellungen abweichend vom Standard gewählt hat.
- Der Fast-Finishing-Mode wurde verbessert (Beta-Feature).
- Die Schwierigkeitsstufen werden aufgelistet, wenn man
- Im Hauptbilschirm auf die Schwierigkeitsinformationen in der oberen Leiste klickt und
- Im Bilschirm zum Generieren eines neuen Spiels mittels des Info-Icons bei der Schwieriegkeitswahl.
- Aufgedeckte Zellen und fehlerhafte Zellen werden einheitlich dargestellt.
- Diverse Bugfixes.
10 changes: 5 additions & 5 deletions gauguin-app/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 0.16.0
Version 0.17.0

- Choose a numeral system different of the decimal one to challenge your brain (supports bases 2, 4, 8, 10, 16).
- Renewed light theme.
- The new game screen indicates which tabs hold non-default options.
- Enhancements of the Fast Finishing Mode (still beta).
- Inform about difficulty levels via
- tapping at the difficulty info at the top bar on the main screen or
- using the info icon near the difficulty choice in the new game screen.
- Display revealed cells and errors in a consistent maner.
- Various bug fixes.

0 comments on commit f562658

Please sign in to comment.