Bump version to 0.4.17, update README.md
This commit is contained in:
parent
47db86ba59
commit
3e1bc8c6ac
3 changed files with 4 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1813,7 +1813,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mpd_info_screen"
|
name = "mpd_info_screen"
|
||||||
version = "0.4.16"
|
version = "0.4.17"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen 0.69.4",
|
"bindgen 0.69.4",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mpd_info_screen"
|
name = "mpd_info_screen"
|
||||||
version = "0.4.16"
|
version = "0.4.17"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Displays info on currently playing music from an MPD daemon"
|
description = "Displays info on currently playing music from an MPD daemon"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -56,6 +56,8 @@ or through crates.io:
|
||||||
disable filename display
|
disable filename display
|
||||||
--disable-show-percentage
|
--disable-show-percentage
|
||||||
disable percentage display
|
disable percentage display
|
||||||
|
--force-text-height-scale <FORCE_TEXT_HEIGHT_SCALE>
|
||||||
|
force-set text height relative to window height as a ratio (default 0.12)
|
||||||
--pprompt
|
--pprompt
|
||||||
input password via prompt
|
input password via prompt
|
||||||
--pfile <PASSWORD_FILE>
|
--pfile <PASSWORD_FILE>
|
||||||
|
|
Loading…
Reference in a new issue