|
1 |
| -- [BREAKING CHANGE] sync is now performed against taskchampion-sync-server, |
2 |
| - instead of taskd. The following config options are no longer supported: |
| 1 | +------ current release --------------------------- |
| 2 | +3.0.0 - |
| 3 | + |
| 4 | +- [BREAKING CHANGE] the sync functionality has been rewritten entirely, and |
| 5 | + no longer supports taskserver/taskd. Instead, the recommended solution is |
| 6 | + a cloud-storage backend, although `taskchampion-sync-server` is also |
| 7 | + available. |
| 8 | + |
| 9 | + See https://taskwarrior.org/docs/upgrade-3/ for information on upgrading to |
| 10 | + Taskwarrior 3.0. |
| 11 | + |
| 12 | + The following config options are no longer supported: |
3 | 13 | - `debug.tls`
|
4 | 14 | - `taskd.ca`
|
5 | 15 | - `taskd.certificate`
|
|
9 | 19 | - `taskd.server`
|
10 | 20 | - `taskd.trust`
|
11 | 21 |
|
12 |
| -The Taskwarrior build no longer requires GnuTLS. |
| 22 | + The Taskwarrior build no longer requires GnuTLS. |
| 23 | + |
| 24 | + Deep thanks to the following for contributions to this work: |
| 25 | + |
| 26 | + - Akash Shanmugaraj |
| 27 | + - Andrew Savchenko |
| 28 | + - Dathan Bennett |
| 29 | + - Dustin Mitchell |
| 30 | + - dbr/Ben |
| 31 | + - Felix Schurk |
| 32 | + - Isaac Wyatt |
| 33 | + - Nathan Luong |
| 34 | + - Nikos Koukis |
| 35 | + - Pablo Baeyens |
| 36 | + - Ravi Sawlani |
| 37 | + - ryneeverett |
| 38 | + - Simon Fraser |
| 39 | + |
| 40 | +- TW #2732 Fix urgency inheritance for negative-urgency tasks. |
| 41 | + Thanks to Jackson Abascal for contributing. |
| 42 | +- TW #2763 `task show` now shows `hooks.location. |
| 43 | + Thanks to rollniak for reporting and sec65 for contributing. |
| 44 | +- TW #2765 Fix leading space before urgency value in `task info`. |
| 45 | + Thanks to Dominik Rehák for contributing. |
| 46 | +- TW #2780 Fix formatting of countdown-style dates |
| 47 | + Thanks to Dominik Rehák for contributing. |
| 48 | +- TW #2826 Fix issue with filter not applied correctly during `task _tags` command |
| 49 | + Thanks to Nikos Koukis for contributing. |
| 50 | +- TW #3052 Parsing of timestamp values now uses 64-bit integers, avoiding |
| 51 | + issues in the year 2032. |
| 52 | + Thanks to Bernhard M. Wiedemann for contributing. |
| 53 | +- TW #3068 Fix fish completion. |
| 54 | + Thanks to Michal Koutný for contributing. |
13 | 55 |
|
14 |
| ------- current release --------------------------- |
15 | 56 | 2.6.2 -
|
16 | 57 |
|
17 | 58 | - TW #502 Sequence of IDs doesn't work with attribute "depends"
|
|
0 commit comments