Skip to content

Commit

Permalink
Merge pull request #732 from forrestguice/release-0.15.7
Browse files Browse the repository at this point in the history
release 0.15.7
  • Loading branch information
forrestguice authored Sep 11, 2023
2 parents 61f7d86 + 510d514 commit 46defe2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### ~

### v0.15.7 (2023-09-10)
* adds a warning to SuntimesAlarms when the "Autostart" setting is disabled (Xiomi devices only) (#730).
* fixes bug "time refreshes aren't happening properly" (#705).
* fixes bug where the update loop continues running in the background after the activity is no longer visible.
* fixes bugs where rapidly clicking triggers actions more than once (throttled click listeners).
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#728 by James Liu).

### v0.15.6 (2023-07-21)
* improves time zone defaults (localized default values).
* improves time zone recommendations; fixes recommendation when place names contain spaces or special characters.
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 103
versionName "0.15.6"
versionCode 104
versionName "0.15.7"

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

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- adds a warning to SuntimesAlarms when the "Autostart" setting is disabled (Xiomi devices only).
- fixes bug "time refreshes aren't happening properly" (#705).
- updates translations to Simplified Chinese, and Traditional Chinese.

0 comments on commit 46defe2

Please sign in to comment.