Skip to content

Commit

Permalink
Merge pull request #811 from forrestguice/release-0.16.0
Browse files Browse the repository at this point in the history
release 0.16.0
  • Loading branch information
forrestguice authored Aug 1, 2024
2 parents 4b86fb8 + eb2e317 commit 6c25132
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### ~

### develop
### v0.16.0 (2024-07-31)
* adds "sidebar navigation", and an option to change the "launcher activity" (#505).
* adds support for custom events based on "shadow length" (#331).
* adds support for customizing the app color scheme; override map, graph, and highlight colors.
* adds "light graph" dialog (of sunlight over the year) (#735), "earliest/latest sunrise/sunset" info (#753), and a 3x2 graph widget (to sun position widgets).
* adds "sunlight graph" dialog (of sunlight over the year) (#735), "earliest/latest sunrise/sunset" info (#753), and a 3x2 graph widget (to sun position widgets).
* adds "use app location" option to alarms; reschedules alarms automatically when the location is changed (#768, #808).
* adds "bedtime mode" to alarms; helps schedule do-not-disturb during sleep hours (#425).
* adds "high brightness" option (#741) and swipeable buttons (#738) to the alarm screen.
Expand All @@ -21,7 +21,6 @@
* updates targetSdkVersion (25 -> 26 -> 28) (#725), and build tools to 28.0.3.
* increments minSdkVersion (10 -> 14) (#122); building for api10 remains possible for now by reverting changes in `build.gradle`.


### v0.15.16 (2024-06-17)
* adds "online help" links to existing help dialogs (#797).
* fixes bug where "moon phase alarm time is incorrect" (#803).
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 28
versionCode 113
versionName "0.15.16"
versionCode 114
versionName "0.16.0"

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

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/114.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- adds graph of sunlight over the year, and time of earliest/latest sunrise/sunset.
- adds support for customizing map and graph colors.
- adds support for custom events based on "shadow length".
- adds "bedtime mode" to alarms; helps schedule do-not-disturb during sleep hours.
- adds "use app location" option to alarms; reschedules alarms when the location changes.
- adds "high brightness" option to alarms, and "swipe to dismiss" alarm UI.
- adds "next alarm" quick settings tile, and "next alarm" widgets.
- fixes bug "alarms fail to display over lock screen" (#802).
- updates targetSdkVersion from 25 to 28 (Android 9); adds support for notification channels.

0 comments on commit 6c25132

Please sign in to comment.