From c268280764d1ef3bbb2c878681a52f6d019f5062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Bie=C5=84kowski?= Date: Sat, 11 Aug 2018 02:36:15 +0200 Subject: [PATCH] Release 1.1.0 --- ...m.github.donadigo.appeditor.appdata.xml.in | 25 ++++++++++++++++++- meson.build | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/data/com.github.donadigo.appeditor.appdata.xml.in b/data/com.github.donadigo.appeditor.appdata.xml.in index 4df465b..795bb82 100644 --- a/data/com.github.donadigo.appeditor.appdata.xml.in +++ b/data/com.github.donadigo.appeditor.appdata.xml.in @@ -22,7 +22,7 @@ Adam Bieńkowski https://github.com/donadigo/appeditor - https://github.com/donadigo/appeditor + https://github.com/donadigo/appeditor/issues https://github.com/donadigo/appeditor donadigos159@gmail.com @@ -31,6 +31,29 @@ + + +

This release includes added support for elementary OS Juno, miscellaneous improvements and new translations:

+
    +
  • German translation (ChristianPauly)
  • +
  • Japanese translation (Ryo Nakano)
  • +
  • Brazilian Portuguese translation (Filipe de Almeida Garrett)
  • +
+

New features:

+
    +
  • It is now possible to create a menu entry directly from the file manager: right click on an executable file and choose "Create a Menu Entry"
  • +
  • New shortcuts added:
  • +
  • Ctrl+N: Create a new menu entry
  • +
  • Ctrl+F: Focus the search entry
  • +
  • Ctrl+D: Duplicate selected entry
  • +
+

Fixed:

+
    +
  • Some strings are not displayed in translated languages (Ryo Nakano)
  • +
  • Improper escaping of special characters in display name and description
  • +
+
+

This release contains many new features and bug fixes as well as added suport for translations:

diff --git a/meson.build b/meson.build index 6533745..a517ba9 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.donadigo.appeditor', ['vala', 'c'], - version: '1.0.0') + version: '1.1.0') i18n = import('i18n') gnome = import('gnome')