mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Bumped version number to 1.2.0
This commit is contained in:
parent
11417593a9
commit
f5622c07c3
3 changed files with 15 additions and 24 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
29
NEWS
29
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue