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]]
|
||||
name = "mpd_info_screen"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"freetype",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mpd_info_screen"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
edition = "2018"
|
||||
description = "Displays info on currently playing music from an MPD daemon"
|
||||
license = "MIT"
|
||||
|
|
|
@ -14,7 +14,7 @@ counter, and the filename currently being played
|
|||
|
||||
## 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,
|
||||
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`
|
||||
|
@ -47,8 +47,6 @@ or through crates.io:
|
|||
# Usage
|
||||
|
||||
|
||||
mpd_info_screen 0.4.4
|
||||
|
||||
USAGE:
|
||||
mpd_info_screen [FLAGS] [OPTIONS] <host> [port]
|
||||
|
||||
|
@ -65,6 +63,7 @@ or through crates.io:
|
|||
OPTIONS:
|
||||
-l, --log-level <log-level> [default: Error] [possible values: Error, Warning, Debug, Verbose]
|
||||
-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]
|
||||
|
||||
ARGS:
|
||||
|
|
Loading…
Reference in a new issue