about summary refs log tree commit homepage
path: root/bin/dtas-console
DateCommit message (Expand)
2020-02-03doc: update copyrights for 2020
2019-11-02dtas-console: pass kwargs as-is to String#encode
2019-11-02dtas-console: remove unused variables
2019-01-02dtas 0.16.0 v0.16.0
2017-11-19console: ensure time calculations are done in UTC
2016-12-27http -> https, and relocate homepage to https://80x24.org/dtas/
2016-01-25player: support "consume" mode for tracklist
2016-01-05console: show tracklist shuffle status, too
2016-01-04console: try harder to show rate
2016-01-02copyright updates for 2016
2016-01-01console: display paused commands properly
2015-12-31dtas-console: show trim and "tl repeat" status
2015-12-31dtas-console: show paused track and time offset
2015-12-25enable "frozen_string_literal: true"
2015-12-14player: implement software volume control
2015-05-19dtas-console: bind "o" to display time in absolute seconds
2015-05-17use monotonic clock on Ruby 2.1+
2015-01-19update copyright years and links to mailing list archives
2015-01-19dtas-console: avoid crashing on failed cue seeks
2014-12-27dtas-console: keys for "cue next/prev"
2014-12-21dtas-console: '>' and '<' keys for tracklist next/prev
2014-09-22dtas-console: force encoding for current locale
2014-06-06update copyrights and email address for 2014
2014-02-24dtas-console: add note to install "curses" gem if missing
2013-09-30dtas-console: allow exit via 'q' key
2013-09-09dtas-console: avoid using current if it is nil
2013-09-06dtas-console: show paused track when paused
2013-08-29remove "encoding: binary" header use
2013-08-28dtas-console: support terminal resize
2013-08-28add license/copyright headers/footers to all files
2013-08-25dtas-console: always show ReplayGain line
2013-08-25dtas-console: swap 'j' / 'k' bindings to match docs
2013-08-25dtas-console: implement better ReplayGain and format support
2013-08-25dtas-console: don't barf if there is no infile
2013-08-24initial commit