diff --git a/com.vysp3r.ProtonPlus.yml b/com.vysp3r.ProtonPlus.yml index e8482eb..2368fd2 100644 --- a/com.vysp3r.ProtonPlus.yml +++ b/com.vysp3r.ProtonPlus.yml @@ -44,4 +44,4 @@ modules: sources: - type: git url: https://github.com/Vysp3r/ProtonPlus.git - tag: v0.4.13 + tag: v0.4.16 diff --git a/data/com.vysp3r.ProtonPlus.metainfo.xml.in b/data/com.vysp3r.ProtonPlus.metainfo.xml.in index baa1027..8f1b722 100644 --- a/data/com.vysp3r.ProtonPlus.metainfo.xml.in +++ b/data/com.vysp3r.ProtonPlus.metainfo.xml.in @@ -58,6 +58,18 @@ + + +
    +
  • ✨ Added support for Steam Tinker Launch
  • +
  • ✨ Made Ctrl-Q quit the application
  • +
  • ✨ The window now remembers the last-used size
  • +
  • 💄 Improved UI polish and consistency
  • +
  • 🌐 Made it easier to translate the application
  • +
  • 🌐 Added Swedish translation
  • +
+
+
    diff --git a/meson.build b/meson.build index f43ed4a..146c006 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # project( 'com.vysp3r.ProtonPlus', ['c', 'vala'], - version: '0.4.15', + version: '0.4.16', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )