Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@djmitche djmitche released this 31 Oct 12:43
· 2 commits to main since this release
9e5097e

Breaking Changes

  • The StorageTxn trait has added and changed some methods. Users implementing this trait should examine the changes and update their implementations. Users who do not implement this trait will experience no breakage.
  • The database schema is updated in 0.9.0, and 0.9.0 now keeps more rows in the operations table than in previous versions. Downgrading to 0.8.0 may result in surprising behavior from sync as those operations are treated as new and sent to the server.

What's Changed

Expose operations, including "historical" operations by @djmitche in #474. This add Replica::get_task_operations to fetch the operations performed on a task, for purposes of display to users. For example, this will be used to provide the data for task info in Taskwarrior.

Other changes:

Full Changelog: v0.8.0...v0.9.0