Skip to content

Commit

Permalink
Merge pull request #737 from forrestguice/release-0.15.8
Browse files Browse the repository at this point in the history
release 0.15.8
  • Loading branch information
forrestguice authored Oct 24, 2023
2 parents 8f90d73 + f57ff78 commit 2264f78
Show file tree
Hide file tree
Showing 3 changed files with 14 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.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).
* fixes bug in "current location" mode; the location automatically refreshes when the activity is resumed (#733).
* fixes bug where the time zone selector shows the wrong system time zone (#733).
* fixes bug where the alarm event icon and text are out of alignment.
* refactors alarm adapter click listeners (bind rowID instead of position).
* updates translation to Hungarian (hu) (#736 by titanicbobo).

### 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).
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 104
versionName "0.15.7"
versionCode 105
versionName "0.15.8"

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

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- fixes bugs in "current location" mode (automatically refresh the location).
- adds a warning when using "current location" but location permissions are denied.
- updates translation to Hungarian.

0 comments on commit 2264f78

Please sign in to comment.