about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-05-10 11:24:23 +0000
committerEric Wong <e@80x24.org>2015-05-10 11:24:23 +0000
commit00d80f18ea4401f56a8da0d83ef0b40d6cdf4c64 (patch)
tree4d573a60992917d525df5ba05c0f4603b2376160 /GIT-VERSION-GEN
parente6a2ff2a3984320b1b83f5051709880a8b9d3708 (diff)
downloaddtas-00d80f18ea4401f56a8da0d83ef0b40d6cdf4c64.tar.gz
dtas-player:

  There is one dtas-player bugfix to fix an infinite loop on missing
  files when repeating a single track.
  commit b6515b3a8abab6dcc56166da825e01e2c083bfc9

  ReplayGain also uses the "gain" effect instead of "vol", allowing
  compatibility with "gain -h" to provide extra headroom in user
  effects.
  commit 403ed90e2e7bed3e017938d76e17037b0d5059b6

dtas-splitfx:

  Dither is no longer applied when outputting bit-depths above 16-bit.

  The --bits/-b/--rate/-r/-C/--compression command-line flags are
  passed to sox(1) for output and allow overriding any targets
  specified in the output.
  commit e6a2ff2a3984320b1b83f5051709880a8b9d3708
  commit 03b1303b1c7511fdd1a6b2f63d7c509e822a6a38)

  The -O/--outdir switch allows specifying a different output
  directory, useful for splitting from read-only checkouts or
  to a faster tmpfs filesystem to avoid SSD wear.
  commit 619b08c9d4e43d94bac39cd395c1def6fa796f06

dtas-splitfx is still a work-in-progress and rapidly improving :)
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e0f918c..951db3b 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -4,7 +4,7 @@
 CONSTANT = "DTAS::VERSION"
 RVF = "lib/dtas/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.10.0"
+DEF_VER = "v0.11.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),