Update to version 1.7.16

This commit is contained in:
Philip Kristoffersen
2023-01-01 21:47:13 +01:00
parent 6ad011a543
commit 160442b25f
3 changed files with 176 additions and 156 deletions
Generated
+1 -1
View File
@@ -256,7 +256,7 @@ dependencies = [
[[package]] [[package]]
name = "boilr" name = "boilr"
version = "1.7.15" version = "1.7.16"
dependencies = [ dependencies = [
"base64 0.20.0", "base64 0.20.0",
"color-eyre", "color-eyre",
+1 -1
View File
@@ -1,7 +1,7 @@
[package] [package]
edition = "2021" edition = "2021"
name = "boilr" name = "boilr"
version = "1.7.15" version = "1.7.16"
[dependencies] [dependencies]
base64 = "^0.20.0" base64 = "^0.20.0"
+26 -6
View File
@@ -9,7 +9,8 @@
<description> <description>
<p>BoilR will show games from other games platforms in your Steam library. <p>BoilR will show games from other games platforms in your Steam library.
It uses the Steam 3rd party shortcuts feature and does not require you to set up anything. It uses the Steam 3rd party shortcuts feature and does not require you to set up anything.
The goal is that you do not have to leave your Steam library to launch games from other launchers/stores, so that you can find all the games that you have available. The goal is that you do not have to leave your Steam library to launch games from other
launchers/stores, so that you can find all the games that you have available.
You can also use BoilR to manually and automatically download custom art from SteamGridDB.</p> You can also use BoilR to manually and automatically download custom art from SteamGridDB.</p>
</description> </description>
<screenshots> <screenshots>
@@ -25,13 +26,22 @@ https://hughsie.github.io/oars/index.html
--> -->
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="1.7.16" date="2022-12-30">
<description>
<ul>
<li>Automatically start Epic games through the launcher (thanks to vkbsb)</li>
</ul>
</description>
</release>
<release version="1.7.13" date="2022-12-30"> <release version="1.7.13" date="2022-12-30">
<description> <description>
<ul> <ul>
<li>Fix not finding Epic Games (thanks to vkbsb)</li> <li>Fix not finding Epic Games (thanks to vkbsb)</li>
</ul> </ul>
</description> </description>
</release> <release version="1.7.11" date="2022-12-28"> </release>
<release version="1.7.11" date="2022-12-28">
<description> <description>
<ul> <ul>
<li>Automatically go fullscreen when in steam mode</li> <li>Automatically go fullscreen when in steam mode</li>
@@ -66,7 +76,8 @@ https://hughsie.github.io/oars/index.html
<release version="1.7.6" date="2022-10-29"> <release version="1.7.6" date="2022-10-29">
<description> <description>
<ul> <ul>
<li>Fixed a bug where selecting which games to import would not be saved when importing games</li> <li>Fixed a bug where selecting which games to import would not be saved when importing
games</li>
</ul> </ul>
</description> </description>
</release> </release>
@@ -137,7 +148,8 @@ https://hughsie.github.io/oars/index.html
<release version="1.4.9" date="2022-09-08"> <release version="1.4.9" date="2022-09-08">
<description> <description>
<ul> <ul>
<li>Fixed a crash that would happen when loading specific animated webp images that use alpha blending</li> <li>Fixed a crash that would happen when loading specific animated webp images that use
alpha blending</li>
</ul> </ul>
</description> </description>
</release> </release>
@@ -304,12 +316,20 @@ https://hughsie.github.io/oars/index.html
</release> </release>
<release version="1.3.5" date="2022-05-15"> <release version="1.3.5" date="2022-05-15">
<description> <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> <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> </description>
</release> </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>
</description> </description>
</release> </release>
<release version="1.3.3" date="2022-05-14"> <release version="1.3.3" date="2022-05-14">