Update to v.1.3.5

This commit is contained in:
Philip Kristoffersen
2022-05-15 19:09:44 +02:00
parent 86b38d8bbd
commit faea4e059a
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "boilr" name = "boilr"
version = "1.3.4" version = "1.3.5"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+5 -5
View File
@@ -3395,14 +3395,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/tokio-util/tokio-util-0.7.1.crate", "url": "https://static.crates.io/crates/tokio-util/tokio-util-0.7.2.crate",
"sha256": "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764", "sha256": "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c",
"dest": "cargo/vendor/tokio-util-0.7.1" "dest": "cargo/vendor/tokio-util-0.7.2"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764\", \"files\": {}}", "contents": "{\"package\": \"f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c\", \"files\": {}}",
"dest": "cargo/vendor/tokio-util-0.7.1", "dest": "cargo/vendor/tokio-util-0.7.2",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -25,6 +25,11 @@ https://hughsie.github.io/oars/index.html
--> -->
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="1.3.5" date="2022-05-15">
<description>
<ul><li>Fix icons not set in GoG games</li><li>Fix Origin (installed via proton) games not being launch correctly</li><li>Show version number in settings</li></ul>
</description>
</release>
<release version="1.3.4" date="2022-05-15"> <release version="1.3.4" date="2022-05-15">
<description> <description>
<ul><li>Fix icons not being set on games</li><li>Update dependencies to improve performance</li><li>Add progress spinners to ui</li></ul> <ul><li>Fix icons not being set on games</li><li>Update dependencies to improve performance</li><li>Add progress spinners to ui</li></ul>