Skip to content

Commit

Permalink
Merge pull request #50 from forrestguice/release-0.5.6
Browse files Browse the repository at this point in the history
release 0.5.6
  • Loading branch information
forrestguice authored Dec 7, 2022
2 parents d542f5f + 115c8cd commit b56294e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### ~

### v0.5.6 (2022-12-05)
* adds support for system dark mode (night mode).
* fixes bug where Toasts are unreadable (white-on-white); Android 13 (api33+).
* updates build; gradle wrapper to `gradle-5.0`.
* updates translation to Norwegian (nb) (#49 by FTno).

### v0.5.5 (2021-11-15)
* updates translations to Polish (pl) and Esperanto (eo) (#44 by Verdulo).
* fixes "app crash when clicking the `Open Calendar` button" (#43).
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdkVersion 11
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 25
versionCode 15
versionName "0.5.5"
versionCode 16
versionName "0.5.6"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- updates translation to Norwegian.

0 comments on commit b56294e

Please sign in to comment.