mmtc/CHANGELOG.md

172 lines
3.3 KiB
Markdown
Raw Normal View History

2020-11-02 19:43:26 -05:00
# Changelog
2023-02-15 20:15:55 -05:00
## v0.3.2 - 2022-02-15
### Changes
- Ignore diacritics when searching
### Fixes
- Fix CI badge
2022-12-05 10:19:36 -05: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 12:14:29 -04:00
## v0.3.0 - 2022-10-27
### Features
- Add `--cmd` flag for running arbitrary mpd commands
- Man page
2022-09-29 18:40:04 -04:00
## v0.2.15 - 2022-09-29
### Internal
- Switch to Rust 2021 edition
- Update dependencies
2021-11-08 14:03:17 -05: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 18:19:06 -05: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 16:26:34 -05:00
## v0.2.12 - 2021-02-07
### Features
2021-02-07 16:30:11 -05:00
- Support for hostname resolution ([#3](https://github.com/figsoda/mmtc/issues/3))
2021-02-07 16:26:34 -05:00
2021-02-07 13:55:52 -05: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 16:47:13 -05:00
## v0.2.10 - 2021-02-05
### Fixes
- Now correctly toggles pause
2021-02-05 11:58:36 -05:00
## v0.2.9 - 2021-02-05
### Changes
- Allow multiple occurrences of command line flags
### Compatibility
- Migrate to stable rust
2020-11-02 19:43:26 -05:00
2021-01-16 14:02:48 -05:00
## v0.2.8 - 2021-01-16
### Fixes
- Fixed scrolling direction with mouse wheels
2021-01-15 11:50:47 -05: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-28 20:01:45 -05:00
## v0.2.6 - 2020-11-29
### Fixes
- Fixed jumping up in the queue logic when cycle option is turned on
2020-11-20 16:59:26 -05:00
## v0.2.5 - 2020-11-20
### Fixes
- Fixed hang in extreme conditions
2020-11-17 17:05:52 -05:00
## v0.2.4 - 2020-11-17
### Features
- Allow seeking backwards with left key and forwards with right key when searching
2021-01-15 11:47:00 -05:00
- New binding - <kbd>Ctrl</kbd> + <kbd>q</kbd> to quit mmtc
2020-11-17 17:05:52 -05:00
### Optimization
- Various performance improvements
2020-11-13 18:49:52 -05: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 16:40:51 -05:00
## v0.2.2 - 2020-11-09
2020-11-09 16:33:11 -05: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 11:27:47 -05:00
## v0.2.1 - 2020-11-07
2020-11-07 13:02:29 -05:00
### Features
2020-11-07 11:27:47 -05:00
- Allow scrolling with mouse when searching
### Fixes
- Correctly handle resizing when searching
2020-11-04 19:13:53 -05: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 11:50:27 -05:00
## v0.1.1 - 2020-11-03
### Changes
- No longer adds extra zeros before the minute number
### Documentation
2021-01-15 16:28:28 -05:00
- Added [configuration instructions](Configuration.md)
2020-11-03 11:50:27 -05:00
### Features
- New `Condition` - `QueueCurrent`
2020-11-02 19:43:26 -05:00
## v0.1.0 - 2020-11-02
### Features
- Minimal mpd terminal client