Skip to content

Commit

Permalink
Prepare release 0.12.0 including changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Nov 18, 2023
1 parent 5192697 commit f07603d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.12.0] - 2023-11-18

### Added

- Add German localization.

## [0.11.0] - 2023-11-18

### 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="7"
android:versionName="0.11.0">
android:versionCode="8"
android:versionName="0.12.0">

<application
android:icon="@mipmap/ic_launcher"
Expand Down
4 changes: 3 additions & 1 deletion gauguin-app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Es gibt nun ein monochromes Launcher-Icon, das ab Android 13 genutzt wird, sobald das Android-Systemfeature "dynamische Farben" aktiviert ist.
Neue Features:
- Die App wurde ins Deutsche übersetzt.
- Es gibt nun ein monochromes Launcher-Icon, das ab Android 13 genutzt wird, sobald das Android-Systemfeature "dynamische Farben" aktiviert ist.

Behobene Fehler:
- Wenn zwei identische Zahlen in einer Zeile oder Spalte eingetragen werden, von denen eine korrekt ist, zählt dies nicht mehr als zwei Fehler, sondern als ein einzelner.
Expand Down
4 changes: 3 additions & 1 deletion gauguin-app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Add monochrome launcher icon to be use with e.g. Android 13 and Themed Icons.
New Features:
- The app is now available in German, too.
- Add monochrome launcher icon to be use with e.g. Android 13 and Themed Icons.

Bug fixes:
- If there are two values entered in one row or column, only count the wrong value as a single mistake.
Expand Down

0 comments on commit f07603d

Please sign in to comment.