Release 1.6.3 Update metainfo, version, and profile

This commit is contained in:
heliguy
2024-07-03 14:21:12 -04:00
parent 178ff4a42c
commit 12743c92ad
3 changed files with 11 additions and 2 deletions

View File

@@ -64,6 +64,15 @@
</screenshot>
</screenshots>
<releases>
<release version="1.6.3" date="2024-7-3" timestamp="1720030786">
<description translate="no">
<p>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.2" date="2024-4-16" timestamp="1713282319">
<description translate="no">
<p>Bug Fixes</p>

View File

@@ -44,7 +44,7 @@
"name" : "warehouse",
"builddir" : true,
"buildsystem" : "meson",
"config-opts": [ "-Dprofile=development" ],
"config-opts": [ "-Dprofile=default" ],
"sources" : [
{
"type" : "dir",

View File

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