about summary refs log tree commit homepage
tag namev0.17.0 (9b0aafe9a8d73d46cc3e67839c884cb2dbf55661)
tag date2019-11-14 01:49:52 +0000
tagged byEric Wong <e@80x24.org>
tagged objectcommit 2d6b62fec2...
downloaddtas-0.17.0.tar.gz
dtas 0.17.0
dtas-player automatically pauses on sink death (e.g. when an
external DAC is unplugged), thanks to Rene Maurer for the
feature suggestion.

zsh completions are also bundled in the examples/ directory
thanks to James Rowe.

There's also a couple of minor bugfixes and documentation
updates.

There's also kwarg warning fixes for Ruby 2.7.0dev.  Future
components will probably use a more stable glue language
than Ruby, and we already have dtas-graph which is Perl5.

Eric Wong (11):
      doc: remove inaccurate comment about "GNU-ism"
      doc: update homepage to point to cgit /about/
      dtas-graph: show inode number in hex, too
      dtas-graph: add a short blurb about what it does
      dtas-console: remove unused variables
      dtas-console: pass kwargs as-is to String#encode
      buffer/splice: pass kwargs as-is to tee/splice
      player: automatically pause if last sink dies
      readahead: avoid Array#compact and Array#max on `false'
      doc: use new HTTPS address at lists.gnu.org
      TODO: add a note about using a more stable glue language

James Rowe (2):
      doc: trivial typo fixes
      Add zsh completion support