]> 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:

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