mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Update to release 1.6.4
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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', ],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user