Skip to content

Commit 3e41fb6

Browse files
authored
Prepare for 3.0.0 release (#3287)
1 parent d54264f commit 3e41fb6

File tree

2 files changed

+46
-5
lines changed

2 files changed

+46
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set (HAVE_CMAKE true)
1010
project (task)
1111
include (CXXSniffer)
1212

13-
set (PROJECT_VERSION "2.6.2")
13+
set (PROJECT_VERSION "3.0.0")
1414

1515
OPTION (ENABLE_WASM "Enable 'wasm' support" OFF)
1616

ChangeLog

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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:
313
- `debug.tls`
414
- `taskd.ca`
515
- `taskd.certificate`
@@ -9,9 +19,40 @@
919
- `taskd.server`
1020
- `taskd.trust`
1121

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.
1355

14-
------ current release ---------------------------
1556
2.6.2 -
1657

1758
- TW #502 Sequence of IDs doesn't work with attribute "depends"

0 commit comments

Comments
 (0)