Update to release 1.6.4

This commit is contained in:
heliguy
2024-07-06 12:16:05 -04:00
parent e001521d6a
commit eb9f68b3ef
2 changed files with 14 additions and 1 deletions

View File

@@ -64,6 +64,19 @@
</screenshot>
</screenshots>
<releases>
<release version="1.6.4" date="2024-7-6" timestamp="1720282600">
<description translate="no">
<p>Bux Fixes</p>
<ul>
<li>Fix issue causing downgrade window to not be able to downgrade anything</li>
</ul>
<p>Previous Releases's Bug Fixes</p>
<ul>
<li>Downgrade Window no longer silently fails when downgrading a masked Flatpak, and instead, downgrades it</li>
<li>When downgrading and masking system Flatpaks, the password prompt only happens once instead of twice</li>
</ul>
</description>
</release>
<release version="1.6.3" date="2024-7-3" timestamp="1720030786">
<description translate="no">
<p>Bug Fixes</p>

View File

@@ -1,5 +1,5 @@
project('warehouse',
version: '1.6.3',
version: '1.6.4',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)