From 3ba2676d5305592a2d08e54df12e2998fc9c14ef Mon Sep 17 00:00:00 2001 From: Vysp3r Date: Thu, 12 Sep 2024 16:56:05 -0400 Subject: [PATCH] Update metadata for 0.4.16 --- com.vysp3r.ProtonPlus.yml | 2 +- data/com.vysp3r.ProtonPlus.metainfo.xml.in | 12 ++++++++++++ meson.build | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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', ], )