File tree Expand file tree Collapse file tree 5 files changed +45
-39
lines changed
Expand file tree Collapse file tree 5 files changed +45
-39
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2014-2016 Mike Swanson <mikeonthecomputer@gmail.com>
1+ Copyright © 2014-2016 Mike Swanson <mikeonthecomputer@gmail.com>
22
33Permission to use, copy, modify, and distribute this software for any
44purpose with or without fee is hereby granted, provided that the above
55copyright notice and this permission notice appear in all copies.
66
7- THE SOFTWARE IS PROVIDED " AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
7+ THE SOFTWARE IS PROVIDED “ AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES
88WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
99MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1010ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ 1.2.1 (2016-04-28)
2+ ------------------
3+
4+ * Remove the temporary directory also after using `--version`
5+
6+ 1.2 (2016-04-28)
7+ ----------------
8+
9+ * Sync data by default, add `--no-sync` to disable. The new
10+ versions of FLACs files are written out to prevent
11+ missing/incomplete files in the face of a crash.
12+
13+ 1.1 (2016-04-25)
14+ ----------------
15+
16+ * Add `--no-action`, enabling the view of files that would be
17+ processed.
18+ * Secure against using `--recursive` and directory names beginning
19+ with hyphens.
20+ * Displays usage help if no directories are specified on the command
21+ line.
22+ * Use a temporary staging directory, avoiding the possibility of
23+ losing all existing tag data in the face of errors.
24+
25+ 1.0 (2016-04-17):
26+ -----------------
27+
28+ * Use the so-called “bash strict mode” and enable better processing
29+ of special file names.
30+
31+ 0.2 (2015-05-18):
32+ -----------------
33+
34+ * Added a recursive option, allowing a whole tree to be
35+ recompressed.
36+
37+ 0.1 (2014-02-26):
38+ -----------------
39+
40+ * Initial release, expanded from a ~7 line script the author
41+ initially wrote around 2003.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Usage: reflac [OPTION]... [--] DIRECTORY...
7575
7676DIRECTORY should point ‘reflac’ to somewhere that contains *.flac
7777files. Optionally terminate the argument list with -- so that any
78- possible directory names don' t get misinterpreted as arguments.
78+ possible directory names don’ t get misinterpreted as arguments.
7979....
8080
8181Bugs
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Usage: reflac [OPTION]... [--] DIRECTORY...
4444
4545DIRECTORY should point ‘reflac’ to somewhere that contains *.flac
4646files. Optionally terminate the argument list with -- so that any
47- possible directory names don' t get misinterpreted as arguments.
47+ possible directory names don’ t get misinterpreted as arguments.
4848EOF
4949 rmdir " $TMPDIR "
5050 exit 0
You can’t perform that action at this time.
0 commit comments