Update to version 1.3.9

This commit is contained in:
Philip Kristoffersen
2022-05-22 22:41:37 +02:00
parent 1da9ef8d28
commit 4d1962e5a5
3 changed files with 11 additions and 2 deletions
Generated
+1 -1
View File
@@ -148,7 +148,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "boilr"
version = "1.3.8"
version = "1.3.9"
dependencies = [
"base64",
"chrono",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
version = "1.3.8"
version = "1.3.9"
[dependencies]
base64 = "^0.13.0"
@@ -25,6 +25,15 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.1" />
<releases>
<release version="1.3.9" date="2022-05-20">
<description>
<ul>
<li>Option to launch games through Heroic Launcher</li>
<li>Allow steam input Epic, Gog & Uplay</li>
<li>Fix bug where GOG games with a launcher where not found</li>
</ul>
</description>
</release>
<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>