Skip to content

Commit

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

### Security

## [0.24.2] - 2024-04-13

### Fixed

- Fixes failing unit tests which were overseen. Affects F-Droid build only which would fail it a
test fails. Play Store and the APK at GitHub are not affected as they do not relate to test code.

## [0.24.1] - 2024-04-11

### Fixed
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="28"
android:versionName="0.24.1">
android:versionCode="29"
android:versionName="0.24.2">

<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
@@ -1,3 +1,7 @@
Version 0.24.2

- Behebt Buildprobleme, kein inhaltlicher Unterschied zu 0.24.1.

Version 0.24.1

- Versuch, um den seltenen Fehler zu beheben, dass das Popupfenster eine falsche Anzahl von Fehlern anzeigt.
Expand Down
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
@@ -1,3 +1,7 @@
Version 0.24.2

- Fixes build problems, the app itself is identical to 0.24.1.

Version 0.24.1

- Try to fix the bug where the hint popup shows an obviously wrong number of mistakes.
Expand Down

0 comments on commit 84990bb

Please sign in to comment.