Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata for 0.4.16 #236

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com.vysp3r.ProtonPlus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ modules:
sources:
- type: git
url: https://github.com/Vysp3r/ProtonPlus.git
tag: v0.4.13
tag: v0.4.16
12 changes: 12 additions & 0 deletions data/com.vysp3r.ProtonPlus.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@
</screenshots>

<releases>
<release version="0.4.16" date="2024-09-12">
<description>
<ul>
<li>✨ Added support for Steam Tinker Launch</li>
<li>✨ Made Ctrl-Q quit the application</li>
<li>✨ The window now remembers the last-used size</li>
<li>💄 Improved UI polish and consistency</li>
<li>🌐 Made it easier to translate the application</li>
<li>🌐 Added Swedish translation</li>
</ul>
</description>
</release>
<release version="0.4.15" date="2024-07-17">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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', ],
)
Expand Down