From dd4dcdd9f4360426d7f4b5909dc09078d9fa3511 Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Fri, 19 Oct 2018 01:14:06 +0200 Subject: [PATCH 1/2] 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
From dd0771175c4d99b155236b904d3a31efa5fdb3bb Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Fri, 19 Oct 2018 01:15:45 +0200 Subject: [PATCH 2/2] Bump version to 0.4.1 --- text.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.qbs b/text.qbs index 34ea1b4..4a41186 100644 --- a/text.qbs +++ b/text.qbs @@ -3,7 +3,7 @@ import qbs 1.0 Project { name: "Text" - readonly property string version: "0.4.0" + readonly property string version: "0.4.1" property bool useStaticAnalyzer: false