From 2019c48f9bd61b81c7a1fd3ea910dc0a161c0794 Mon Sep 17 00:00:00 2001 From: Forrest Guice Date: Tue, 4 Feb 2025 01:13:13 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 18 ++++++++++++++++++ .../metadata/android/en-US/changelogs/119.txt | 6 ++++++ 2 files changed, 24 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/119.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a50f44f..15eaf6a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ ### ~ +### v0.16.5 (2025-02-04) +* adds "show date" to options; the moon dialog, solstice dialog, or solstice widget will only show the number of days remaining (#846, #847). +* adds "gradually increase volume (curve)" to alarm options; defaults to cubic. The volume increases gradually in the beginning, rapidly increasing toward the end. +* enhances the alarm dismiss activity to display the current time using the alarm's time zone (#849). +* enhances the "custom event" alarm selector so that it displays a preview. +* fixes app crash when toggling wallpaper from the theme configuration activity. +* fixes bug where "warnings only show the first message when multiple warnings are queued". +* fixes bug where "gradually increase volume" is only applied to the left channel. +* fixes bug where "flippable widget fails to change views" (#855). +* fixes bug where the moon dialog opens with today's information instead of the selected day (#858). +* fixes bug where the color collection activity loses the current selection; fixes bug where the share action is disabled for default colors. +* fixes bug where alarm edit screen layout is cropped in landscape mode; input chips may now flow to use space more efficiently. +* fixes bug where the "location dialog shows the wrong icon when 'use app location' is checked". +* changes defaults; "bright alarms" are now enabled by default. +* changes defaults; "gradually increase brightness" changed from 60 to 30 seconds. +* changes defaults; "gradually increase volume" changed from 10 to 30 seconds. +* refactors codebase to remove direct dependence on the android support library (#859); extends UI test coverage (#860). + ### v0.16.4 (2024-12-04) * fixes bug "boot completed hangs after phone restart" (#842). * fixes bug "FGS not allowed to start from BOOT_COMPLETED!" (Android 15). diff --git a/fastlane/metadata/android/en-US/changelogs/119.txt b/fastlane/metadata/android/en-US/changelogs/119.txt new file mode 100644 index 000000000..d942bb986 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/119.txt @@ -0,0 +1,6 @@ +- adds option to the solstice and moon dialogs to only show the number of days remaining. +- adds "gradually increase volume (curve)" to alarm options (defaults to cubic). +- fixes bug where "gradually increase volume" is only applied to the left channel. +- fixes app crash when toggling wallpaper from the theme configuration activity. +- fixes bug where "flippable widget fails to change views" (#855). +- additional miscellaneous bug fixes. \ No newline at end of file