about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-30 09:07:32 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-30 09:07:32 +0000
commitc45ca18d8424d0274bc33a09108bae2796d591c1 (patch)
tree3c7660351437be035fe66cdf63c7eec503c12d7a /GIT-VERSION-GEN
parent69f3a3e411d3baf3b818c5198b5fc02ac12a042f (diff)
downloaddtas-c45ca18d8424d0274bc33a09108bae2796d591c1.tar.gz
* dtas-*edit
  - account for editors which rename over files

* dtas-player
  - support optional bypass mode for rate, bits, channel
    This allows users to avoid any internal resampling at the
    cost of losing gapless playback when files have different
    decoded formats
  - "tl goto" starts playback if idle (and not paused)
  - support seeking based on embedded cuesheet (FLAC)
  - rename "tl previous" to "tl prev"
    See dtas-player_protocol(7) for the protocol extensions

* dtas-console
  - allow exit via 'q' key
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 dd8ae37..85ec7d4 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.4.0"
+DEF_VER = "v0.5.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),