mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
Update appdata.xml (#1885)
The appdata.xml doesn't pass validation of flathub 1. The `launchable` tag is nowadays required 2. Flatpak doesn't like the beta releases. In the end, it only made sense to remove them from the xml
This commit is contained in:
parent
4665972076
commit
0cc15e3d3d
1 changed files with 4 additions and 15 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>com.borgbase.Vorta</id>
|
<id>com.borgbase.Vorta</id>
|
||||||
|
<launchable type="desktop-id">com.borgbase.Vorta.desktop</launchable>
|
||||||
<name>Vorta</name>
|
<name>Vorta</name>
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
@ -40,25 +41,13 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="v0.9.1-beta3" date="2023-11-30" urgency="low">
|
|
||||||
<description>
|
|
||||||
<ul>
|
|
||||||
<li>Exclude GUI. By @diivi (#1846)</li>
|
|
||||||
<li>Backup settings.db before migrations. By @AdwaitSalankar (#1848)</li>
|
|
||||||
<li>Loosen platformdirs dependency (#1843)</li>
|
|
||||||
</ul>
|
|
||||||
</description>
|
|
||||||
</release>
|
|
||||||
<release version="v0.9.1" date="2024-01-10" urgency="low">
|
<release version="v0.9.1" date="2024-01-10" urgency="low">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>First production 0.9 release</li>
|
<li>First production 0.9 release</li>
|
||||||
</ul>
|
<li>Exclude GUI. By @diivi (#1846)</li>
|
||||||
</description>
|
<li>Backup settings.db before migrations. By @AdwaitSalankar (#1848)</li>
|
||||||
</release>
|
<li>Loosen platformdirs dependency (#1843)</li>
|
||||||
<release version="v0.9.1-beta2" date="2023-10-27" urgency="low">
|
|
||||||
<description>
|
|
||||||
<ul>
|
|
||||||
<li>Unit test improvements and coverage increase. By @bigtedde (#1787)</li>
|
<li>Unit test improvements and coverage increase. By @bigtedde (#1787)</li>
|
||||||
<li>Profile sidebar and new setting interface. By @bigtedde (#1809)</li>
|
<li>Profile sidebar and new setting interface. By @bigtedde (#1809)</li>
|
||||||
<li>Update macOS notarization for use with notarytool (#1831)</li>
|
<li>Update macOS notarization for use with notarytool (#1831)</li>
|
||||||
|
|
Loading…
Reference in a new issue