rename rust/ to taskchampion/
This commit is contained in:
committed by
Tomas Babej
parent
ccb9a0fdfb
commit
12ecfa2b1e
0
taskchampion/.changelogs/.gitignore
vendored
Normal file
0
taskchampion/.changelogs/.gitignore
vendored
Normal file
2
taskchampion/.changelogs/2021-10-03-server-storage.md
Normal file
2
taskchampion/.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
taskchampion/.changelogs/2021-10-11-issue23-client.md
Normal file
2
taskchampion/.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
taskchampion/.changelogs/2021-10-16-issue299.md
Normal file
1
taskchampion/.changelogs/2021-10-16-issue299.md
Normal file
@@ -0,0 +1 @@
|
||||
- The encryption format used for synchronization has changed incompatibly
|
||||
@@ -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