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

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