Update README.md, bump version to 0.2.0
This commit is contained in:
parent
0077d460c6
commit
c64a15251a
3 changed files with 7 additions and 9 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1427,7 +1427,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mpd_info_screen"
|
name = "mpd_info_screen"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ggez",
|
"ggez",
|
||||||
"image",
|
"image",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mpd_info_screen"
|
name = "mpd_info_screen"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
12
README.md
12
README.md
|
@ -9,7 +9,7 @@ counter, and the filename currently being played
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
mpd_info_screen 0.1.0
|
mpd_info_screen 0.2.0
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
mpd_info_screen [FLAGS] [OPTIONS] <host> [port]
|
mpd_info_screen [FLAGS] [OPTIONS] <host> [port]
|
||||||
|
@ -18,21 +18,19 @@ counter, and the filename currently being played
|
||||||
--disable-show-artist disable artist display
|
--disable-show-artist disable artist display
|
||||||
--disable-show-filename disable filename display
|
--disable-show-filename disable filename display
|
||||||
--disable-show-title disable title display
|
--disable-show-title disable title display
|
||||||
|
--no-scale-fill don't scale-fill the album art to the window
|
||||||
--pprompt input password via prompt
|
--pprompt input password via prompt
|
||||||
-h, --help Prints help information
|
-h, --help Prints help information
|
||||||
-V, --version Prints version information
|
-V, --version Prints version information
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
-p <password>
|
-p <password>
|
||||||
|
|
||||||
ARGS:
|
ARGS:
|
||||||
<host>
|
<host>
|
||||||
<port> [default: 6600]
|
<port> [default: 6600]
|
||||||
|
|
||||||
Note that Escape key and Q key pressed when the window is focused closes the
|
Note that presing the Escape key when the window is focused closes the program.
|
||||||
program.
|
|
||||||
|
|
||||||
Also, the "H" key hides the drawn text while it is pressed.
|
|
||||||
|
|
||||||
# Issues / TODO
|
# Issues / TODO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue