- Ignore diacritics when searching
- Fix CI badge
- New condition -
QueueTitleExist
to check whether the queue entry has a title
- Crash when playlist file contains and url (#167)
QueueFile
now displays the file name correctly
- Add
--cmd
flag for running arbitrary mpd commands - Man page
- Switch to Rust 2021 edition
- Update dependencies
- Add cursor to search bar in default settings
- New binding - Ctrl + u to clear search
- New binding - Ctrl + d to jump down in the queue
- New binding - Ctrl + u to jump up in the queue
- Completions for bash, elvish, fish, powershell, and zsh
- Support hostname resolution for command line argument
--address
- Support for hostname resolution (#3)
- Support for MPD_HOST and MPD_PORT environment variables (#2)
- Now correctly toggles pause
- Allow multiple occurrences of command line flags
- Migrate to stable rust
- Fixed scrolling direction with mouse wheels
- New binding - g to go to the top of the queue
- New binding - G to go to the bottom of the queue
- Fixed jumping up in the queue logic when cycle option is turned on
- Fixed hang in extreme conditions
- Allow seeking backwards with left key and forwards with right key when searching
- New binding - Ctrl + q to quit mmtc
- Various performance improvements
- On toggle pause, play a song if none is playing
- Reduce default size of player state textbox from 12 to 7
- Fixed delay after quitting search with an empty query
- The current song would now be selected after quitting searching mode or emptying query
- 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
- Allow scrolling with mouse when searching
- Correctly handle resizing when searching
- Replace
--cycle
option with--cycle
and--no-cycle
flags
- Search tracks in your queue via
/
- New config -
search_fields
- New
Condition
s -Searching
andFiltered
- New
Texts
-Query
- No longer adds extra zeros before the minute number
- New
Condition
-QueueCurrent
- Minimal mpd terminal client