We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcdbc7 commit 7277075Copy full SHA for 7277075
NEWS.adoc
@@ -1,3 +1,8 @@
1
+== 1.5.1 (2018-01-31)
2
+
3
+ * reflac now passes on the `--no-sync` and `--preserve` options to
4
+ child processes when `--recursive` is used.
5
6
== 1.5 (2017-08-16)
7
8
* reflac has learned to preserve an embedded image in FLAC files.
reflac
@@ -2,7 +2,7 @@
set -euo pipefail
IFS=$'\n\t'
-VERSION=1.5
+VERSION=1.5.1
VERBOSE=0
RECURSIVE=0
0 commit comments