Skip to content

Releases: GothenburgBitFactory/taskchampion-sync-server

v0.6.1

03 Mar 22:44
a9b9921
Compare
Choose a tag to compare

What's Changed

The docker-compose invocation now takes TASKCHAMPION_SYNC_SERVER_CLIENT_ID to specify the client ID allowlist. The dockerfile also allows configuration of the DATA_DIR, CLIENT_ID, and LISTEN address.

  • Use DATA_DIR and taskchampion username in entrypoint by @djmitche in #99
  • add homepage / repository to published crates by @djmitche in #100
  • Allow specifying client ID when running docker-compose by @djmitche in #101

Full Changelog: v0.6.0...v0.6.1

v0.6.0

01 Mar 18:23
5c3455a
Compare
Choose a tag to compare

What's Changed

The two highest-profile changes are accepting configuration params by env vars (fixing #73) and updating the docker-compose configuration to be simpler and use a uid different from 100 (fixing #87).

In detail:

New Contributors

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

v0.5.0

15 Dec 23:56
a364791
Compare
Choose a tag to compare

What's Changed

This is the first formal release of the Taskchampion sync server.

New Contributors

Full Changelog: https://github.com/GothenburgBitFactory/taskchampion-sync-server/commits/v0.5.0