We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4590ae2 commit 41d217eCopy full SHA for 41d217e
NEWS.adoc
@@ -1,3 +1,11 @@
1
+1.3 (2016-09-25)
2
+----------------
3
+
4
+ * Use the rf64 format during processing, eliminating the 4GiB
5
+ uncompressed file size limit. This is primarily useful for FLACs
6
+ with lots of channels (eg, surround sound) and high sample sizes
7
+ and rates, as the 4GiB limit isn’t otherwise likely to be hit.
8
9
1.2.3 (2016-07-10)
10
------------------
11
reflac
@@ -2,7 +2,7 @@
set -euo pipefail
IFS=$'\n\t'
-VERSION=1.2.3
+VERSION=1.3
VERBOSE=0
RECURSIVE=0
0 commit comments