Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- adds support for `solar midnight`, `blue hour`, and `golden hour` (#11).
Loading