From 9b55696a16655bf0bc135e82d44481fe40169a0f Mon Sep 17 00:00:00 2001 From: jeremypw Date: Fri, 30 Mar 2018 17:03:45 +0100 Subject: [PATCH] Prepare for release v1.2.1 --- data/com.github.jeremypw.gnonograms.meson.in.appdata.xml | 8 ++++++++ debian/changelog | 7 +++++++ src/core/Constants.vala | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data/com.github.jeremypw.gnonograms.meson.in.appdata.xml b/data/com.github.jeremypw.gnonograms.meson.in.appdata.xml index f1bc4b6..02e6b8e 100644 --- a/data/com.github.jeremypw.gnonograms.meson.in.appdata.xml +++ b/data/com.github.jeremypw.gnonograms.meson.in.appdata.xml @@ -23,6 +23,14 @@ LogicGame + + +
    +
  • Fix crash when dragging across grid edge
  • +
  • Clear puzzle name when resized
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index 6784e79..9995e96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +com.github.jeremypw.gnonograms (1.2.1) xenial; urgency=low + + * Fix crash when dragging across grid edge + * Clear puzzle name when resized + + -- Jeremy Wootten Wed, 30 Mar 2018 17:01:00 +0000 + com.github.jeremypw.gnonograms (1.2.0) xenial; urgency=low * Hint button diff --git a/src/core/Constants.vala b/src/core/Constants.vala index b5a358f..ef169b9 100644 --- a/src/core/Constants.vala +++ b/src/core/Constants.vala @@ -36,7 +36,7 @@ namespace Gnonograms { public const string APP_ID = "com.github.jeremypw.gnonograms"; public const string APP_NAME = _("Gnonograms"); public const string LAUNCHER = "com.github.jeremypw.gnonograms.desktop"; - public const string VERSION = "1.2.0"; // For benefit of Granite.Application terminal output. + public const string VERSION = "1.2.1"; // For benefit of Granite.Application terminal output. public const string SETTING_FILLED_COLOR = "#000000"; /* Elementary Black 900 */ public const string SETTING_EMPTY_COLOR = "#fafafa"; /* Elementary Silver 100 */