From 01d9890cc58fd9fa8132ab65ba175d32ecfc3d5b Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Fri, 19 Oct 2018 01:14:06 +0200 Subject: [PATCH] Add summary to appdata The summary tag was missing, but it is essential. Address lots of warnings from appstream-util validate while we are here. --- data/io.liri.Text.appdata.xml | 57 ++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/data/io.liri.Text.appdata.xml b/data/io.liri.Text.appdata.xml index 02bebb8..0347f98 100644 --- a/data/io.liri.Text.appdata.xml +++ b/data/io.liri.Text.appdata.xml @@ -2,6 +2,7 @@ io.liri.Text.desktop Liri Text + Edit text files Liri CC0-1.0 GPL-3.0+ @@ -34,46 +35,48 @@ +

Notable changes:

    -
  • Add versioning to the languages database.
  • -
  • Read language metadata only for new and changed spec files.
  • -
  • Generate resources with qbs.
  • -
  • Fix icons installation.
  • -
  • Fix translations installation.
  • -
  • Fix build on WinRT.
  • -
  • Update translations.
  • +
  • Add versioning to the languages database
  • +
  • Read language metadata only for new and changed spec files
  • +
  • Generate resources with qbs
  • +
  • Fix icons installation
  • +
  • Fix translations installation
  • +
  • Fix build on WinRT by disabling unsupported file system watchers
  • +
  • Update translations from Transifex
+

Notable changes:

    -
  • Fix errors discovered by Clazy.
  • -
  • Fix memory leaks.
  • -
  • Follow Fluid 1.0 changes.
  • -
  • Allow cross-language references to define-regexes with %{lang:id}.
  • -
  • Experimental QML highlighting.
  • -
  • Update appdata file.
  • -
  • Update desktop file.
  • -
  • Fix context menu positioning.
  • -
  • Enable text selection by mouse in search overlay.
  • -
  • Backward search (Shift+Enter in search field).
  • -
  • Use fixed line heights for file previews.
  • -
  • Add Next/Prev buttons to search overlay.
  • -
  • Add 8dp margin to the right of search overlay.
  • -
  • Hide search overlay after 5 seconds without focus.
  • +
  • Fix errors discovered by Clazy
  • +
  • Fix memory leaks discovered by Clazy
  • +
  • Follow Fluid 1.0 changes
  • +
  • Allow cross-language references to define-regexes with %{lang:id}
  • +
  • Experimental QML highlighting
  • +
  • Update appdata and desktop file
  • +
  • Fix context menu positioning
  • +
  • Enable text selection by mouse in search overlay
  • +
  • Backward search (Shift+Enter in search field)
  • +
  • Use fixed line heights for file previews
  • +
  • Add Next/Prev buttons to search overlay
  • +
  • Add 8dp margin to the right of search overlay
  • +
  • Hide search overlay after 5 seconds without focus
+

Notable changes:

    -
  • Transition to Qt Quick Controls 2 and Fluid framework.
  • -
  • New icon by Corbin Crutchley.
  • -
  • Syntax highlighting.
  • -
  • Search through file (Ctrl+F shortcut available).
  • -
  • Add translations.
  • -
  • Several minor improvements and bugfixes.
  • +
  • Transition to Qt Quick Controls 2 and Fluid framework
  • +
  • New icon by Corbin Crutchley
  • +
  • Syntax highlighting support
  • +
  • Search through file (Ctrl+F shortcut available)
  • +
  • Add new translations
  • +
  • Several minor improvements and bugfixes