- #328 Replaced the 'shell' command with a standalone 'tasksh' binary, which
  includes GNU readline support (thanks to Haitham Gad).
This commit is contained in:
Paul Beckingham 2013-03-10 15:23:06 -04:00
parent 881e4995e0
commit 2a7c8c2aad
8 changed files with 15 additions and 9 deletions

View file

@ -77,6 +77,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
Scott Kostyshak
Erik Wenzel
Štěpán Henek
Haitham Gad
Thanks to the following, who submitted detailed bug reports and excellent
suggestions:

View file

@ -3,7 +3,9 @@
2.3.0 () -
Features
+ Added Feature #934, support for 'reserved.lines' to accomodate multi-line
+ #328 Replaced the 'shell' command with a standalone 'tasksh' binary, which
includes GNU readline support (thanks to Haitham Gad).
+ #934 support for 'reserved.lines' to accomodate multi-line
shell prompts when used in conjunction with 'limit:page' (thanks to Robert
Gill).
+ Stores un-synched transactions in <data.location>/backlog.data.

5
NEWS
View file

@ -1,11 +1,14 @@
New Features in taskwarrior 2.3.0
-
- New task server sync capabilities.
- New shell with Readline support.
New commands in taskwarrior 2.3.0
- New 'sync' command to synchronize data with a Task Server.
- New 'tasksh' command which replaces the old 'task shell' with an improved
standalone shell, featuring Readline support.
New configuration options in taskwarrior 2.3.0

6
README
View file

@ -2,9 +2,9 @@
*** during ongoing ***
*** development ***
The development branch is a work in progress and may not pass all quality
tests, therefore it may harm your data. While we welcome bug reports from
the development branch, we do not guarantee proper or timely fixes.
The development branch is a work in progress and may not pass all quality tests,
therefore it may harm your data. While we welcome bug reports from the
development branch, we do not guarantee proper or timely fixes.
Broken functionality may arise from ongoing development work.

View file

@ -149,7 +149,7 @@ ID Project Pri Due Active Age Description
.RE
.SH "CREDITS & COPYRIGHTS"
Copyright (C) 2006 \- 2012 P. Beckingham, F. Hernandez.
Copyright (C) 2006 \- 2013 P. Beckingham, F. Hernandez.
This man page was originally written by Federico Hernandez.

View file

@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////////////////////////
// taskwarrior - a command line task list manager.
//
// Copyright 2006-2012, Paul Beckingham, Federico Hernandez.
// Copyright 2006-2013, Paul Beckingham, Federico Hernandez.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View file

@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////////////////////////
// taskwarrior - a command line task list manager.
//
// Copyright 2006-2012, Paul Beckingham, Federico Hernandez.
// Copyright 2006-2013, Paul Beckingham, Federico Hernandez.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View file

@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////////////////////////
// taskwarrior - a command line task list manager.
//
// Copyright 2006-2012, Paul Beckingham, Federico Hernandez.
// Copyright 2006-2013, Paul Beckingham, Federico Hernandez.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal