mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +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"?>
|
||||
<component type="desktop-application">
|
||||
<id>com.borgbase.Vorta</id>
|
||||
<launchable type="desktop-id">com.borgbase.Vorta.desktop</launchable>
|
||||
<name>Vorta</name>
|
||||
<project_license>GPL-3.0</project_license>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
|
@ -40,25 +41,13 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<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">
|
||||
<description>
|
||||
<ul>
|
||||
<li>First production 0.9 release</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="v0.9.1-beta2" date="2023-10-27" 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>
|
||||
<li>Unit test improvements and coverage increase. By @bigtedde (#1787)</li>
|
||||
<li>Profile sidebar and new setting interface. By @bigtedde (#1809)</li>
|
||||
<li>Update macOS notarization for use with notarytool (#1831)</li>
|
||||
|
|
Loading…
Reference in a new issue