|
1 | | -1.5 (2017-08-16) |
2 | | ----------------- |
| 1 | +== 1.5 (2017-08-16) |
3 | 2 |
|
4 | 3 | * reflac has learned to preserve an embedded image in FLAC files. |
5 | 4 | Limited to just one image for now, but should cover the most |
6 | 5 | common case. |
7 | 6 |
|
8 | | - |
9 | | -1.4 (2016-12-16) |
10 | | ----------------- |
| 7 | +== 1.4 (2016-12-16) |
11 | 8 |
|
12 | 9 | * Add an option to preserve the file modification time. |
13 | 10 |
|
14 | | -1.3 (2016-09-25) |
15 | | ----------------- |
| 11 | +== 1.3 (2016-09-25) |
16 | 12 |
|
17 | 13 | * Use the rf64 format during processing, eliminating the 4GiB |
18 | 14 | uncompressed file size limit. This is primarily useful for FLACs |
19 | 15 | with lots of channels (eg, surround sound) and high sample sizes |
20 | 16 | and rates, as the 4GiB limit isn’t otherwise likely to be hit. |
21 | 17 |
|
22 | | -1.2.3 (2016-07-10) |
23 | | ------------------- |
| 18 | +== 1.2.3 (2016-07-10) |
24 | 19 |
|
25 | 20 | * Actually bump the script’s own version identifier. |
26 | 21 |
|
27 | | -1.2.2 (2016-07-10) |
28 | | ------------------- |
| 22 | +== 1.2.2 (2016-07-10) |
29 | 23 |
|
30 | 24 | * The first bash in the $PATH is used instead of /bin/bash |
31 | 25 | * Shift temporary directory creation after getopt. reflac won’t |
32 | 26 | leave one around anymore after ambiguous options (such as “--v” |
33 | 27 | expanding to both “--verbose” and “--version”). |
34 | 28 |
|
35 | | -1.2.1 (2016-04-28) |
36 | | ------------------- |
| 29 | +== 1.2.1 (2016-04-28) |
37 | 30 |
|
38 | 31 | * Remove the temporary directory also after using `--version` |
39 | 32 |
|
40 | | -1.2 (2016-04-28) |
41 | | ----------------- |
| 33 | +== 1.2 (2016-04-28) |
42 | 34 |
|
43 | 35 | * Sync data by default, add `--no-sync` to disable. The new |
44 | 36 | versions of FLACs files are written out to prevent |
45 | 37 | missing/incomplete files in the face of a crash. |
46 | 38 |
|
47 | | -1.1 (2016-04-25) |
48 | | ----------------- |
| 39 | +== 1.1 (2016-04-25) |
49 | 40 |
|
50 | 41 | * Add `--no-action`, enabling the view of files that would be |
51 | 42 | processed. |
|
56 | 47 | * Use a temporary staging directory, avoiding the possibility of |
57 | 48 | losing all existing tag data in the face of errors. |
58 | 49 |
|
59 | | -1.0 (2016-04-17): |
60 | | ------------------ |
| 50 | +== 1.0 (2016-04-17) |
61 | 51 |
|
62 | 52 | * Use the so-called “bash strict mode” and enable better processing |
63 | 53 | of special file names. |
64 | 54 |
|
65 | | -0.2 (2015-05-18): |
66 | | ------------------ |
| 55 | +== 0.2 (2015-05-18) |
67 | 56 |
|
68 | 57 | * Added a recursive option, allowing a whole tree to be |
69 | 58 | recompressed. |
70 | 59 |
|
71 | | -0.1 (2014-02-26): |
72 | | ------------------ |
| 60 | +== 0.1 (2014-02-26) |
73 | 61 |
|
74 | 62 | * Initial release, expanded from a ~7 line script the author |
75 | 63 | initially wrote around 2003. |
0 commit comments