-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNEWS
More file actions
31 lines (22 loc) · 905 Bytes
/
NEWS
File metadata and controls
31 lines (22 loc) · 905 Bytes
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
1.2 (2016-04-28):
* Sync data by default, add --no-sync switch to disable. New
version of FLACs are written out to prevent missing/incomplete
files in the face of a crash.
1.1 (2016-04-25):
* Add --no-action, enabling the view of files that would be
processed.
* Secure against using --recursive and directory names beginning
with hyphens.
* Displays usage help if no directories are specified on the command
line.
* Use a temporary staging directory, avoiding the possibility of
losing all existing tag data in the face of errors.
1.0 (2016-04-17):
* Use the so-called “bash strict mode” and enabling better
processing of special file names.
0.2 (2015-05-18):
* Added a recursive option, allowing a whole tree to be
recompressed.
0.1 (2014-02-26):
* Initial release, expanded from a ~7 line script the author
initially wrote around 2003.