Taskchampion-py

Latest version: v0.7.0

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.6.0

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
* [API CHANGE] Allow to access sync server with full URL instead of origin only by davidhelbig in https://github.com/GothenburgBitFactory/taskchampion/pull/382
* Make `Replica::delete_task` public by djmitche in https://github.com/GothenburgBitFactory/taskchampion/pull/405
* Batch SyncOp's to limit Version size. by ryneeverett in https://github.com/GothenburgBitFactory/taskchampion/pull/381
* Fix `get_child_version` returning versions not reachable from latest by djmitche in https://github.com/GothenburgBitFactory/taskchampion/pull/397
* Reflect error-handling improvement into lib/ by djmitche in https://github.com/GothenburgBitFactory/taskchampion/pull/391
* Fix credential path by QuantumBJump in https://github.com/GothenburgBitFactory/taskchampion/pull/394
* Overhaul documentation after TW merge by djmitche in https://github.com/GothenburgBitFactory/taskchampion/pull/396
* Include docs for GCP access by djmitche in https://github.com/GothenburgBitFactory/taskchampion/pull/398
* Include generate_headers in release builds, too by djmitche in https://github.com/GothenburgBitFactory/taskchampion/pull/401
* Include HTTP status text in error messages from ureq by djmitche in https://github.com/GothenburgBitFactory/taskchampion/pull/402
* Fix cargo config file by QuantumBJump in https://github.com/GothenburgBitFactory/taskchampion/pull/393
* Run cargo update by chromy in https://github.com/GothenburgBitFactory/taskchampion/pull/404
* Upgrade to newer Chrono by djmitche in https://github.com/GothenburgBitFactory/taskchampion/pull/399
* Bump lazy_static from 1.4.0 to 1.5.0 by dependabot in https://github.com/GothenburgBitFactory/taskchampion/pull/406
* Bump uuid from 1.8.0 to 1.9.1 by dependabot in https://github.com/GothenburgBitFactory/taskchampion/pull/407
* Bump proptest from 1.4.0 to 1.5.0 by dependabot in https://github.com/GothenburgBitFactory/taskchampion/pull/408
* Bump tokio from 1.37.0 to 1.38.0 by dependabot in https://github.com/GothenburgBitFactory/taskchampion/pull/390

New Contributors
* davidhelbig made their first contribution in https://github.com/GothenburgBitFactory/taskchampion/pull/382
* ryneeverett made their first contribution in https://github.com/GothenburgBitFactory/taskchampion/pull/381
* QuantumBJump made their first contribution in https://github.com/GothenburgBitFactory/taskchampion/pull/393
* chromy made their first contribution in https://github.com/GothenburgBitFactory/taskchampion/pull/404

**Full Changelog**: https://github.com/GothenburgBitFactory/taskchampion/compare/v0.5.0...v0.6.0

0.5.0

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.

0.4.1

- 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.

0.4.0

- Breaking: Removed the KV based storage backend in client and server, and replaced with SQLite ([Issue 131](https://github.com/taskchampion/taskchampion/issues/131), [PR #206](https://github.com/taskchampion/taskchampion/pull/206))

0.3.0

* Flexible named reports
* Updates to the TaskChampion crate API
* Usability improvements

0.2.0

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, ..)

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.