From 46a3e1ca973f701d32549ab29163e0545c3a92e1 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Thu, 16 Mar 2023 23:23:21 -0700 Subject: [PATCH 1/3] bump version 98 (0.15.1) -> 99 (0.15.2) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 42dc45f9d..30e704ba1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android minSdkVersion 10 //noinspection ExpiredTargetSdkVersion,OldTargetApi targetSdkVersion 25 - versionCode 98 - versionName "0.15.1" + versionCode 99 + versionName "0.15.2" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" From 6cbc6bbb7df2ec18c08c56b5aeb39aba3be839a2 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Thu, 16 Mar 2023 23:56:15 -0700 Subject: [PATCH 2/3] changelog --- CHANGELOG.md | 12 ++++++++++++ fastlane/metadata/android/en-US/changelogs/99.txt | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/99.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 285be6404..0a88e17a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ### ~ +### v0.15.2 (2023-03-20) +* adds themed alarms icon (Android 13+); updates shortcut icons (adaptive). +* adds "quick notification" alarm shortcut; adds "world map" app shortcut; removes "themes" shortcut. +* adds a warning message when overriding the locale; "the app may need to be restarted before changes take full effect". +* fixes bug where overriding the locale is not immediately applied to existing widgets. +* fixes bug where changes to settings from the WelcomeActivity are not applied until after the app is restarted. +* fixes bug "sun position doesn't update on main screen" (#695). +* fixes bug "broken 2x1 sun widget preview". +* misc refactoring (reorganizes WidgetLayout and SettingsActivity classes). +* fixes spelling error in translation to German (de) (#698 by Das-Nichts). +* updates translations to Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW) (#700 by James Liu). + ### v0.15.1 (2023-02-15) * adds themed icon (Android 13+). * adds Chinese, Indian, Japanese, Korean, Minguo, and Vietnamese calendars to the date widget (#692). diff --git a/fastlane/metadata/android/en-US/changelogs/99.txt b/fastlane/metadata/android/en-US/changelogs/99.txt new file mode 100644 index 000000000..f2b8bddf3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/99.txt @@ -0,0 +1,3 @@ +- miscellaneous bug fixes. +- adds themed alarms icon (Android 13+), and adaptive shortcut icons. +- updates translations to Simplified Chinese, and Traditional Chinese. From e122697f0b513daff9bcde0fa445487ce4058dd8 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Mon, 20 Mar 2023 21:16:06 -0700 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 1 + fastlane/metadata/android/en-US/changelogs/99.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a88e17a6..7d266a593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### v0.15.2 (2023-03-20) * adds themed alarms icon (Android 13+); updates shortcut icons (adaptive). * adds "quick notification" alarm shortcut; adds "world map" app shortcut; removes "themes" shortcut. +* adds help to the "alarm note" dialog (supports substitutions). * adds a warning message when overriding the locale; "the app may need to be restarted before changes take full effect". * fixes bug where overriding the locale is not immediately applied to existing widgets. * fixes bug where changes to settings from the WelcomeActivity are not applied until after the app is restarted. diff --git a/fastlane/metadata/android/en-US/changelogs/99.txt b/fastlane/metadata/android/en-US/changelogs/99.txt index f2b8bddf3..5c77ad847 100644 --- a/fastlane/metadata/android/en-US/changelogs/99.txt +++ b/fastlane/metadata/android/en-US/changelogs/99.txt @@ -1,3 +1,3 @@ - miscellaneous bug fixes. -- adds themed alarms icon (Android 13+), and adaptive shortcut icons. +- adds themed alarm icon (Android 13+), and adaptive shortcut icons. - updates translations to Simplified Chinese, and Traditional Chinese.