diff --git a/data/io.github.Foldex.AdwSteamGtk.appdata.xml.in b/data/io.github.Foldex.AdwSteamGtk.appdata.xml.in index 49a06ca..15374fb 100644 --- a/data/io.github.Foldex.AdwSteamGtk.appdata.xml.in +++ b/data/io.github.Foldex.AdwSteamGtk.appdata.xml.in @@ -40,6 +40,14 @@ + + +
    +
  • Fixed issue with theme preview on light mode
  • +
  • Added preferences toggle for theme preview
  • +
+
+
    diff --git a/meson.build b/meson.build index 59af2d8..84a19d7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('adwaita-steam-gtk', - version: '0.4.0', + version: '0.4.1', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false',