]> git.seodisparate.com - mpd_info_screen/commitdiff
Update README.md, bump version to 0.2.0
authorStephen Seo <seo.disparate@gmail.com>
Wed, 15 Dec 2021 10:43:11 +0000 (19:43 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 15 Dec 2021 10:44:04 +0000 (19:44 +0900)
Cargo.lock
Cargo.toml
README.md

index 4a538de2bae421c511820f2556760f044ef3e398..3cccc5d5f07d746b343a0776e7c071ad5332831f 100644 (file)
@@ -1427,7 +1427,7 @@ dependencies = [
 
 [[package]]
 name = "mpd_info_screen"
-version = "0.1.0"
+version = "0.2.0"
 dependencies = [
  "ggez",
  "image",
index 516272e2349d5f3def739de7e6ef96c399f57efe..e7eca1a67eb81c5a6425927d5768eff42e11fdae 100644 (file)
@@ -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
index e433a8ec2054e86de500f0a4fe17e9ea9cfffe46..79ab0afb41c61e2d9e46292c9b321847756b3fb2 100644 (file)
--- 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] <host> [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 <password>        
+        -p <password>
     
     ARGS:
-        <host>    
+        <host>
         <port>     [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