From 820e72f71f9ebb09792df871b6a0e59ea9b610a2 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 15 Mar 2024 15:49:15 -0700 Subject: [PATCH 1/4] bump version 109 (v0.15.12) -> 110 (v0.15.13) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 196aa5d59..6d4b931df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()}\"" From 0d490dc5a4dc5911861fb3267f4aeec2723aa48f Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 15 Mar 2024 15:54:30 -0700 Subject: [PATCH 2/4] changelog --- CHANGELOG.md | 3 +++ fastlane/metadata/android/en-US/changelogs/110.txt | 1 + 2 files changed, 4 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/110.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e374164..77e87f233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### ~ +### v0.15.13 (2024-03-15) +* fixes app crash when launching the app after using "restore backup" (#783). + ### 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. diff --git a/fastlane/metadata/android/en-US/changelogs/110.txt b/fastlane/metadata/android/en-US/changelogs/110.txt new file mode 100644 index 000000000..8d8e3d450 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/110.txt @@ -0,0 +1 @@ +- fixes app crash after using "restore backup". \ No newline at end of file From 1b18da4211a9d82fba4f8b7a59aaef1af9911e92 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 15 Mar 2024 17:53:43 -0700 Subject: [PATCH 3/4] changelog --- CHANGELOG.md | 1 + fastlane/metadata/android/en-US/changelogs/110.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e87f233..a4eefef41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### ~ ### v0.15.13 (2024-03-15) +* adds app options to show daylight comparison (today/tomorrow) (#773). * fixes app crash when launching the app after using "restore backup" (#783). ### v0.15.12 (2024-03-01) diff --git a/fastlane/metadata/android/en-US/changelogs/110.txt b/fastlane/metadata/android/en-US/changelogs/110.txt index 8d8e3d450..c5f1bbb4b 100644 --- a/fastlane/metadata/android/en-US/changelogs/110.txt +++ b/fastlane/metadata/android/en-US/changelogs/110.txt @@ -1 +1,2 @@ -- fixes app crash after using "restore backup". \ No newline at end of file +- adds app options to show daylight comparison (today/tomorrow). +- fixes app crash after using "restore backup" (#783). \ No newline at end of file From 6e8d2812a833ab784f94c7bc22492df99382e6fa Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Tue, 19 Mar 2024 13:27:53 -0700 Subject: [PATCH 4/4] changelog --- CHANGELOG.md | 5 ++++- fastlane/metadata/android/en-US/changelogs/110.txt | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4eefef41..c9af99ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ ### ~ -### v0.15.13 (2024-03-15) +### 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). diff --git a/fastlane/metadata/android/en-US/changelogs/110.txt b/fastlane/metadata/android/en-US/changelogs/110.txt index c5f1bbb4b..6cbb3ce11 100644 --- a/fastlane/metadata/android/en-US/changelogs/110.txt +++ b/fastlane/metadata/android/en-US/changelogs/110.txt @@ -1,2 +1,3 @@ -- adds app options to show daylight comparison (today/tomorrow). -- fixes app crash after using "restore backup" (#783). \ No newline at end of file +- fixes app crash after using "restore backup" (#783). +- increases the maximum before/after alarm offset. +- adds app options to show daylight comparison (today/tomorrow). \ No newline at end of file