mmtc/CHANGELOG.md

172 lines
3.3 KiB
Markdown
Raw Normal View History

2020-11-03 00:43:26 +00:00
# Changelog
2023-02-16 01:15:55 +00:00
## v0.3.2 - 2022-02-15
### Changes
- Ignore diacritics when searching
### Fixes
- Fix CI badge
2022-12-05 15:19:36 +00:00
## v0.3.1 - 2022-12-05
### Features
- New condition - `QueueTitleExist` to check whether the queue entry has a title
### Fixes
- Crash when playlist file contains and url ([#167](https://github.com/figsoda/mmtc/issues/167))
- `QueueFile` now displays the file name correctly
2022-10-27 16:14:29 +00:00
## v0.3.0 - 2022-10-27
### Features
- Add `--cmd` flag for running arbitrary mpd commands
- Man page
2022-09-29 22:40:04 +00:00
## v0.2.15 - 2022-09-29
### Internal
- Switch to Rust 2021 edition
- Update dependencies
2021-11-08 19:03:17 +00:00
## v0.2.14 - 2021-11-08
### Features
- Add cursor to search bar in default settings
- New binding - <kbd>Ctrl</kbd> + <kbd>u</kbd> to clear search
- New binding - <kbd>Ctrl</kbd> + <kbd>d</kbd> to jump down in the queue
- New binding - <kbd>Ctrl</kbd> + <kbd>u</kbd> to jump up in the queue
2021-02-19 23:19:06 +00:00
## v0.2.13 - 2021-02-19
### Features
- Completions for bash, elvish, fish, powershell, and zsh
- Support hostname resolution for command line argument `--address`
2021-02-07 21:26:34 +00:00
## v0.2.12 - 2021-02-07
### Features
2021-02-07 21:30:11 +00:00
- Support for hostname resolution ([#3](https://github.com/figsoda/mmtc/issues/3))
2021-02-07 21:26:34 +00:00
2021-02-07 18:55:52 +00:00
## v0.2.11 - 2021-02-07
### Features
- Support for MPD_HOST and MPD_PORT environment variables ([#2](https://github.com/figsoda/mmtc/issues/2))
2021-02-05 21:47:13 +00:00
## v0.2.10 - 2021-02-05
### Fixes
- Now correctly toggles pause
2021-02-05 16:58:36 +00:00
## v0.2.9 - 2021-02-05
### Changes
- Allow multiple occurrences of command line flags
### Compatibility
- Migrate to stable rust
2020-11-03 00:43:26 +00:00
2021-01-16 19:02:48 +00:00
## v0.2.8 - 2021-01-16
### Fixes
- Fixed scrolling direction with mouse wheels
2021-01-15 16:50:47 +00:00
## v0.2.7 - 2021-01-15
### Features
- New binding - <kbd>g</kbd> to go to the top of the queue
- New binding - <kbd>G</kbd> to go to the bottom of the queue
2020-11-29 01:01:45 +00:00
## v0.2.6 - 2020-11-29
### Fixes
- Fixed jumping up in the queue logic when cycle option is turned on
2020-11-20 21:59:26 +00:00
## v0.2.5 - 2020-11-20
### Fixes
- Fixed hang in extreme conditions
2020-11-17 22:05:52 +00:00
## v0.2.4 - 2020-11-17
### Features
- Allow seeking backwards with left key and forwards with right key when searching
2021-01-15 16:47:00 +00:00
- New binding - <kbd>Ctrl</kbd> + <kbd>q</kbd> to quit mmtc
2020-11-17 22:05:52 +00:00
### Optimization
- Various performance improvements
2020-11-13 23:49:52 +00:00
## 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
2020-11-09 21:40:51 +00:00
## v0.2.2 - 2020-11-09
2020-11-09 21:33:11 +00:00
### 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`
2020-11-07 16:27:47 +00:00
## v0.2.1 - 2020-11-07
2020-11-07 18:02:29 +00:00
### Features
2020-11-07 16:27:47 +00:00
- Allow scrolling with mouse when searching
### Fixes
- Correctly handle resizing when searching
2020-11-05 00:13:53 +00:00
## 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 `Condition`s - `Searching` and `Filtered`
- New `Texts` - `Query`
2020-11-03 16:50:27 +00:00
## v0.1.1 - 2020-11-03
### Changes
- No longer adds extra zeros before the minute number
### Documentation
2021-01-15 21:28:28 +00:00
- Added [configuration instructions](Configuration.md)
2020-11-03 16:50:27 +00:00
### Features
- New `Condition` - `QueueCurrent`
2020-11-03 00:43:26 +00:00
## v0.1.0 - 2020-11-02
### Features
- Minimal mpd terminal client