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