mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Release 1.6.3 Update metainfo, version, and profile
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"name" : "warehouse",
|
||||
"builddir" : true,
|
||||
"buildsystem" : "meson",
|
||||
"config-opts": [ "-Dprofile=development" ],
|
||||
"config-opts": [ "-Dprofile=default" ],
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "dir",
|
||||
|
||||
@@ -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', ],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user