Skip to content

Commit

Permalink
Fix steam rom manager shortcuts not being parsed (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed May 20, 2022
1 parent 967465d commit f2c83cb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
version = "1.3.7"
version = "1.3.8"

[dependencies]
base64 = "^0.13.0"
Expand All @@ -15,7 +15,7 @@ nom = "^7.1.1"
rusty-leveldb = "^0.3.6"
serde_json = "^1.0.81"
sqlite = "^0.26.0"
steam_shortcuts_util = "^1.1.7"
steam_shortcuts_util = "^1.1.8"
steamgriddb_api = "^0.3.0"
sysinfo = "^0.23.12"

Expand Down
10 changes: 5 additions & 5 deletions flatpak/cargo-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3187,14 +3187,14 @@
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/steam_shortcuts_util/steam_shortcuts_util-1.1.7.crate",
"sha256": "67248b9d183120bbc68813546d1aa0ed17230da95674f4fbae6e1060d97c0af8",
"dest": "cargo/vendor/steam_shortcuts_util-1.1.7"
"url": "https://static.crates.io/crates/steam_shortcuts_util/steam_shortcuts_util-1.1.8.crate",
"sha256": "d0543ebdb23a93b196aceebc53f70cc5a573bb74248a974b3f5fa3883e6a89b6",
"dest": "cargo/vendor/steam_shortcuts_util-1.1.8"
},
{
"type": "inline",
"contents": "{\"package\": \"67248b9d183120bbc68813546d1aa0ed17230da95674f4fbae6e1060d97c0af8\", \"files\": {}}",
"dest": "cargo/vendor/steam_shortcuts_util-1.1.7",
"contents": "{\"package\": \"d0543ebdb23a93b196aceebc53f70cc5a573bb74248a974b3f5fa3883e6a89b6\", \"files\": {}}",
"dest": "cargo/vendor/steam_shortcuts_util-1.1.8",
"dest-filename": ".cargo-checksum.json"
},
{
Expand Down
7 changes: 6 additions & 1 deletion flatpak/io.github.philipk.boilr.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.1" />
<releases>
<release version="1.3.7" date="2022-05-17">
<release version="1.3.8" date="2022-05-20">
<description>
<p>Fixed a bug where shortcuts added by Steam ROM Manager could not be parsed</p>
</description>
</release>
<release version="1.3.7" date="2022-05-20">
<description>
<p>Back up your shortcuts and restore them later</p>
</description>
Expand Down

0 comments on commit f2c83cb

Please sign in to comment.