Skip to content

Commit

Permalink
Merge pull request #784 from forrestguice/release-0.15.13
Browse files Browse the repository at this point in the history
release 0.15.13
  • Loading branch information
forrestguice authored Mar 19, 2024
2 parents 53fc010 + 6e8d281 commit 0fe43bf
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.13 (2024-03-19)
* adds app options to show daylight comparison (today/tomorrow) (#773).
* increases the maximum before/after alarm offset (#779); fixes localization of display values.
* fixes app crash when launching the app after using "restore backup" (#783).
* replaces links to "online help" and improves help presentation; the app's website is now hosted on Codeberg (https://forrestguice.codeberg.page/Suntimes/) (#629).
* now mirroring git repository to Codeberg (https://codeberg.org/forrestguice/Suntimes) (#629).

### v0.15.12 (2024-03-01)
* increases the range of supported dates from +-2.5 years to +-500 years (#770).
* fixes bug where date selector allows selecting unsupported dates (#770), and other miscellaneous UI changes.
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 109
versionName "0.15.12"
versionCode 110
versionName "0.15.13"

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

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/110.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- fixes app crash after using "restore backup" (#783).
- increases the maximum before/after alarm offset.
- adds app options to show daylight comparison (today/tomorrow).

0 comments on commit 0fe43bf

Please sign in to comment.