File: NEWS

package info (click to toggle)
task 2.3.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,728 kB
  • ctags: 4,813
  • sloc: cpp: 34,267; perl: 18,509; python: 298; sh: 257; makefile: 73; ruby: 32
file content (87 lines) | stat: -rw-r--r-- 2,952 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87

New Features in taskwarrior 2.3.0

  - New Taskserver sync capabilities.
  - New shell (tasksh) with Readline support replaces old 'task shell' command.
  - The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D'.
  - Italian translation.
  - French translation has begun.
  - UDA fields now allow default values.
  - Now requires libuuid.
  - New virtual tags: WEEK, MONTH, YEAR, PARENT.
  - New 'remaining' format for date columns.
  - New '_get' DOM accessor helper command.
  - New task-sync(5) man page.

New commands in taskwarrior 2.3.0

  - New 'sync' command to synchronize data with a Taskserver.
  - New 'tasksh' command which replaces the old 'task shell' with an improved
    standalone shell, featuring Readline support.

New configuration options in taskwarrior 2.3.0

  - 'taskd.server' specifies host:port of the Taskserver.
  - 'taskd.credentials' specifies user credentials for the Taskserver.
  - 'taskd.certificate' specifies the Taskserver certificate for authentication.
  - 'taskd.key' specifies the Taskserver key for encryption.
  - 'taskd.ca' specifies the Taskserver CA.
  - 'taskd.trust' overrides certificate checking.
  - 'taskd.ciphers' overrides default cipher selection.
  - 'debug.tls' shows TLS log information, for debugging.
  - The configuration file supports JSON encoding of unicode characters \uNNNN.

Newly deprecated features in taskwarrior 2.3.0
  
  - File format 2 (used in version 0.9.3 - 1.5.0) is no longer supported.
  - The 'push', 'pull' and 'merge' commands will be removed in version 2.4.0
    The new 'sync' command, in conjunction with the Taskserver is the new sync
    mechanism.
  - The 'diagnostics' command no longer generates 1000 UUIDs as a uniqueness
    test, because libuuid is now mandatory.

Known Issues

  - There is a zsh bug (fixed, but not necessarily updated in your OS) that can
    cause the terminal to crash when completion is invoked.  See the issue for
    full details:
    http://taskwarrior.org/issues/1352

---

Taskwarrior has been built and tested on the following configurations:

  * OS X 10.9 Mavericks, 10.8 Mountain Lion
  * Fedora 19 Schrodinger's Cat and 18 Spherical Cow
  * Ubuntu 10.04 Lucid Lynx, 13.04 Raring Ringtail and 13.10 Saucy Salamander
  * Debian 7.0 Wheezy (stable) and 6.0 Squeeze (oldstable) plus Sid (testing)
  * Slackware 13.37
  * Arch Linux
  * Gentoo Linux
  * Sabayon Linux
  * SliTaz Linux
  * CRUX Linux
  * SuSE
  * derivatives/customizations/flavors of the above Linux distributions
  * Solaris 10 and 8
  * OpenBSD
  * FreeBSD
  * NetBSD
  * Cygwin 1.7

---

While Taskwarrior has undergone testing, bugs are sure to remain.  If you
encounter a bug, please enter a new issue at:

  http://taskwarrior.org/projects/taskwarrior/issues/new

Or you can also report the issue in the forums at:

  http://taskwarrior.org/projects/taskwarrior/boards

Or just send a message to:

  support@taskwarrior.org

Thank you.