Update README.md, version 0.4.5
This commit is contained in:
parent
3064784139
commit
fb6d3b7c13
3 changed files with 4 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1668,7 +1668,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mpd_info_screen"
|
name = "mpd_info_screen"
|
||||||
version = "0.4.4"
|
version = "0.4.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen",
|
"bindgen",
|
||||||
"freetype",
|
"freetype",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mpd_info_screen"
|
name = "mpd_info_screen"
|
||||||
version = "0.4.4"
|
version = "0.4.5"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Displays info on currently playing music from an MPD daemon"
|
description = "Displays info on currently playing music from an MPD daemon"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -14,7 +14,7 @@ counter, and the filename currently being played
|
||||||
|
|
||||||
## Known Bugs ❗❗
|
## Known Bugs ❗❗
|
||||||
|
|
||||||
Version `0.4.4` is a "workaround" release that is branched off of version
|
Version `0.4.5` is a "workaround" release that is branched off of version
|
||||||
`0.3.7`. Once a new release of `ggez` is released that fixes the known bugs,
|
`0.3.7`. Once a new release of `ggez` is released that fixes the known bugs,
|
||||||
a new version will be released with the fixes. Because this is based on
|
a new version will be released with the fixes. Because this is based on
|
||||||
`0.3.7` of `mpd_info_screen`, Wayland support may not work. Try using `xwayland`
|
`0.3.7` of `mpd_info_screen`, Wayland support may not work. Try using `xwayland`
|
||||||
|
@ -47,8 +47,6 @@ or through crates.io:
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
|
||||||
mpd_info_screen 0.4.4
|
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
mpd_info_screen [FLAGS] [OPTIONS] <host> [port]
|
mpd_info_screen [FLAGS] [OPTIONS] <host> [port]
|
||||||
|
|
||||||
|
@ -65,6 +63,7 @@ or through crates.io:
|
||||||
OPTIONS:
|
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>
|
-p <password>
|
||||||
|
--pfile <password-file> read password from file
|
||||||
-t, --text-bg-opacity <text-bg-opacity> sets the opacity of the text background (0-255) [default: 190]
|
-t, --text-bg-opacity <text-bg-opacity> sets the opacity of the text background (0-255) [default: 190]
|
||||||
|
|
||||||
ARGS:
|
ARGS:
|
||||||
|
|
Loading…
Reference in a new issue