From bb377b7fb8909c494cbe970da099a61ec7d47a78 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 3 Jun 2019 20:32:24 +0200 Subject: [PATCH] release: relase 0.8.1 --- Changelog.md | 12 ++++++++++++ data/com.github.Cogitri.gxi.appdata.xml.in | 16 ++++++++++++++++ meson.build | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a0e6aad..9528b43 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,15 @@ +## Changes in v0.8.1 + +### Feature changes + + - (gxi): set gxi's icon as window icon + - (gxi): add option to launch new instance + +### Bugfixes + + - (gxi): set gettext domain for glade files + - (i18n): update lang (Dutch) + ## Changes in v0.8.0 ### Feature changes diff --git a/data/com.github.Cogitri.gxi.appdata.xml.in b/data/com.github.Cogitri.gxi.appdata.xml.in index f3a7cd6..c28e8bf 100644 --- a/data/com.github.Cogitri.gxi.appdata.xml.in +++ b/data/com.github.Cogitri.gxi.appdata.xml.in @@ -32,6 +32,22 @@ + +

+ Please not that this is the last relase of gxi which will use xi-editor backed + into gxi as a static lib. 0.9.0 will switch to using the global xi-core instance! :) +

+

Feature changes in this release:

+
    +
  • (gxi): set gxi's icon as window icon
  • +
  • (gxi): add option to launch new instance
  • +
+

Bugfixes in this release

+
    +
  • (gxi): set gettext domain for glade files
  • +
  • (i18n): update lang (Dutch)
  • +
+

Please note that this release switches everything to the GSettings config backend! diff --git a/meson.build b/meson.build index dee48b7..ed2a3a0 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gxi', 'rust', - version: '0.8.0', + version: '0.8.1', license: 'MIT', )