diff --git a/CMakeLists.txt b/CMakeLists.txt index 95ad7d02..3599f582 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set (HAVE_CMAKE true) project (timew) include (CXXSniffer) -set (PROJECT_VERSION "1.1.0") +set (PROJECT_VERSION "1.2.0") message ("-- Looking for SHA1 references") if (EXISTS ${CMAKE_SOURCE_DIR}/.git/index) diff --git a/ChangeLog b/ChangeLog index 98f8321b..0ab2f36b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1.2.0 () - + +------ current release --------------------------- + 1.1.0 (2018-01-13) 836bc41014018ab333e6ea73412ee09d015beb4e - TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME @@ -79,7 +83,7 @@ 'soq' and 'soy'. Similarly the 'eocw' etc are modified. The 'c' is now implicit. ------- current release --------------------------- +------ old release ------------------------------- 1.0.0 (2016-08-17) 6428ce89fcf2a5665d9351c50c2a84c98543206c @@ -90,8 +94,6 @@ - Added 'totals.py' sample extension. - Added extension list to the 'help' command. ------- old release --------------------------- - 1.0.0.beta1 (2016-07-26) - - TI-9 Task spanning over whole day should show up as taking 24:00 instead diff --git a/NEWS b/NEWS index 9170009f..b8b6aed1 100644 --- a/NEWS +++ b/NEWS @@ -1,34 +1,23 @@ -New Features in 1.1.0 - - - Taskwarrior integration hook now uses a project 'Home.Garden' as a single - tag 'Home.Garden' as well as individual 'Home', 'Garden' tags. - - Taskwarrior integration hook now stops the clock in more situations, such - as deleting or waiting a task. - - The 'tags' command now supports filters. - - New date names supported (see 'timew help date' or 'man timew'). - - Timewarrior and Taskwarrior now use the same date handling. - - The 'continue' command can resume tracking by @id. - - When specifying a time without a date (e.g. '10:00am'), the day is assumed - to be today, and is no longer projected back in time. - -New Commands in 1.1.0 +New Features in 1.2.0 - -New Configuration Options 1.1.0 +New Commands in 1.2.0 - -Newly Deprecated Features in 1.1.0 +New Configuration Options 1.2.0 - -Removed Features in 1.1.0 +Newly Deprecated Features in 1.2.0 - - Named dates 'socw', 'socm', 'socq' and 'socy' are now named 'sow', 'som', - 'soq' and 'soy'. Similarly the 'eocw' etc are modified. The 'c' is now - implicit. + - + +Removed Features in 1.2.0 + + - Known Issues