Skip to content

Releases: GothenburgBitFactory/taskchampion

v0.6.0

29 Jun 21:51
ce3273a
Compare
Choose a tag to compare

tl;dr

The ServerConfig::Remote::origin property has been replaced with ServerConfig::Remote::url, and now accepts a path in that URL; this constitutes a breaking change, but should require minimal changes from downstream users. Otherwise, this release contains a few small bug fixes and performance improvements, as well as work to better distinguish Taskwarrior and TaskChampion.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Apr 01:55
803ae4f
Compare
Choose a tag to compare

This is the first release since the merge into, and subsequent separation from, Taskwarrior.

This is a bit of a snapshot intended to allow Taskwarrior to continue to build, but work remains to update documentation, links, and so on.

v0.4.1

26 Sep 13:38
Compare
Choose a tag to compare
  • Fix for the build process to include the serde feature "derive". 0.4.0 could not be published to crates.io due to this bug.

v0.4.0

26 Sep 13:38
Compare
Choose a tag to compare
  • Breaking: Removed the KV based storage backend in client and server, and replaced with SQLite (Issue #131, PR #206)

v0.3.0

11 Jan 03:46
Compare
Choose a tag to compare
  • Flexible named reports
  • Updates to the TaskChampion crate API
  • Usability improvements

v0.2.0

30 Nov 02:14
Compare
Choose a tag to compare

This release is the first "MVP" version of this tool. It can do basic task operations, and supports a synchronization. Major missing features are captured in issues, but briefly:

  • better command-line API, similar to TaskWarrior
  • authentication of the replica / server protocol
  • encryption of replica data before transmission to the server
  • lots of task features (tags, annotations, dependencies, ..)
  • lots of CLI features (filtering, modifying, ..)