Bumped version number to 1.2.0

This commit is contained in:
Federico Hernandez 2018-01-13 01:14:36 +01:00
parent 11417593a9
commit f5622c07c3
3 changed files with 15 additions and 24 deletions

View file

@ -6,7 +6,7 @@ set (HAVE_CMAKE true)
project (timew) project (timew)
include (CXXSniffer) include (CXXSniffer)
set (PROJECT_VERSION "1.1.0") set (PROJECT_VERSION "1.2.0")
message ("-- Looking for SHA1 references") message ("-- Looking for SHA1 references")
if (EXISTS ${CMAKE_SOURCE_DIR}/.git/index) if (EXISTS ${CMAKE_SOURCE_DIR}/.git/index)

View file

@ -1,3 +1,7 @@
1.2.0 () -
------ current release ---------------------------
1.1.0 (2018-01-13) 836bc41014018ab333e6ea73412ee09d015beb4e 1.1.0 (2018-01-13) 836bc41014018ab333e6ea73412ee09d015beb4e
- TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME - 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 'soq' and 'soy'. Similarly the 'eocw' etc are modified. The 'c' is now
implicit. implicit.
------ current release --------------------------- ------ old release -------------------------------
1.0.0 (2016-08-17) 6428ce89fcf2a5665d9351c50c2a84c98543206c 1.0.0 (2016-08-17) 6428ce89fcf2a5665d9351c50c2a84c98543206c
@ -90,8 +94,6 @@
- Added 'totals.py' sample extension. - Added 'totals.py' sample extension.
- Added extension list to the 'help' command. - Added extension list to the 'help' command.
------ old release ---------------------------
1.0.0.beta1 (2016-07-26) - 1.0.0.beta1 (2016-07-26) -
- TI-9 Task spanning over whole day should show up as taking 24:00 instead - TI-9 Task spanning over whole day should show up as taking 24:00 instead

29
NEWS
View file

@ -1,34 +1,23 @@
New Features in 1.1.0 New Features in 1.2.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 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 Known Issues