diff --git a/.gitignore b/.gitignore index fe52a1d..6859844 100644 --- a/.gitignore +++ b/.gitignore @@ -36,5 +36,8 @@ *build/* debian/build/* debian/com.github* -debian/debhelper* +debian/*debhelper* debian/files + +#Misc untracked +untracked/* diff --git a/data/com.github.jeremypw.gnonograms.meson.in.appdata.xml b/data/com.github.jeremypw.gnonograms.meson.in.appdata.xml index e4ae0a2..9a14ab1 100644 --- a/data/com.github.jeremypw.gnonograms.meson.in.appdata.xml +++ b/data/com.github.jeremypw.gnonograms.meson.in.appdata.xml @@ -23,6 +23,20 @@ LogicGame + + +
    +
  • Save and restore move history
  • +
  • Fade completed clues when solving
  • +
  • Generate difficult puzzles faster
  • +
  • Add redo button
  • +
  • Reorder header bar
  • +
  • Various bug fixes
  • +
  • Some restyling
  • +
  • Some code refactoring and cleanup
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index 7e1daa0..bb15591 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +com.github.jeremypw.gnonograms (1.1.0) xenial; urgency=low + + * Save and restore move history + * Fade completed clues when solving + * Generate difficult puzzles faste + * Add redo button + * Reorder header bar + * Some restyling + * Various bug fixes + * Some code refactoring and cleanup + + -- Jeremy Wootten Thu, 16 Feb 2018 17:08:00 +0000 + com.github.jeremypw.gnonograms (1.0.6) xenial; urgency=low * Add brand styling and update screenshots diff --git a/src/core/Constants.vala b/src/core/Constants.vala index da7521d..7e3fde8 100644 --- a/src/core/Constants.vala +++ b/src/core/Constants.vala @@ -37,7 +37,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.0.6"; // For benefit of Granite.Application terminal output. + public const string VERSION = "1.1.0"; // 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 */