1 Sun Apr  6 2013 - released v1.2
2 Tue Apr  1 2014 - the <Esc> key can now be used in shortcuts
3 Tue Apr  1 2014 - exit with informative error if shortcut too long (see VT-81)
4 Thu Mar 13 2014 - fix colors for running VIT in tmux
5 Sat Mar  8 2014 - do not print control characters to prompts
6 Thu Mar  6 2014 - fix recognition of backspace in tmux
7 Thu Mar  6 2014 - fix a prompt bug that prevented editing
8 Mon Mar  3 2014 - 'vit -audit' now creates a log with debug info
9
10 Tue Feb  4 2014 - released v1.2.beta1
11 Tue Feb  4 2014 - Add VIT man pages (#1284)
12 Mon Oct 21 2013 - Implement cursor movement in prompts (#1403)
13 Sun Oct  6 2013 - Clear project prompt string if escape (#1232)
14 Sun Oct  6 2013 - Remove confusing behavior from arrow keys in prompts (#1363)
15 Sun Sep 28 2013 - 'P' now sets priority and 'h', 'm', 'l', 'n' are freed (#1238)
16 Sun Sep 27 2013 - 'c' is renamed to 'm' (#1231)
17 Sun Sep 15 2013 - 't' now opens the command prompt with ":!rw task "
18 Sun Sep 15 2013 - shell commands can now pass the arguments VIT is using (#1338, #1237)
19 Sat Sep 14 2013 - custom keybinds can now be specified in ~/.vitrc (#1237, #1302, #1336)
20 Thu Sep 12 2013 - added ':!' to execute arbitrary string in shell
21 Sun Aug 12 2013 - When running an external command, VIT no longer echoes it
22 Sun Aug 11 2013 - VIT now cleans the terminal before exiting
23 Sun Aug 11 2013 - 'q' ('Q') now quits with(out) confirmation (#1266)
24 Thu Aug  9 2013 - fix a bug where prompt text was invisible
25 Mon Aug  5 2013 - 's' now runs 'task sync' if Taskwarrior >= 2.3.0 (#1301)
26 Sun Aug  4 2013 - when in search mode, backspace now removes a character
27 Sat Aug  3 2013 - 'D' now deletes a task when not over an annotation (#1230)
28 Sat Jul  6 2013 - added Copyright 2013, Scott Kostyshak
29 Sat Jul  6 2013 - added an AUTHORS file listing contributors
30 Sat Jul  6 2013 - 'gg' now moves to first line (#1229)
31 Sun Jun 23 2013 - added Copyright 2012 - 2013, Steve Rader
32
33 Wed Apr  3 2013 - released v1.1
34 Wed Apr  3 2013 - fixes for not having color=on set in ~/.taskrc
35 Sun Mar 31 2013 - added <enter> for task info
36 Sun Mar 31 2013 - added logging error msgs when "-audit" is used
37 Sun Mar 31 2013 - added support for selection effects (e.g. bold)
38 Sun Mar 31 2013 - added setting the VIT header color via color.vit.header setting
39 Sat Mar 30 2013 - set the VIT header color via the color.header setting
40 Fri Mar 29 2013 - added support for the "inverse" and "bright" effects
41 Fri Mar 29 2013 - fixed parsing some ANSI underline effect escape sequences
42 Fri Mar 29 2013 - clear the screen before exec'ing external commands as per feature #1214
43 Fri Mar 29 2013 - fixed a bug where some commands (e.g. ":h") incorrectly waited after exec'ing
44 Fri Mar 29 2013 - added setting the default report via command line args as per feature #1216
45 Fri Mar 29 2013 - added support to allow for verbose=off as per topic #2851
46 Fri Mar 29 2013 - disallowed using a default.command which doesn't include an "ID" column
47 Fri Mar 29 2013 - added support for multiple effects, e.g. bold underline
48
49 Sun Mar 24 2013 - released v1.0
50 Sun Mar 24 2013 - added '=' for task info as per feature #1156
51 Sun Mar 24 2013 - added 'u' for task undo
52 Thu Jan  1 2013 - fixed a bug where '/' and '?' caused a crash as per bug #1152
53 Wed Dec 12 2012 - added graceful handling of marking only task in current report "done"
54 Wed Dec 12 2012 - added "blinking" of the convergence info when convergence changes
55 Wed Dec 12 2012 - disallowed marking completed tasks as "done"
56 Wed Dec 12 2012 - fixed a problem where the selection could get lost after resize and '^l'
57
58 Tue Dec 11 2012 - released v0.7
59 Mon Dec 10 2012 - added ./configure checks for the perl Curses and Time::HiRes modules
60 Mon Dec 10 2012 - added ./configure ab-end when /usr/bin/perl doesn't exist
61 Mon Dec 10 2012 - added ./configure substitution for the localized path to the "task" command
62 Sun Dec  9 2012 - fixed a problem where the selection color was lost after refresh
63 Sun Dec  9 2012 - added '/', '?', 'n' and 'N' for searching the current report
64 Sat Dec  8 2012 - added color.label to taskrc-gtk+
65 Fri Dec  7 2012 - added <tab> completion when using 'p' to set project
66 Thu Dec  6 2012 - added 'p' for setting project
67
68 Wed Dec  5 2012 - released v0.6
69 Wed Dec  5 2012 - added 'n' for setting priority to none
70 Wed Dec  5 2012 - added 'l' for setting priority to L
71 Wed Dec  5 2012 - added 'm' for setting priority to M
72 Wed Dec  5 2012 - added 'h' for setting priority to H
73 Tue Dec  4 2012 - added 'f' for filter the current report
74 Mon Dec  3 2012 - added checking of task command closing short pipe error
75 Mon Dec  3 2012 - added checking of task command exit status
76 Sun Dec  2 2012 - added 'D' for delete the current annotation (denotate)
77 Sat Dec  1 2012 - added 'A' for add an annotation to the current task
78 Sat Dec  1 2012 - added 'e' for edit current task
79 Sat Dec  1 2012 - fixed problems with the header attributions (bold and underline)
80
81 Fri Nov 30 2012 - released v0.5
82 Fri Nov 30 2012 - added ./configure (autoconf)  (e.g. "./configure --prefix=/usr/local/vit")
83 Thu Nov 29 2012 - added support for '^w' (erase word) at the command line
84 Thu Nov 29 2012 - added default.command to the list of available reports
85 Wed Nov 28 2012 - added support for ":REPORT <filter>" syntax (e.g. ":mimimal prio:H")
86 Wed Nov 28 2012 - added support for the DEL key ('^?') as per bug #1134
87
88 Wed Nov 28 2012 - released v0.4
89 Wed Nov 28 2012 - added ":N" for move to task number N
90 Wed Nov 28 2012 - fixed problems with task reports that have no matches
91 Wed Nov 28 2012 - added ":h PATTERN" for help about PATTERN (e.g. ":h help")
92 Tue Nov 27 2012 - added ":h" for help
93 Tue Nov 27 2012 - removed the Term::ReadKey requirement
94 Tue Nov 27 2012 - removed xterm only requirement as per feature #1132
95 Tue Nov 27 2012 - fixed problems with marking the last task done
96 Mon Nov 26 2012 - added ":STRING<tab>" and ":<tab>" for changing the current report
97 Mon Nov 26 2012 - added ":REPORT" (e.g. ":long") for changing the report
98 Mon Nov 26 2012 - fixed problems with single tick and double quote
99
100 Mon Nov 26 2012 - released v0.3
101 Mon Nov 26 2012 - added support for bold and underlines ANSI colors
102 Sun Nov 25 2012 - wrote taskrc-gtk+
103 Sun Nov 25 2012 - added task-native colorization
104 Sat Nov 24 2012 - added ' ' for move down one line
105
106 Sat Nov 24 2012 - released v0.2
107 Sat Nov 24 2012 - various changes for task version 2.x
108 Sat Nov 24 2012 - added ":s/OLD/NEW/" for change description (e.g. ":s/opps/oops/")
109 Fri Nov 23 2012 - added ":q" for quit
110 Fri Nov 23 2012 - added 'c' for change current task
111
112 Fri Nov 23 2012 - released v0.1
113 Fri Nov 23 2012 - added 'a' for add task
114 Wed Nov 21 2012 - added 'd' for mark current task done
115 Tue Nov 20 2012 - added the 'G' and '0'
116 Mon Nov 19 2012 - added the '^f' and '^b'
117 Sun Nov 18 2012 - added the 'L', 'M' and 'H'
118 Sat Nov 17 2012 - added the 'j' and 'k'
119 Fri Nov 16 2012 - designed the layout
120
121