Paul Beckingham
157b32e93b
Documentation Update
...
- Tweaked the output of the "color" command.
2009-10-03 16:03:32 -04:00
Paul Beckingham
0b187f3ff8
Feature - 256-color support
...
- Improved blending algorithm.
- Added 16- to 256-color upgrade algorithm.
2009-09-27 22:58:40 -04:00
Paul Beckingham
b3d40b2554
Portability - Haiku R1/alpha1
...
- Added necessary include files and edits in order to build task on
Haiku R1/alpha1.
2009-09-27 17:02:20 -04:00
Paul Beckingham
bb2eb5f266
Feature - 256-color support
...
- Added precautionary bit reset for bold and bright in 256-color mode.
Not sure if it is important, but it's cleaner.
2009-09-23 23:26:39 -04:00
Paul Beckingham
675df6487a
Feature - 256-color support
...
- Added the colorN variants to the rgbRGB and grayN labels.
2009-09-23 23:21:46 -04:00
Paul Beckingham
b2b4fc6b54
Feature - 256-color support
...
- Implemented new "task color" command to showcase 256-color support.
2009-09-23 23:12:07 -04:00
Paul Beckingham
2074c8bb27
Feature - 256-color support
...
- Fixed bug that caused \033[m sequences to be emitted when no color
is specified, in 16-color mode.
2009-09-22 21:36:36 -04:00
Paul Beckingham
ff3b7cf337
Feature - 256-color support
...
- Integrated new Color object into task.
- Debugging needed - the cyan, green, and yellow colors are mixed up!
2009-09-22 17:01:59 -04:00
Paul Beckingham
58730a48b3
Feature - 256-color support
...
- Eliminated old color implementation.
- Integration, debugging remains.
2009-09-22 16:42:46 -04:00
Paul Beckingham
37436071a0
Feature - 256-color support
...
- Added new Color object.
2009-09-22 12:10:13 -04:00
Paul Beckingham
de8a2c36a0
Feature - 256-color support
...
- Temporary reorganization of files to prepare for a case change in
from color.* -> Color.* on a Mac.
2009-09-22 12:07:56 -04:00
Federico Hernandez
1d4c942675
Bumped version number to 1.9.0
2009-09-07 16:25:40 +02:00
Federico Hernandez
fba076a0d0
Bumped version number to 1.8.3
2009-09-07 16:13:37 +02:00
Federico Hernandez
09d7940dd3
Revert "Bumping version number to 1.8.3"
...
This reverts commit 00031dc1ab
.
2009-09-07 16:04:24 +02:00
Federico Hernandez
00031dc1ab
Bumping version number to 1.8.3
2009-09-07 15:52:51 +02:00
Paul Beckingham
3ef844de5f
Packaging
...
- Adding updated package files for OSX, from the 1.8.2 release.
2009-09-07 09:51:20 -04:00
Federico Hernandez
bb45d91ddb
Added sha1 of 1.8.2 to ChangLog
2009-09-07 15:41:51 +02:00
Federico Hernandez
f243f0ed44
Release date in man pages
2009-09-07 10:18:44 +02:00
Federico Hernandez
b305cc0a60
Release date in ChangeLog
2009-09-07 09:57:09 +02:00
Paul Beckingham
53609b2837
Bug Fix - #288
...
- Fixed bug which failed to propagate rc overrides from the command
line to the default command (thanks to Zach Frazier).
2009-09-06 16:27:28 -04:00
Federico Hernandez
bdaa0f89d9
Platform update
2009-09-02 12:50:43 +02:00
Federico Hernandez
2fd8d8aa83
Bug Fix #291
...
- Fixed bug #291 which generated a false warning about an unrecognized
variable when enabling default.projects in .taskrc (thanks to Thomas@BIC)
2009-09-02 10:43:04 +02:00
Federico Hernandez
e69fb81b2b
Documentation update in Changelog for #289
2009-09-01 21:12:49 +02:00
Federico Hernandez
d2aa0f31b0
Bug Fix - #289
...
- Fixed bug #289 which imported task from todo.sh
without valid uuids (thanks to Ben Jackson).
2009-09-01 21:08:13 +02:00
Paul Beckingham
05f67db429
Bug Fix - #287
...
- Fixed bug #287 which caused color control codes to be written to
the shadow file (thanks to Richard Querin).
2009-08-29 13:55:59 -04:00
Paul Beckingham
62be3f8acb
Feature #282
...
- Applied large patch to make task return meaningful exit codes.
- Added unit tests to prove this.
- Thanks to Pietro Cerutti.
2009-08-29 09:14:26 -04:00
Federico Hernandez
cc5c99c0a1
Pushing version number to 1.8.2
2009-08-21 01:09:41 +02:00
Federico Hernandez
35792e7874
Added release date for 1.8.1 to ChangeLog
2009-08-20 22:48:22 +02:00
Federico Hernandez
083407f789
Pushing package build scripts for fedora, ubuntu and cygwin to 1.8.1
2009-08-19 23:50:47 +02:00
Federico Hernandez
e1146cdd20
Changed epoch to be 12/22 for UTC
2009-08-18 13:46:19 +02:00
Paul Beckingham
f04205be4c
Documentation Update
...
- Added a load of missing ChangeLog entries, by running the timesheet
report and comparing.
2009-08-16 23:10:21 -04:00
Paul Beckingham
07da2396fc
Bug Fix - #251
...
- Fixed bug #251 that caused the .hasnt attribute modifier to fail
when annotations were present. Thanks to John Florian.
2009-08-16 22:38:33 -04:00
Paul Beckingham
ec7f7cc939
Bug Fix - #260
...
- Fixed bug whereby the start, stop and delete commands were not
complaining when filter arguments were specified, even though they
were ignored. Thanks to Charles T. Yun.
2009-08-16 18:39:35 -04:00
Paul Beckingham
1b28d8714b
Bug Fix - #249
...
- Fixed bug that caused two annotations with the same date to be parsed
identically, and therefore were not considered unique annotations after
the "edit" command.
2009-08-16 17:22:17 -04:00
Paul Beckingham
79f59f12ae
Bug Fix - #252
...
- Fixed bug that prevented using end.after: and end.before: together
to effect a range.
- Required differentiation between positive and negative attribute
modifiers, and special handling.
2009-08-16 13:01:28 -04:00
Paul Beckingham
f595bc4731
Bug Fix - #259
...
- Fixed broken build on Snow Leopard - missing include.
2009-08-15 14:20:20 -04:00
Federico Hernandez
972efc58f4
Pushing man pages to 1.8.1
2009-08-12 14:43:05 +02:00
Paul Beckingham
dc9ba6d6b8
Bug Fix - #250
...
- Fixed bug #250 whereby rc.dateformat was not observed when parsing the
creation date of an annotation (thanks to Federico Hernandez).
2009-08-07 16:53:25 -06:00
Paul Beckingham
a7196ca181
Bug Fix - #257
...
- Fixed bug #257 where an extant ~/.taskrc file prevented the override and
automatic creation of an alternate rc file (thanks to Zach Frazier).
2009-08-07 16:11:09 -06:00
Paul Beckingham
1355571876
Bug Fix - #252
...
- Fixed bug that prevented the chaining of two attributes with
different modifiers to effect a date range, such as:
task ls due.after:8/1/2009 due.before:8/31/2009
Thanks to John Florian.
2009-08-05 10:15:33 -06:00
Paul Beckingham
d3fcd40279
Bug Fix - Bug #248
...
- Fixed bug where both single and double quotes are stored as
ampersand-quote-semi-colon, leading to the gradual conversion of
one to the other. Fix is backward compatible. Thanks to John
Florian.
2009-08-05 07:24:00 -06:00
Paul Beckingham
c4dcdbff0f
Unit Tests - range
...
- Added unit tests to check the behavior when a data range is created
with "task list due.before:... due.after:...".
2009-08-04 17:24:06 -06:00
Paul Beckingham
d39e45841d
Bug Fix - Bug #241
...
- Fixed bug #241 that caused redirected output to retain color control codes
for colored header and footnotes (thanks to John Florian).
2009-08-04 16:59:52 -06:00
Paul Beckingham
b28575625e
Bug Fix - Bug #243
...
- Fixed bug that caused due dates and recurrence periods to be quoted on
export, which then caused confusion on a subsequent import (thanks to
John Florian).
2009-08-04 16:47:49 -06:00
Paul Beckingham
fc8f8957c4
Bug Fix - recurring task with no due date
...
- A recurring task may not be added without a due date. Previously,
this restriction only applied to modified tasks.
2009-08-04 16:26:23 -06:00
Paul Beckingham
0499bfff49
Bug Fix - Bug #242
...
- Fixed bug that caused the reported ID after an add to be incorrect.
2009-08-04 16:08:56 -06:00
Paul Beckingham
af49ccf508
Bug Fix - wrong .taskrc file in message
...
- When a .taskrc file is overridden (with rc:...) task still refers to
the default file name in output.
2009-08-04 16:01:20 -06:00
Paul Beckingham
7b0edfdeba
Unit Test - recurring task with no due date
...
- Should generate error, but doesn't.
2009-08-03 07:38:22 -06:00
Federico Hernandez
e5d56e3075
Enhancement:
...
* Remove trailing whitespace from completions.
* Complete rc.<variable> with ":'.
2009-08-01 01:24:46 +02:00
John Florian
ede746ba16
Fixed bug #241
...
Completion behavior has changed from bash-3 to bash-4. Even the colon
character appears in COMP_WORDBREAKS of both versions, only bash-4 seems to
honor it. This appears to be a bug in bash-3. Changes made here work around
the problem so that completion of project names works for either version of
bash.
2009-07-30 23:19:10 -04:00