Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
- Add a **Theme** setting with Auto (follow system), Light, and Dark modes. Every screen, dialog, and the system bars switch palettes with the choice; Auto tracks the device's dark-mode setting live.

## v1.2.0 - 2026-07-11
- Fill the expense with the captured payment's original date **and time**, even when filling hours later: the prefill intent now carries the timestamp as an epoch-millis long extra (`dateLong`, configurable via the output profile's `dateTimeMillisExtra`), which Expense Manager reads to set both the date and the time. The previously sent string `date` extra was silently ignored on its widget-add path.
Expand Down
Loading