From dd80d68579356304eb8f284fcc3db9c02f1741bf Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Fri, 30 Oct 2020 15:55:22 -0500 Subject: [PATCH] Release 1.1.0 --- data/com.github.gi_lom.dialect.metainfo.xml.in | 17 +++++++++++++++++ meson.build | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/data/com.github.gi_lom.dialect.metainfo.xml.in b/data/com.github.gi_lom.dialect.metainfo.xml.in index 97bf03ef..4dbdedd4 100644 --- a/data/com.github.gi_lom.dialect.metainfo.xml.in +++ b/data/com.github.gi_lom.dialect.metainfo.xml.in @@ -40,6 +40,23 @@ + + +
    +
  • Added a search provider for GNOME
  • +
  • Added support for "Did you mean" suggestions
  • +
  • Added a Ctrl+Q shortcut to quit
  • +
  • Added Hungarian translation
  • +
  • Added Italian translation
  • +
  • Added Persian translation
  • +
  • Added Russian translation
  • +
  • Added Turkish translation
  • +
  • Fixed some issues with the icon
  • +
  • Fixed several bugs
  • +
  • Made some minor UI improvements
  • +
+
+

Initial release.

diff --git a/meson.build b/meson.build index d20c2212..3058af35 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('dialect', - version: '1.0.0', + version: '1.1.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],