]> git.seodisparate.com - mpd_info_screen/commitdiff
Bump version to 0.3.6 0.3.6
authorStephen Seo <seo.disparate@gmail.com>
Wed, 10 Aug 2022 05:07:03 +0000 (14:07 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 10 Aug 2022 05:07:03 +0000 (14:07 +0900)
Cargo.lock
Cargo.toml
README.md

index 1f04cf1b10d43a71bcd262efdef74aa392752167..ee5a855f340a747f1b61dbb319230a54512882a5 100644 (file)
@@ -1668,7 +1668,7 @@ dependencies = [
 
 [[package]]
 name = "mpd_info_screen"
-version = "0.3.5"
+version = "0.3.6"
 dependencies = [
  "bindgen",
  "freetype",
index 0b095681204589f5a4cb917342b16c2dd8bd9ad3..55a1e4fe21c0ac13c66bc36c83d44b150625abee 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "mpd_info_screen"
-version = "0.3.5"
+version = "0.3.6"
 edition = "2018"
 description = "Displays info on currently playing music from an MPD daemon"
 license = "MIT"
index 375c147c451c3fff018c54da8d37b7d7c4759b97..2ef5ab32e5fe391d361b3dc17f03d946cd8fdf46 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ installed already).
 # Usage
 
 
-    mpd_info_screen 0.3.5
+    mpd_info_screen 0.3.6
     
     USAGE:
         mpd_info_screen [FLAGS] [OPTIONS] <host> [port]
@@ -41,8 +41,9 @@ installed already).
         -V, --version                  Prints version information
     
     OPTIONS:
-        -l, --log-level <log-level>     [default: Error]  [possible values: Error, Warning, Debug, Verbose]
+        -l, --log-level <log-level>                 [default: Error]  [possible values: Error, Warning, Debug, Verbose]
         -p <password>
+        -t, --text-bg-opacity <text-bg-opacity>    sets the opacity of the text background (0-255) [default: 190]
     
     ARGS:
         <host>