mmtc/CHANGELOG.md
2021-01-16 14:02:48 -05:00

1.8 KiB

Changelog

v0.2.8 - 2021-01-16

Fixes

  • Fixed scrolling direction with mouse wheels

v0.2.7 - 2021-01-15

Features

  • New binding - g to go to the top of the queue
  • New binding - G to go to the bottom of the queue

v0.2.6 - 2020-11-29

Fixes

  • Fixed jumping up in the queue logic when cycle option is turned on

v0.2.5 - 2020-11-20

Fixes

  • Fixed hang in extreme conditions

v0.2.4 - 2020-11-17

Features

  • Allow seeking backwards with left key and forwards with right key when searching
  • New binding - Ctrl + q to quit mmtc

Optimization

  • Various performance improvements

v0.2.3 - 2020-11-13

Changes

  • On toggle pause, play a song if none is playing
  • Reduce default size of player state textbox from 12 to 7

Fixes

  • Fixed delay after quitting search with an empty query

v0.2.2 - 2020-11-09

Changes

  • The current song would now be selected after quitting searching mode or emptying query

Features

  • Allow navigating with down, up, page down and page up keys when searching
  • New command line flags - --clear-query-on-play and --no-clear-query-on-play
  • New config - clear_query_on_play

v0.2.1 - 2020-11-07

Features

  • Allow scrolling with mouse when searching

Fixes

  • Correctly handle resizing when searching

v0.2.0 - 2020-11-05

Changes

  • Replace --cycle option with --cycle and --no-cycle flags

Features

  • Search tracks in your queue via /
  • New config - search_fields
  • New Conditions - Searching and Filtered
  • New Texts - Query

v0.1.1 - 2020-11-03

Changes

  • No longer adds extra zeros before the minute number

Documentation

Features

  • New Condition - QueueCurrent

v0.1.0 - 2020-11-02

Features

  • Minimal mpd terminal client