Skip to content

Commit

Permalink
Update to v.1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed May 15, 2022
1 parent 86b38d8 commit faea4e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boilr"
version = "1.3.4"
version = "1.3.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
10 changes: 5 additions & 5 deletions flatpak/cargo-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3395,14 +3395,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/tokio-util/tokio-util-0.7.1.crate",
"sha256": "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764",
"dest": "cargo/vendor/tokio-util-0.7.1"
"url": "https://static.crates.io/crates/tokio-util/tokio-util-0.7.2.crate",
"sha256": "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c",
"dest": "cargo/vendor/tokio-util-0.7.2"
},
{
"type": "inline",
"contents": "{\"package\": \"0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764\", \"files\": {}}",
"dest": "cargo/vendor/tokio-util-0.7.1",
"contents": "{\"package\": \"f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c\", \"files\": {}}",
"dest": "cargo/vendor/tokio-util-0.7.2",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down
5 changes: 5 additions & 0 deletions flatpak/io.github.philipk.boilr.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.1" />
<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">
<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>
Expand Down

0 comments on commit faea4e0

Please sign in to comment.