diff --git a/CHANGELOG.md b/CHANGELOG.md index b1318e248..793d0b6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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). diff --git a/app/build.gradle b/app/build.gradle index 6a063e2f4..f6c21f4d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()}\"" diff --git a/fastlane/metadata/android/en-US/changelogs/114.txt b/fastlane/metadata/android/en-US/changelogs/114.txt new file mode 100644 index 000000000..af258b387 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/114.txt @@ -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. \ No newline at end of file