Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestguice committed Feb 4, 2025
1 parent 80aee81 commit 2019c48
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/119.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 2019c48

Please sign in to comment.