bump version to 0.2.14

This commit is contained in:
figsoda 2021-11-08 14:03:17 -05:00
parent 3b30160a98
commit 03039ac9c0
3 changed files with 11 additions and 2 deletions

View file

@ -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
View file

@ -434,7 +434,7 @@ dependencies = [
[[package]]
name = "mmtc"
version = "0.2.13"
version = "0.2.14"
dependencies = [
"anyhow",
"async-io",

View file

@ -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"