-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
47 lines (36 loc) · 1.06 KB
/
History.txt
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
=== 0.8.0 2014-02-04
* Major improvements
* 'add' commmand now follows up to two symlinks when used recursively
=== 0.7.0 2012-09-12
* Major improvements
* Added 'remove' command
=== 0.6.1 2011-02-10
* Minor improvements
* Fixed symlink-related bug
=== 0.6.0 2011-02-10
* Major improvements
* melon now expands symlinks by default
* Added --preserve-symlinks option
* Minor improvements
* Fixed bug with add --update
* Fixed 'melon help'
=== 0.5.0 2011-02-09
* Major improvements:
* Added --recursive option to 'check' subcommand
* Added --update option to 'add' subcommand
=== 0.4.0 2011-01-31
* Major improvements:
* Updated hashing strategy to be more robust against collisions
=== 0.3.0 2011-01-28
* Major improvements:
* added 'help' command
=== 0.2.0 2011-01-26
* Major improvements:
* added --recursive flag to add subcommand
* added 'list' subcommand
* added 'show' subcommand
* cleaned up help text
=== 0.1.0 2011-01-25
* Initial release, basic functionality present:
* Add files to database (add)
* query database about file (check)