From 0cc15e3d3d647bae1782f2c21eafacbf2c8073c6 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:06:56 +0100 Subject: [PATCH] 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 --- .../metadata/com.borgbase.Vorta.appdata.xml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml b/src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml index 24b87856..e24277ad 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 @@ - - -
    -
  • Exclude GUI. By @diivi (#1846)
  • -
  • Backup settings.db before migrations. By @AdwaitSalankar (#1848)
  • -
  • Loosen platformdirs dependency (#1843)
  • -
-
-
  • First production 0.9 release
  • -
-
-
- - -
    +
  • Exclude GUI. By @diivi (#1846)
  • +
  • Backup settings.db before migrations. By @AdwaitSalankar (#1848)
  • +
  • Loosen platformdirs dependency (#1843)
  • 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)