Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestguice committed Dec 7, 2023
2 parents 466a02f + a8f98eb commit 2e18ace
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
### ~

### v0.15.9 (2023-12-03)
* adds a `back` button to the alarm dismiss activity (#750).
* fixes navigation bugs when using D-pad (Android TV).
* fixes app crash after changing `data source` (#743).
* fixes bug where toolbar fails to apply text size setting.
* fixes bug where alarm dismiss challenge is shown after alarm has timed-out.
* fixes default colors to improve contrast and readability (#744).
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#745 by James Liu).

### v0.15.8 (2023-10-24)
* adds a warning when the app is configured to "current location" but location permissions are denied (#733).
* changes the location label when switching away from "current location" mode (#733).
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 10
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 25
versionCode 105
versionName "0.15.8"
versionCode 106
versionName "0.15.9"

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

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/106.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- fixes navigation bugs when using D-pad (Android TV).
- updates translations to Simplified Chinese, and Traditional Chinese.

0 comments on commit 2e18ace

Please sign in to comment.