]> git.madduck.net Git - code/vcsh.git/blob - changelog

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Release 1.0
[code/vcsh.git] / changelog
1 2012-06-30  Richard Hartmann <richih.mailinglist@gmail.com>
2
3         * Release 1.0
4         * Make `vcsh list` more resilient
5         * Lots of doc improvements
6
7
8 2012-02-27  Richard Hartmann <richih.mailinglist@gmail.com>
9
10         * Refactor Makefile
11         * Fix license information in manpage
12
13 2012-02-15  Richard Hartmann <richih.mailinglist@gmail.com>
14
15         * Introduce `vcsh which`
16         * hooks will tell you when they are being executed
17         * Formatting & resilience improvements
18         * We have a changelog, now! (yay)
19
20 2012-02-03  Richard Hartmann <richih.mailinglist@gmail.com>
21
22         * Improve documentation
23         * More resilient error handling
24         * Add AUTHORS
25
26 2012-01-16  Richard Hartmann <richih.mailinglist@gmail.com>
27
28         * Introduce hook support
29
30 2011-12-27  Richard Hartmann <richih.mailinglist@gmail.com>
31
32         * Improve documentation
33
34 2011-12-26  Richard Hartmann <richih.mailinglist@gmail.com>
35
36         * Introduce and use .config/vcsh/config
37         * More verbose error handling
38         * Introduce `vcsh {list-tracked,list-tracked-by}`
39         * Introduce repo shortcuts (`vcsh zsh commit`)
40         * Rename `vcsh seed-gitignore` to `vcsh write-gitignore`
41         * Add license information
42
43 2011-11-29  Richard Hartmann <richih.mailinglist@gmail.com>
44
45         * Bugfixes
46         * Refactor error handling
47         * Make code more resilient
48         * Make vcsh play nice with mr
49         * Introduce vcsh mv and setup
50
51 2011-11-23  Richard Hartmann <richih.mailinglist@gmail.com>
52
53         * Bugfixes
54         * Minor refactoring of code
55
56 2011-11-22  Richard Hartmann <richih.mailinglist@gmail.com>
57
58         * Bugfixes
59
60 2011-11-20  Richard Hartmann <richih.mailinglist@gmail.com>
61
62         * Major refactoring of code
63         * Rewrite help files
64         * Bugfixes
65
66 2011-11-19  Richard Hartmann <richih.mailinglist@gmail.com>
67
68         * Bugfixes
69         * Improve XDG compability
70
71 2011-11-18  Richard Hartmann <richih.mailinglist@gmail.com>
72
73         * Yet more documentation improvements
74         * Makefile
75         * Heed already-defined ENV variables within vcsh
76         * Handle .gitignore.d/$repo automagically
77
78 2011-11-11  Richard Hartmann <richih.mailinglist@gmail.com>
79
80         * Major rewrite of all help files
81         * Addition of manpage
82
83 2011-10-27  Richard Hartmann <richih.mailinglist@gmail.com>
84
85         * Bugfixes
86         * Make help more verbose
87         * Improve INSTALL
88
89 2011-10-18  Richard Hartmann <richih.mailinglist@gmail.com>
90
91         * Fixed bug in vcsh clone & init
92
93 2011-10-17  Richard Hartmann <richih.mailinglist@gmail.com>
94
95         * Initial release