Update release information for 2.2.0

This commit is contained in:
heliguy4599
2026-01-17 15:22:46 -05:00
parent 37b19f9f6f
commit 4e45cb52ca
2 changed files with 13 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" ?>
<component type="desktop"> <component type="desktop">
<id>io.github.flattool.Warehouse.desktop</id> <id>io.github.flattool.Warehouse.desktop</id>
<launchable type="desktop-id">io.github.flattool.Warehouse.desktop</launchable> <launchable type="desktop-id">io.github.flattool.Warehouse.desktop</launchable>
@@ -34,7 +34,7 @@
<requires> <requires>
<display_length compare="ge">330</display_length> <display_length compare="ge">330</display_length>
</requires> </requires>
<content_rating type="oars-1.1"/> <content_rating type="oars-1.1" />
<url type="homepage">https://github.com/flattool/warehouse</url> <url type="homepage">https://github.com/flattool/warehouse</url>
<url type="bugtracker">https://github.com/flattool/warehouse/issues</url> <url type="bugtracker">https://github.com/flattool/warehouse/issues</url>
<url type="vcs-browser">https://github.com/flattool/warehouse</url> <url type="vcs-browser">https://github.com/flattool/warehouse</url>
@@ -71,6 +71,16 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="2.2.0" date="2026-1-17">
<description translate="no">
<p>Changes</p>
<ul>
<li>Updated to GNOME 49 GTK Technologies</li>
<li>Changed to new Shortcuts UI</li>
<li>Added and updated translations</li>
</ul>
</description>
</release>
<release version="2.1.0" date="2025-6-10"> <release version="2.1.0" date="2025-6-10">
<description translate="no"> <description translate="no">
<p>New Features and Changes</p> <p>New Features and Changes</p>

View File

@@ -1,5 +1,5 @@
project('warehouse', project('warehouse',
version: '2.1.0', version: '2.2.0',
meson_version: '>= 0.64.0', meson_version: '>= 0.64.0',
default_options: [ 'warning_level=2', 'werror=false', ], default_options: [ 'warning_level=2', 'werror=false', ],
) )