move contents of taskchampion repo to tc/
This commit is contained in:
0
rust/.changelogs/.gitignore
vendored
Normal file
0
rust/.changelogs/.gitignore
vendored
Normal file
2
rust/.changelogs/2021-10-03-server-storage.md
Normal file
2
rust/.changelogs/2021-10-03-server-storage.md
Normal file
@@ -0,0 +1,2 @@
|
||||
- The SQLite server storage schema has changed incompatibly, in order to add support for snapshots.
|
||||
As this is not currently ready for production usage, no migration path is provided except deleting the existing database.
|
||||
2
rust/.changelogs/2021-10-11-issue23-client.md
Normal file
2
rust/.changelogs/2021-10-11-issue23-client.md
Normal file
@@ -0,0 +1,2 @@
|
||||
- The `avoid_snapshots` configuration value, if set, will cause the replica to
|
||||
avoid creating snapshots unless required.
|
||||
1
rust/.changelogs/2021-10-16-issue299.md
Normal file
1
rust/.changelogs/2021-10-16-issue299.md
Normal file
@@ -0,0 +1 @@
|
||||
- The encryption format used for synchronization has changed incompatibly
|
||||
1
rust/.changelogs/2021-10-25-issue23-integration.md
Normal file
1
rust/.changelogs/2021-10-25-issue23-integration.md
Normal file
@@ -0,0 +1 @@
|
||||
- The details of how task start/stop is represented have changed. Any existing tasks will all be treated as inactive (stopped).
|
||||
Reference in New Issue
Block a user