From 6aafa9f04ef9fd4f1d6ed116cb74f1f337b8f383 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Fri, 2 Jan 2015 00:44:49 +0100 Subject: [PATCH] Bumped version number to 2.4.1 --- CMakeLists.txt | 2 +- ChangeLog | 6 ++-- NEWS | 83 +++----------------------------------------------- 3 files changed, 10 insertions(+), 81 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee5b6c704..5eb563f11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include (CheckStructHasMember) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.4.0") +set (PROJECT_VERSION "2.4.1") if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") set (LINUX true) diff --git a/ChangeLog b/ChangeLog index fa987b219..4206a4981 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2.4.1 () - + +------ current release --------------------------- + 2.4.0 (2015-01-01) 670102842c39bdc62ef84ae4b679a8f5a2d89523 - TD-42 Cannot compile taskd - GNUTLS_VERSION undefined in diag.cpp (thanks @@ -286,8 +290,6 @@ - Supports 'debug.parser' configuration setting. - Supports 'color.label.sort' for column labels of sort columns. ------- current release --------------------------- - 2.3.0 (2014-01-15) c4eb46507031b7dee839dcb932bb2a22b2f0d3a2 Features diff --git a/NEWS b/NEWS index 1e17c90c5..af62489ab 100644 --- a/NEWS +++ b/NEWS @@ -1,89 +1,16 @@ -New Features in taskwarrior 2.4.0 +New Features in taskwarrior 2.4.1 - - The 'show' command displays default configuration values, when appropriate. - - Removed deprecated commands 'push', 'pull' and 'merge'. - - Portuguese (por-PRT), French (fra-FRA), Esperanto (epo-RUS) and Polish - (pol-POL) localizations. - - Better handling for deletion of recurring tasks. - - New virtual tags: YESTERDAY, TOMORROW, READY, PENDING, COMPLETED, DELETED, - TAGGED. - - The '_get' command properly uses exit codes. - - Regular expressions are now enabled by default. - - The 'filter' verbosity token shows the complete filter used for the last - command. - - The 'new-uuid' verbosity token shows the UUID of newly created tasks. - - The 'info' report now breaks down urgency values. - - New 'color.until' color rule. - - Using a non-zero 'urgency.inherit.coefficient' value means a task inherits - the urgency values of the dependency chain. - - Listing breaks now supported. See 'man taskrc'. - - New fish shell completion script. - - The filter form 'name:value' now maps to the partial match operator '=', - rather than the exact match operator, '=='. This means that dates now - match on the day by default, not the time also. - - UDA indicator format. - - Hooks. - - New and updated holidays.rc files. +New commands in taskwarrior 2.4.1 -New commands in taskwarrior 2.4.0 +New configuration options in taskwarrior 2.4.1 - - New 'calc' command (and standalone utility) for quick command line - calculations. +Newly deprecated features in taskwarrior 2.4.1 -New configuration options in taskwarrior 2.4.0 - - - The 'taskd.trust' setting is now a tri-state, supporting values 'strict', - 'ignore hostname' and 'allow all', for server certificate validation. - - New theme: dark-gray-blue-256.theme - - The 'allow.empty.filter' setting can be set to 'no' to disallow the - potentially dangerous combination of write commands and empty filters. - - New truncated_count column style for the description field which as the - name says is a combination of the existing truncated and count styles. - - New 'hooks' setting is a master control switch for hook processing. - - New 'debug.hooks' for debugging hook scripts. - - New 'debug.parser' for debugging parser issues scripts. - - New 'color.label.sort' is used to color the column label of sort columns. - - New 'urgency.uda..' allows specific UDA values to affect - urgency. - - New 'recurrence.confirmation' which allows bypassing confirmation for - changes to recurring tasks, by accepting, rejecting or prompting. - - New 'uda..indicator' to override the UDA indicator. - -Newly deprecated features in taskwarrior 2.4.0 - - - The alias '_query' is deprecated. - - Bare word search terms are deprecated, so 'task pattern list' will not - be supported in future releases, instead requiring 'task /pattern/ list'. - - The 'limit' pseudo attribute will change to 'rc.limit' in a future release. - -Removed features in 2.4.0 - - - Version 1.x column names no longer supported. - - Version 1.x sort columns no longer supported. - - Old-style color names including underscores are no longer supported. - - Removed priority counts from the 'projects' commands. - - Removed the unused 'locale' configuration variable. - - Removed the unused 'patterns' confguration variable. - - Removed the obsolete 'task-faq.5' man page. - - Removed the obsolete 'task-tutorial.5' man page. - - Removed the obsolete 'tasksh.1' man page. - - Removed the 'tasksh' program from the Taskwarrior distribution. It is now - a separate project. - - Removed the 'complete.all.projects' setting that was not used. - - Removed support for 'report.X.limit', which can now be set in the report - filter 'limit:N'. - - The 'total active time' information is removed from the 'info' report. - This was being misinterpreted as support for time tracking. - - The 'shadow file' feature is removed, but replaced with an example hook - script that performs the same function.. +Removed features in 2.4.1 Known Issues - - On Cygwin, case-insensitive regex searches are broken. The default is - now case-sensitive for Cygwin only. - - https://bug.tasktools.org - Taskwarrior has been built and tested on the following configurations: * OS X 10.10 Yosemite, 10.9 Mavericks