Skip to content

Commit

Permalink
Dropdown menues and image grids (#260)
Browse files Browse the repository at this point in the history
* Add dropdowns to ui image select

* More "wrong game" text to buttom

* Show a grid when selecting downloaded games

* Update to version 1.7.4
  • Loading branch information
PhilipK committed Oct 21, 2022
1 parent 6286387 commit 98318e0
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 169 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

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

[dependencies]
base64 = "^0.13.0"
Expand Down Expand Up @@ -67,8 +67,4 @@ winreg = "^0.10.1"

[features]
# This feature is enabled when building for a flatpak environment
flatpak = []

[profile.release]
strip = true # Automatically strip symbols from the binary.
lto = "thin"
flatpak = []
8 changes: 8 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,14 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.1" />
<releases>
<release version="1.7.4" date="2022-10-21">
<description>
<ul>
<li>Improve UI for selecting download images</li>
<li>Add dropdowns to user selection</li>
</ul>
</description>
</release>
<release version="1.7.3" date="2022-10-21">
<description>
<ul>
Expand Down
Loading

0 comments on commit 98318e0

Please sign in to comment.