This repository has been archived by the owner on Jul 22, 2018. It is now read-only.
forked from maid/maid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
138 lines (103 loc) · 5.22 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
maid (0.2.0.rc.1) unstable; urgency=low
* More documentation for "dir".
-- Benjamin Oakes <[email protected]> Wed, 19 Dec 2012 00:00:00 +0000
maid (0.2.0.beta.3) unstable; urgency=low
* Use newly released "xdg" instead of custom "maid-xdg" dependency. (The new
release was found after Beta 2 was released.)
-- Benjamin Oakes <[email protected]> Mon, 17 Dec 2012 00:00:00 +0000
maid (0.2.0.beta.2) unstable; urgency=low
* Add more documentation to "find" and "remove" (Closes: #74)
* Add logging to "mkdir" (Closes: #75, #77)
* Updated README to include Hacker News post
* Updated AUTHORS to include new contributors
* Various development improvements
-- Benjamin Oakes <[email protected]> Sun, 16 Dec 2012 00:00:00 +0000
maid (0.2.0.beta.1) unstable; urgency=low
* Change "dir" to allow multiple paths (Closes: #64)
* Change "mkdir" to return the path of the created directory (Closes: #69)
* Various development improvements
-- Benjamin Oakes <[email protected]> Sun, 2 Dec 2012 00:00:00 +0000
maid (0.2.0.alpha.1) unstable; urgency=low
* Started semver.org-like version numbering. Total adoption is
forthcoming. This forced v0.2.0 vs. v0.1.4.
* Changed "dir" tool to always sort. (Closes: #62)
* Added "version --long" ("-l") command which gives information about the platform
version and Ruby version. (Closes: #65)
* Improved user documentation, now in Markdown. (Closes: #66)
* Updated development dependencies.
* Various minor internal changes.
-- Benjamin Oakes <[email protected]> Tue, 27 Nov 2012 00:00:00 +0000
maid (0.1.4.alpha.2) unstable; urgency=low
* Noted license in gemspec. Was incorrect value in alpha.1. Made an early
alpha release to test effect on RubyGems.org listing. (Closes: #61)
* Minor development-only documentation changes.
-- Benjamin Oakes <[email protected]> Sat, 24 Nov 2012 00:00:00 +0000
maid (0.1.3) stable; urgency=medium
* First stable release with official support for Ubuntu.
* Added new features, fixed bugs as listed for betas 1 and 2.
* Minor development-only changes:
* Added ChangeLog (this file)
* Updated development dependencies to most recent versions
* Scripted testing of supported Ruby and Ubuntu releases
-- Benjamin Oakes <[email protected]> Fri, 23 Nov 2012 00:00:00 +0000
maid (0.1.3.beta.2) unstable; urgency=low
* Fixed "Trash does not expand paths". (Closes: #56)
* Fixed "XDG gives a warning about RbConfig vs Config" on Ubuntu by using
custom-built maid-xdg gem. (Closes: #53)
-- Benjamin Oakes <[email protected]> Wed, 21 Nov 2012 00:00:00 +0000
maid (0.1.3.beta.1) unstable; urgency=low
* Started official support for Ubuntu.
* Fixed default trash path on Ubuntu (and possibly other Linux
distributions). (Closes: #6)
* Added ability to handle an array of filenames passed to "move", "trash". (Closes:
#16)
* Added "remove" tool for deleting files, and secure deletion. (Closes: #30)
* Added "remove_over" option for "trash" which can delete files if they're
over a size threshold. (Closes: #32)
* Added "sync" tool for using rsync. (Closes: #17)
* Added "mkdir" tool for making directories ("folders"). (Closes: #20)
* Added "created_at" tool for looking up creation time. (Closes: #21)
* Added "modified_at" tool for looking up modification time. (Closes: #13)
* Renamed "last_accessed" to "accessed_at", deprecated "last_accessed".
(Closes: #22)
* Deprecated "git_piston" in favor of SparkleShare. (Closes: #18)
* Updated README and samples. (Closes: #38)
* Updated dependencies. (Closes: #5)
-- Benjamin Oakes <[email protected]> Mon, 15 Oct 2012 00:00:00 +0000
maid (0.1.2) stable; urgency=high
* Started official support for Ruby 1.9.3.
* Ended official support for Ruby 1.9.2.
* Updated README to clarify installation, updating, etc.
* Introduced new default behavior: "help" rather than "clean".
* Ensured the trash path exists as a directory before moving files. This
helped prevent potential problems (unsupported) Linux users could have
experienced.
-- Benjamin Oakes <[email protected]> Mon, 3 Sep 2012 00:00:00 +0000
maid (0.1.1) stable; urgency=low
* Improved published documentation.
-- Benjamin Oakes <[email protected]> Mon, 31 Aug 2012 00:00:00 +0000
maid (0.1.0) stable; urgency=low
* Initial release (culmination of 4 prior beta releases).
* Started official support for Ruby 1.8.7, 1.9.2.
* Started official support for Mac OS X.
* Started Maid rules DSL format.
* Added "maid clean" command with "noop", "rules", and "silent" options.
* Added "maid help" commands.
* Added "maid sample" command.
* Added "maid version" command.
* Added "dir" tool.
* Added "find" tool.
* Added "move" tool.
* Added "trash" tool.
* Added "cmd" tool.
* Added "downloaded_from" tool.
* Added "duration_s" tool.
* Added "locate" tool.
* Added "zipfile_contents" tool.
* Added "disk_usage" tool.
* Added "git_piston" tool.
* Added "last_accessed" tool.
* Added logging.
* First iteration of tutorial and documentation.
* Possibly other misc changes/features in the first version. :)
-- Benjamin Oakes <[email protected]> Fri, 24 Jun 2011 00:00:00 +0000