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]]
|
||||
name = "mpd_info_screen"
|
||||
version = "0.4.16"
|
||||
version = "0.4.17"
|
||||
dependencies = [
|
||||
"bindgen 0.69.4",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mpd_info_screen"
|
||||
version = "0.4.16"
|
||||
version = "0.4.17"
|
||||
edition = "2021"
|
||||
description = "Displays info on currently playing music from an MPD daemon"
|
||||
license = "MIT"
|
||||
|
|
|
@ -56,6 +56,8 @@ or through crates.io:
|
|||
disable filename display
|
||||
--disable-show-percentage
|
||||
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
|
||||
input password via prompt
|
||||
--pfile <PASSWORD_FILE>
|
||||
|
|
Loading…
Reference in a new issue