Releases: brokenpip3/fatto
Releases · brokenpip3/fatto
v0.7.0
Highlights
- support for pull-to-refresh sync in the task list screen
- save sort order beetween sessions
- add cooldown for sync action to 30sec and show a message
- add double tap to change sort direction in task list
- show urgency bar and priority badge and add a setting for each disabled by default
- remember task modal scrolling
- initial annotations support and rework task modal
What's Changed
- readme: add fdroid by @brokenpip3 in #15
- build(deps): bump uuid from 1.23.1 to 1.23.2 in /rust/taskchampion-android in the rust-dependencies group by @dependabot[bot] in #17
- support pull to sync, save sort order and double tap to change sort direction in task lists by @brokenpip3 in #18
- show urgency bar and priority badge and add a setting for each disabled by default by @brokenpip3 in #19
- bump to 0.7.0 by @brokenpip3 in #21
- initial annotations support, rework task modal by @brokenpip3 in #22
Full Changelog: v0.6.8...v0.7.0
v0.7.0-beta
What's Changed
- readme: add fdroid by @brokenpip3 in #15
- build(deps): bump uuid from 1.23.1 to 1.23.2 in /rust/taskchampion-android in the rust-dependencies group by @dependabot[bot] in #17
- support pull to sync, save sort order and double tap to change sort direction in task lists by @brokenpip3 in #18
- show urgency bar and priority badge and add a setting for each disabled by default by @brokenpip3 in #19
- bump to 0.7.0 by @brokenpip3 in #21
Full Changelog: v0.6.8...v0.7.0-beta
v0.6.8
What's Changed
- add show waiting tasks and hide blocked waiting tasks settings by @brokenpip3 in #13
- move images under en-US folder for fastlane metadata by @brokenpip3 in #14
Full Changelog: v0.6.7...v0.6.8
v0.6.8-beta
What's Changed
- add show waiting tasks and hide blocked waiting tasks settings by @brokenpip3 in #13
Full Changelog: v0.6.7...v0.6.8-beta
v0.6.7
What's Changed
- build(deps): bump tokio from 1.52.1 to 1.52.3 in /rust/taskchampion-android in the rust-dependencies group by @dependabot[bot] in #9
- disable dependency metadata for froid reproducibile build by @brokenpip3 in #11
Full Changelog: v0.6.6...v0.6.7
v0.6.6
tentative to fix fdroid reproducible build
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- fixes for froid build/verification by @brokenpip3 in #8
Full Changelog: v0.6.4...v0.6.5
v0.6.4
conditional sign for fdroid
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
This is the first stable release of fatto.
If you already installed a beta version, don't worry, the stable version is a different app from an android perspective, so you can keep both or only use the stable one.
🚀 New Features
- support for urgency calculation and the urgency (H-M-L-None) value.
- support for showing user-defined attributes (UDAs).
- Initial support for blocking and blocked task relationships (dependencies)
- UIx:
- added a priority selection dropdown.
- new setting to customize the calendar starting day for all date dialogs.
- added an optional confirmation dialog when marking tasks as done or deleting them.
- active tasks are now more prominently highlighted in the interface.
🛠️ Improvements & Fixes
- tags are now alphabetically sorted in the task view
- a notification is sent upon successful tag creation
- resolved a "day off-by-one" error in the calendar.
- fixed WorkManager configuration issues.
- Internal Maintenance:
- Updated the project roadmap.
- Prepared Release CI workflows.
- bumped some kotlin dependencies.
- bumped all rust dependencies
Full Changelog: v0.5.1-beta...v0.6.2