-
Notifications
You must be signed in to change notification settings - Fork 18
/
Changes
60 lines (41 loc) · 1.89 KB
/
Changes
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
Revision history for Perl extension App-Dotfiles-Manager
{{$NEXT}}
v0.7.4 2014-12-26T05:43:30Z
- fix uninstall handling of other shells (lrascao)
- add support for executing scripts on uninstall (robertkosten)
v0.7.3 2014-12-04T16:38:08Z
- handle cases where realpath() returns undef (plobbes)
- ignore emacs temp files (plobbes)
v0.7.2 2014-10-25T04:15:29Z
- Support other shells (lrascao)
- Support mklink on Windows (rneatherway)
v0.7.1 2014-02-24T00:10:54Z
- Converted to CPAN compatible module.
v0.7 2014-02-13
- dotfiles repository can now be outside of home directory, using $DFM_REPO
- add help subcommand and refactor help handling
- make 'help' the default subcommand (seth--)
- better parsing of arguments to preserve all arguments passed through to git subcommands
v0.6 2012-09-30
- Added import subcommand to add new files.
- dfm can now be run from outside the dotfiles repository.
- dfm can adjust permissions on install (see 'chmod' option).
- dfm can run scripts on install (see 'exec' option). (seth--)
- Allow using regular .bashrc instead of .bashrc.load.
- Better tracking of upstream dotfiles branch for fetching updates. (Nate Parsons)
- Fixed bug where multiple recursed files would create invalid symlinks. (Jeremiah Snapp)
- Recursion should now be explicitly specified. Implied recursion is deprecated.
- Now, even the bin directory can be recursed into.
v0.5 2011-10-04
- Added updatemergeandinstall (or umi) subcommand to get latest dotfiles
changes in one command.
- Clean up dangling symlinks.
- Added uninstall subcommand to remove dotfiles.
- More tests.
- Internal code refactoring for maintainability.
v0.4 2011-08-24
- More tests.
- Use .profile on OSX (David Bartle)
- Skip empty lines in .dfminstall (Dani Perez)
v0.3 2010-10-15
- Original public release.