From 59fbcf46e59e9de74f9acaaa053db488c1487ed4 Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Wed, 10 Jan 2024 20:00:44 +0100 Subject: [PATCH] Update appdata.xml 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 --- .../metadata/com.borgbase.Vorta.appdata.xml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml b/src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml index 24b878566..e24277ad2 100644 --- a/src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml +++ b/src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml @@ -1,6 +1,7 @@ com.borgbase.Vorta + com.borgbase.Vorta.desktop Vorta GPL-3.0 CC0-1.0 @@ -40,25 +41,13 @@ - +
    +
  • First production 0.9 release
  • Exclude GUI. By @diivi (#1846)
  • Backup settings.db before migrations. By @AdwaitSalankar (#1848)
  • Loosen platformdirs dependency (#1843)
  • -
-
-
- - -
    -
  • First production 0.9 release
  • -
-
-
- - -
  • Unit test improvements and coverage increase. By @bigtedde (#1787)
  • Profile sidebar and new setting interface. By @bigtedde (#1809)
  • Update macOS notarization for use with notarytool (#1831)