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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
|
# taskwarrior 2.5.1
New Features in Taskwarrior 2.5.1
- As a bug-fix, code cleanup and performance release, new features are
limited to only small tweaks.
- The 'help' command now takes a 'usage' argument, which displays only the
command usage.
New Commands in Taskwarrior 2.5.1
- None.
New Configuration Options in Taskwarrior 2.5.1
- New 'relative' column format for 'date' type columns does what 'remaining'
and 'countdown' do, but in one format.
Newly Deprecated Features in Taskwarrior 2.5.1
-
Removed Features in 2.5.1
- There is no longer a 16-color default configuration for some platforms,
making all platforms 256-color.
- The configuration setting 'burndown.bias' is no longer used.
- The algorithm used to estimate completion on the 'burndown' reports has
been replaced by something less icky. Estimates are now based on the net
completion rate after the peak number of pending tasks.
- The unused 'dom' and 'shell.prompt' configuration settings were removed.
# taskwarrior 2.5.0
New Features in Taskwarrior 2.5.0
- The active context, if one is set, is now identified in "task context list"
- It is an error to attempt adding or removing a virtual tag.
- New 'UDA', 'ORPHAN', 'PROJECT', 'PRIORITY' and 'LATEST' virtual tags.
New Commands in Taskwarrior 2.5.0
- The '_unique' command shows a set of unique values for the specified
attribute
- The 'commands' command shows the supported commands, with additional
details that determine some of their behavior.
New Configuration Options in Taskwarrior 2.5.0
- The 'json.depends.array' setting controls whether dependencies are exported
as a JSON array, of a comma-separated string. Default is 'on'.
Both variations are imported.
- The 'color.uda.<name>.none' is a color that is applied to tasks that do
not have a value for the UDA '<name>'.
- A Cygwin fix means that now we can default 'search.case.sensitive' to 'yes',
and all platforms are again equal.
- The new 'recur' verbosity token generates a message when a recurring task is
generated.
- The new 'unwait' verbosity token generates a message when a waiting task
becomes visible.
- The new 'rule.color.merge' configuration option can disable merging of colors
produced by different color rules. Use if your color scheme produces
unpleasing foreground and background combinations.
Newly Deprecated Features in Taskwarrior 2.5.0
- The '_ids', '_projects', '_tags', '_uuids' helper commands are deprecated,
and replaced by the new '_unique' helper command.
- Comma-separated ID lists are deprecated.
- The 'new-uuid' verbosity token is deprecated. Its functionality will
be merged with the 'new-id' verbosity token.
Removed Features in 2.5.0
- The script 'context' was removed, now that context is a core feature.
- Nonextended forms of ISO-8601 date/time support is removed. This means
that 'YYYYMMDD' is no longer supported, but 'YYYY-MM-DD' is. For times,
'hhmmss' is no longer supported, but 'hh:mm:ss' is. The non-extended
forms all contain sequences of digits that make the identification of
IDs, UUIDs, and various date/time formats ambiguous.
- Comma-separated UUID lists are no longer supported.
- DOM references may no longer be abbreviated.
- The 'urgency.next.coefficient' configuration option is deprecated in favor
of 'urgency.user.tag.next.coefficient'.
- The long deprecated syntax of color values with underscores (i.e 'on_red')
is no longer supported.
# taskwarrior 2.4.4
New Features in Taskwarrior 2.4.4
- Taskwarrior now requires GCC 4.7+ / Clang 3.3+, for full C++11 support.
- Taskwarrior now builds properly on 32-bit platforms.
- The beginnings of a Japaneѕe translation.
New commands in Taskwarrior 2.4.4
- None
New configuration options in Taskwarrior 2.4.4
- The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'.
This is useful when sharing data for bug reporting purposes.
Newly deprecated features in Taskwarrior 2.4.4
- None
Removed features in 2.4.4
- None
# taskwarrior 2.4.3
New Features in taskwarrior 2.4.3
- UDA string attributes with allowable values can now define their sort order.
- The 'priority' attribute is now a UDA, configured by default.
New commands in taskwarrior 2.4.3
-
New configuration options in taskwarrior 2.4.3
- Setting 'bulk' to zero is interpreted as infinity, which means there is no
amount of changes that is considered dangerous.
- The 'urgency.user.keyword.<keyword>.coefficient' setting allows tasks with
specific words in the description to have adjusted urgency.
- The 'summary.all.projects' setting shows all projects in the 'summary'
reports instead of just those with pending tasks.
Newly deprecated features in taskwarrior 2.4.3
-
Removed features in 2.4.3
- The 'priority.long' and 'priority.short' column formats are no longer
supported.
- The 'default.priority' setting is now 'uda.priority.default'.
# taskwarrior links
Known Issues
- https://bug.tasktools.org/
Taskwarrior has been built and tested on the following configurations:
* OS X
* Fedora
* Ubuntu
* Debian
* Arch
* FreeBSD
* Cygwin
---
While Taskwarrior has undergone testing, bugs are sure to remain. If you
encounter a bug, please enter a new issue at:
https://bug.tasktools.org
Or you can also report the issue in the forums at:
https://answers.tasktools.org
Or just send a message to:
support@taskwarrior.org
Thank you.
|