Update version to 1.4.1

This commit is contained in:
Philip Kristoffersen
2022-07-18 10:30:47 +02:00
parent 6f1ffdf819
commit 56325d7c5d
3 changed files with 13 additions and 3 deletions
Generated
+1 -1
View File
@@ -141,7 +141,7 @@ dependencies = [
[[package]] [[package]]
name = "boilr" name = "boilr"
version = "1.3.20" version = "1.4.1"
dependencies = [ dependencies = [
"base64", "base64",
"chrono", "chrono",
+1 -1
View File
@@ -1,7 +1,7 @@
[package] [package]
edition = "2021" edition = "2021"
name = "boilr" name = "boilr"
version = "1.4.0" version = "1.4.1"
[dependencies] [dependencies]
base64 = "^0.13.0" base64 = "^0.13.0"
+11 -1
View File
@@ -7,7 +7,7 @@
<name>BoilR</name> <name>BoilR</name>
<summary>Add non-steam games to your steam library</summary> <summary>Add non-steam games to your steam library</summary>
<description> <description>
<p>This little tool 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>
@@ -26,6 +26,16 @@ https://hughsie.github.io/oars/index.html
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="1.4.1" date="2022-07-18">
<description>
<ul>
<li>Add a save button to the settings page</li>
<li>Add option to run without vsync</li>
<li>Prevent crash when settings where invalid</li>
</ul>
</description>
</release>
<release version="1.4.0" date="2022-07-11"> <release version="1.4.0" date="2022-07-11">
<description> <description>
<ul> <ul>