diff --git a/Cargo.toml b/Cargo.toml
index d0128d9..e73b243 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,14 +71,4 @@ flatpak = []
[profile.release]
strip = true # Automatically strip symbols from the binary.
-opt-level = "z" # Optimize for size.
-lto = true
-codegen-units = 1
-
-# Enable a small amount of optimization in debug mode
-[profile.dev]
-opt-level = 1
-
-# # Enable high optimizations for dependencies but not for BoilR code:
-[profile.dev.package."*"]
-opt-level = 3
+lto = "thin"
diff --git a/flatpak/io.github.philipk.boilr.appdata.xml b/flatpak/io.github.philipk.boilr.appdata.xml
index cbdfa22..90a8b47 100644
--- a/flatpak/io.github.philipk.boilr.appdata.xml
+++ b/flatpak/io.github.philipk.boilr.appdata.xml
@@ -25,6 +25,14 @@ https://hughsie.github.io/oars/index.html
-->
+
+
+
+ - Improve UI for image selection
+ - Add read access to legendary folder
+
+
+