Skip to content

Commit

Permalink
Merge pull request #57 from forrestguice/release-0.6.0
Browse files Browse the repository at this point in the history
release 0.6.0
  • Loading branch information
forrestguice authored Dec 31, 2023
2 parents 9be4862 + a15ae3a commit d5dd278
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
### ~

### v0.6.0 (2023-12-30)
* adds support for reminder notifications (#51).
* adds support for event selection; include all or omit some calendar events.
* adds support for templates; customize event text and formatting.
* adds "Golden Hour", "Blue Hour", and "Daylight" calendars (#55).
* adds "cross-quarter days" to the Solstice calendar (#56).
* adds themed icon (Android 13+), and other miscellaneous UI improvements.
* adds permission `android.permission.FOREGROUND_SERVICE`; calendar updates rely on a foreground service. [permission]
* updates build; targetSdkVersion from 25 to 28; minSdkVersion from 11 to 14; support libraries to v28.0.0.

### v0.5.7 (2023-02-10)
* adds support for high contrast themes and text size (Suntimes v0.15.0+).
* updates Suntimes CalculatorProviderContract; from v2 to v5.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 28
versionCode 17
versionName "0.5.7"
versionCode 18
versionName "0.6.0"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- adds support for reminder notifications (#51).
- adds support for event selection; include all or omit some calendar events.
- adds support for templates; customize event text and formatting.
- adds "Golden Hour", "Blue Hour", and "Daylight" calendars (#55).
- adds "cross-quarter days" to the Solstice calendar (#56).

0 comments on commit d5dd278

Please sign in to comment.