Skip to content

Commit

Permalink
Merge pull request #807 from forrestguice/release-0.15.16
Browse files Browse the repository at this point in the history
release 0.15.16
  • Loading branch information
forrestguice authored Jun 18, 2024
2 parents 275f656 + f895a51 commit b93dbca
Show file tree
Hide file tree
Showing 3 changed files with 13 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.16 (2024-06-17)
* adds "online help" links to existing help dialogs (#797).
* fixes bug where "moon phase alarm time is incorrect" (#803).
* fixes bugs when using d-pad navigation within dialogs (Android TV).
* updates translation to Norwegian (nb) (#796, #801 by FTno).
* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#799, #800 by James Liu).

### v0.15.15 (2024-05-14)
* adds online user manual; https://forrestguice.github.io/Suntimes/help/ or https://forrestguice.codeberg.page/Suntimes/help/
* fixes app crash when using custom themes (#792).
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 112
versionName "0.15.15"
versionCode 113
versionName "0.15.16"

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

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/113.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- fixes bug where "moon phase alarm time is incorrect" (#803).
- fixes bugs when using d-pad navigation within dialogs (Android TV).
- updates translation to Norwegian.
- updates translations to Simplified Chinese, and Traditional Chinese.

0 comments on commit b93dbca

Please sign in to comment.