mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 18:24:13 +00:00
bump version to 0.2.14
This commit is contained in:
parent
3b30160a98
commit
03039ac9c0
3 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
## v0.2.13 - 2021-02-19
|
||||
|
||||
### Features
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -434,7 +434,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mmtc"
|
||||
version = "0.2.13"
|
||||
version = "0.2.14"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-io",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mmtc"
|
||||
version = "0.2.13"
|
||||
version = "0.2.14"
|
||||
authors = ["figsoda <figsoda@pm.me>"]
|
||||
edition = "2018"
|
||||
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"
|
||||
|
|
Loading…
Reference in a new issue