From c64a15251a3d1f3efc1470cf31aa0079aec3664e Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 15 Dec 2021 19:43:11 +0900 Subject: [PATCH] Update README.md, bump version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 12 +++++------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a538de..3cccc5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1427,7 +1427,7 @@ dependencies = [ [[package]] name = "mpd_info_screen" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ggez", "image", diff --git a/Cargo.toml b/Cargo.toml index 516272e..e7eca1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpd_info_screen" -version = "0.1.0" +version = "0.2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index e433a8e..79ab0af 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ counter, and the filename currently being played # Usage - mpd_info_screen 0.1.0 + mpd_info_screen 0.2.0 USAGE: mpd_info_screen [FLAGS] [OPTIONS] [port] @@ -18,21 +18,19 @@ counter, and the filename currently being played --disable-show-artist disable artist display --disable-show-filename disable filename 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 -h, --help Prints help information -V, --version Prints version information OPTIONS: - -p + -p ARGS: - + [default: 6600] -Note that Escape key and Q key pressed when the window is focused closes the -program. - -Also, the "H" key hides the drawn text while it is pressed. +Note that presing the Escape key when the window is focused closes the program. # Issues / TODO