From aa9a2a6cf4a98d749593612fee802536bdf52e69 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 24 Apr 2026 22:22:29 -0700 Subject: [PATCH 1/4] bump version 8 (0.3.2) -> 9 (0.3.3) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7caf02a..4156ef1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { targetSdkVersion 33 compileSdk 33 - versionCode 8 - versionName "0.3.2" + versionCode 9 + versionName "0.3.3" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' vectorDrawables.useSupportLibrary = true From c05145fe52e8f7b5067dd51fc0d4128067b59ba2 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 24 Apr 2026 22:22:57 -0700 Subject: [PATCH 2/4] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c290a4f..d71bcff 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ Options for: ## Donations ## Do you find value in this software? Please pay as you feel. -[![paypal](https://www.paypalobjects.com/webstatic/en_US/i/btn/png/silver-rect-paypal-26px.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NZJ5FJBCKY6K2) - +[![paypal](https://www.paypalobjects.com/webstatic/en_US/i/btn/png/silver-rect-paypal-26px.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NZJ5FJBCKY6K2) + ## Bug Reports ## Use the issue tracker to submit a bug report or a feature request. @@ -49,7 +49,7 @@ Natural Hour does not collect, store, or transmit personal user data. It contain __Natural Hour is an add-on for Suntimes.__ It uses the `suntimes.permission.READ_CALCULATOR` permission in order to access data provided by this app. https://github.com/forrestguice/SuntimesWidget/wiki/Privacy ## Legal Stuff -Copyright (C) 2020-2025 **Forrest Guice** +Copyright (C) 2020-2026 **Forrest Guice** ``` Natural Hour is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by From 5410f106e5af455d79d7e248ce13994e7f119638 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Fri, 24 Apr 2026 22:23:46 -0700 Subject: [PATCH 3/4] changelog --- CHANGELOG.md | 10 ++++++++++ fastlane/metadata/android/en-US/changelogs/9.txt | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/9.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 975ef9b..eb15897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ~ +### v0.3.3 (2026-04-27) +* adds "Material You" app themes (api31+). +* adds widget reconfiguration (api28+) (drag widgets to reconfigure). +* adds exception handler and crash report notification; adds `android.permission.POST_NOTIFICATION` [permission]. +* adds full backup rules for Android 12+. +* fixes bug where the wrong help mirror url is shown depending on locale. +* refactor; replaces deprecated api (PreferenceManager, FragmentViewContainer). +* build: adds nightly build flavor. +* updates translation to French (#43 by chfo-bidouille) + ### v0.3.2 (2025-06-03) * fixes broken widgets on Android 12+ (#38). * adds fullscreen behavior; the floating action button is shown for a moment and then hides itself. diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 0000000..bed9c8f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,4 @@ +- adds "Material You" app themes. +- adds widget reconfiguration (drag widgets to reconfigure). +- adds exception handler and crash report notification. +- updates translation to French. From b6f94cba1964124f7414323e4a3d436750824574 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Sat, 25 Apr 2026 23:45:55 -0700 Subject: [PATCH 4/4] changelog --- CHANGELOG.md | 9 +++++---- fastlane/metadata/android/en-US/changelogs/9.txt | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb15897..3c775ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ ### v0.3.3 (2026-04-27) * adds "Material You" app themes (api31+). -* adds widget reconfiguration (api28+) (drag widgets to reconfigure). +* adds support for `show coordinates` option (requires Suntimes v0.17.0+). * adds exception handler and crash report notification; adds `android.permission.POST_NOTIFICATION` [permission]. * adds full backup rules for Android 12+. -* fixes bug where the wrong help mirror url is shown depending on locale. -* refactor; replaces deprecated api (PreferenceManager, FragmentViewContainer). -* build: adds nightly build flavor. +* fixes widget reconfiguration (api28+) (drag widgets to reconfigure). +* fixes bug where help mirror url is incorrect (locale specific). +* refactors deprecated api (Preference, PreferenceFragment, PreferenceManager, FragmentContainer). +* updates build: adds nightly build flavor. * updates translation to French (#43 by chfo-bidouille) ### v0.3.2 (2025-06-03) diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt index bed9c8f..c9a2eef 100644 --- a/fastlane/metadata/android/en-US/changelogs/9.txt +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -1,4 +1,5 @@ - adds "Material You" app themes. -- adds widget reconfiguration (drag widgets to reconfigure). +- adds support for `show coordinates` option. - adds exception handler and crash report notification. +- fixes widget reconfiguration (drag widgets to reconfigure). - updates translation to French.