diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e9b8a..5d248d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +### v0.1.4 (2025-07-30) +* adds support for `solar midnight`, `blue hour`, and `golden hour` (#11). +* adds `online help` button to the help dialog. +* updates build: adds `nightly` flavor; adds git submodule; removes dependency on jitpack.io. +* updates build; Gradle 6.5 -> 7.3.3; Android Gradle Plugin 4.1.3 -> 7.2.2, updates AndroidX libraries. +* updates build; SuntimesAddon dependency 0.4.0 -> 0.4.3. + ### v0.1.3 (2024-11-21) * fixes app crash in release apk caused by proguard-rules (#9). @@ -8,8 +15,8 @@ * fixes bug where battery optimization message is displayed repeatedly (#6). * fixes crash when Suntimes is not installed (#7). * fixes ANR when Suntimes ContentProvider fails to respond. +* updates build; SuntimesAddon dependency (v0.4.0). * updates build; targetSdkVersion 30 -> 33; Gradle 5.6.4 -> 6.5; Android Gradle Plugin 3.6.1 -> 4.1.3; migrates from legacy support libraries to AndroidX. -* updates SuntimesAddon dependency (v0.4.0). ### v0.1.1 (2023-02-12) * adds app launcher icon. diff --git a/app/build.gradle b/app/build.gradle index 0c9c619..224045e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 14 //noinspection OldTargetApi targetSdkVersion 33 - versionCode 4 - versionName "0.1.3" + versionCode 5 + versionName "0.1.4" manifestPlaceholders = [suntimesApplicationId:"com.forrestguice.suntimeswidget", suntimesPermissionRoot:"suntimes", intervalMidpointsAuthorityRoot:"suntimes.intervalmidpoints"] diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 0000000..b903bca --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1 @@ +- adds support for `solar midnight`, `blue hour`, and `golden hour` (#11).