mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumped version number to 2.4.3
This commit is contained in:
parent
48e9c0518e
commit
8386b702dd
3 changed files with 10 additions and 31 deletions
|
@ -10,7 +10,7 @@ include (CheckStructHasMember)
|
||||||
set (HAVE_CMAKE true)
|
set (HAVE_CMAKE true)
|
||||||
|
|
||||||
project (task)
|
project (task)
|
||||||
set (PROJECT_VERSION "2.4.2")
|
set (PROJECT_VERSION "2.4.3")
|
||||||
|
|
||||||
OPTION(USE_GNUTLS "Build gnutls support." ON)
|
OPTION(USE_GNUTLS "Build gnutls support." ON)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2.4.3 () -
|
||||||
|
|
||||||
|
------ current release ---------------------------
|
||||||
|
|
||||||
2.4.2 (2015-03-15) b9dc0813d9a8922b4cef9595033f133f9fbabf44
|
2.4.2 (2015-03-15) b9dc0813d9a8922b4cef9595033f133f9fbabf44
|
||||||
|
|
||||||
- TW-41 Tasks in subprojects are not counted in project completion (thanks
|
- TW-41 Tasks in subprojects are not counted in project completion (thanks
|
||||||
|
@ -27,8 +31,6 @@
|
||||||
- 'task _version' now outputs "2.4.2 (git-ref)" when built from git. "2.4.2"
|
- 'task _version' now outputs "2.4.2 (git-ref)" when built from git. "2.4.2"
|
||||||
when built from release tarballs (thanks to Renato Alves).
|
when built from release tarballs (thanks to Renato Alves).
|
||||||
|
|
||||||
------ current release ---------------------------
|
|
||||||
|
|
||||||
2.4.1 (2015-02-16) 82e019a4a8b20de63d53b51d59b8d1c89d3c05b2
|
2.4.1 (2015-02-16) 82e019a4a8b20de63d53b51d59b8d1c89d3c05b2
|
||||||
|
|
||||||
- TW-1457 Non-existent attributes are not properly handled (thanks to Tomas
|
- TW-1457 Non-existent attributes are not properly handled (thanks to Tomas
|
||||||
|
|
33
NEWS
33
NEWS
|
@ -1,39 +1,16 @@
|
||||||
|
|
||||||
New Features in taskwarrior 2.4.2
|
New Features in taskwarrior 2.4.3
|
||||||
|
|
||||||
- Ability to set context, which serves as a permanent user-defined filter.
|
New commands in taskwarrior 2.4.3
|
||||||
- The 'info' command now shows virtual tags.
|
|
||||||
|
|
||||||
New commands in taskwarrior 2.4.2
|
New configuration options in taskwarrior 2.4.3
|
||||||
|
|
||||||
- The 'context' command has been added, along with it subcommands 'define',
|
Newly deprecated features in taskwarrior 2.4.3
|
||||||
'delete', 'show', 'list' and 'none'.
|
|
||||||
|
|
||||||
New configuration options in taskwarrior 2.4.2
|
Removed features in 2.4.3
|
||||||
|
|
||||||
- 'context' to store the current context applied.
|
|
||||||
- 'context.<name>' to store the definition of context 'name'
|
|
||||||
|
|
||||||
Newly deprecated features in taskwarrior 2.4.2
|
|
||||||
|
|
||||||
- None
|
|
||||||
|
|
||||||
Removed features in 2.4.2
|
|
||||||
|
|
||||||
- None
|
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
|
|
||||||
- If you upgraded from Taskwarrior 2.3.0, you will need one of the following
|
|
||||||
settings to allow continued syncing to a Taskserver:
|
|
||||||
|
|
||||||
$ task config taskd.trust strict
|
|
||||||
$ task config taskd.trust 'ignore hostname'
|
|
||||||
$ task config taskd.trust 'allow all'
|
|
||||||
|
|
||||||
These are presented in order of preference from most to least secure, and
|
|
||||||
depend on how your certs were generated.
|
|
||||||
|
|
||||||
- https://bug.tasktools.org/
|
- https://bug.tasktools.org/
|
||||||
|
|
||||||
Taskwarrior has been built and tested on the following configurations:
|
Taskwarrior has been built and tested on the following configurations:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue