]> git.seodisparate.com - mpd_info_screen/commitdiff
Version 0.4.4, update README.md b_0.4.4 0.4.4
authorStephen Seo <seo.disparate@gmail.com>
Wed, 1 Mar 2023 12:58:15 +0000 (21:58 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 1 Mar 2023 13:00:24 +0000 (22:00 +0900)
Cargo.lock
Cargo.toml
README.md

index 7190d704feea81a7cdf2ff7cafaf6c8a240cb034..371cb7bb06173924c52b0ebd917681e8f6976442 100644 (file)
@@ -1668,7 +1668,7 @@ dependencies = [
 
 [[package]]
 name = "mpd_info_screen"
-version = "0.4.3"
+version = "0.4.4"
 dependencies = [
  "bindgen",
  "freetype",
index 787b4d4af3e8cc450b1acfde1e1fa37bc4c50681..d24acce24dbbd81067e55a60eba0a7105d3a01ba 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "mpd_info_screen"
-version = "0.4.3"
+version = "0.4.4"
 edition = "2018"
 description = "Displays info on currently playing music from an MPD daemon"
 license = "MIT"
index dfc9366fe1829fb6a109c213ab28a228249bb3c1..a875aadc8e5bc28ec03bd8958fffc6fd65192b85 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,23 +14,20 @@ counter, and the filename currently being played
 
 ## Known Bugs ❗❗
 
-Version `0.4.3` is a "workaround" release that is branched off of version
+Version `0.4.4` 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`
 with the environment variable `WINIT_UNIX_BACKEND=x11` set. A future release
 using the latest version of `ggez` should work with Wayland.
 
-Currently, the dependency "ggez 0.8.1" [fails to render album
-art](https://github.com/Stephen-Seo/mpd_info_screen/issues/1) on my machines
-using the latest version of this program (`main` branch). Version 0.4.1 cannot
-be published to https://crates.io due to this version referring to a git commit
-as a dependency. Once ggez has released a new version with the commit that
-fixes this bug, this repository will be updated to use that version.
-
-The `devel` branch has a fix for mpd\_info\_screen not displaying properly when
-no password is provided and MPD can be accessed without a password. This fix
-has been backported for version `0.4.3`.
+Currently, the dependency "ggez 0.8.1"
+[fails to render album art](https://github.com/Stephen-Seo/mpd_info_screen/issues/1)
+on my machines using the latest version of this program (`main` branch). A
+version with this fix cannot be published to https://crates.io due to this
+version referring to a git commit as a dependency. Once ggez has released a new
+version with the commit that fixes this bug, this repository will be updated to
+use that version.
 
 ## Unicode Support
 
@@ -50,7 +47,7 @@ or through crates.io:
 # Usage
 
 
-    mpd_info_screen 0.4.3
+    mpd_info_screen 0.4.4
     
     USAGE:
         mpd_info_screen [FLAGS] [OPTIONS] <host> [port]