Skip to content

Releases: brokenpip3/fatto

v0.7.0

05 Jun 21:40
v0.7.0
1fe761f

Choose a tag to compare

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

03 Jun 20:29
v0.7.0-beta
76ce98b

Choose a tag to compare

v0.7.0-beta Pre-release
Pre-release

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

27 May 17:31
v0.6.8
f796cc1

Choose a tag to compare

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

24 May 17:42
v0.6.8-beta
4172b65

Choose a tag to compare

v0.6.8-beta Pre-release
Pre-release

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

17 May 17:24
v0.6.7
96e61da

Choose a tag to compare

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

13 May 22:20
v0.6.6
06f9e43

Choose a tag to compare

tentative to fix fdroid reproducible build

Full Changelog: v0.6.5...v0.6.6

v0.6.5

03 May 19:53
v0.6.5
5a311f8

Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.5

v0.6.4

03 May 07:47
v0.6.4
727df70

Choose a tag to compare

conditional sign for fdroid

Full Changelog: v0.6.3...v0.6.4

v0.6.3

02 May 15:54
v0.6.3
f424ad8

Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

01 May 22:39
v0.6.2
c3df6d2

Choose a tag to compare

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