Releases: GothenburgBitFactory/taskchampion-sync-server
Releases · GothenburgBitFactory/taskchampion-sync-server
v0.6.1
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
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:
- Improve error handling in the inmemory storage implementation. by @djmitche in #79
- Customize Listen Address by @mroethke in #81
- Use version-specific references for docker-compose by @djmitche in #85
- Allow specifying configuration params in env vars by @djmitche in #83
- Fix and test for clap errors by @djmitche in #92
- Add an MSRV by @djmitche in #89
- feat(docker): simplify docker compose for end users by @adamanteye in #96
New Contributors
- @mroethke made their first contribution in #81
- @adamanteye made their first contribution in #96
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
This is the first formal release of the Taskchampion sync server.
New Contributors
- @chromy made their first contribution in #15
- @ogarcia made their first contribution in #7
- @dependabot made their first contribution in #20
- @Necior made their first contribution in #28
- @martiege made their first contribution in #40
- @djmitche made their first contribution in #42
Full Changelog: https://github.com/GothenburgBitFactory/taskchampion-sync-server/commits/v0.5.0