Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  * Save and restore move history
  * Fade completed clues when solving</li>
  * Generate difficult puzzles faste
  * Add redo button
  * Reorder header bar
  * Some restyling
  * Various bug fixes
  * Some code refactoring and cleanup
  • Loading branch information
jeremy committed Feb 17, 2018
1 parent 6319682 commit 7e926be
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
*build/*
debian/build/*
debian/com.github*
debian/debhelper*
debian/*debhelper*
debian/files

#Misc untracked
untracked/*
14 changes: 14 additions & 0 deletions data/com.github.jeremypw.gnonograms.meson.in.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@
<category>LogicGame</category>
</categories>
<releases>
<release version="1.1.0" date="2018-02-16" urgency="low">
<description>
<ul>
<li>Save and restore move history</li>
<li>Fade completed clues when solving</li>
<li>Generate difficult puzzles faster</li>
<li>Add redo button</li>
<li>Reorder header bar</li>
<li>Various bug fixes</li>
<li>Some restyling</li>
<li>Some code refactoring and cleanup</li>
</ul>
</description>
</release>
<release version="1.0.6" date="2018-02-03" urgency="low">
<description>
<ul>
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
com.github.jeremypw.gnonograms (1.1.0) xenial; urgency=low

* Save and restore move history
* Fade completed clues when solving</li>

This comment has been minimized.

Copy link
@freaktechnik

freaktechnik Feb 27, 2018

</li>

* Generate difficult puzzles faste
* Add redo button
* Reorder header bar
* Some restyling
* Various bug fixes
* Some code refactoring and cleanup

-- Jeremy Wootten <jeremywootten@gmail.com> Thu, 16 Feb 2018 17:08:00 +0000

com.github.jeremypw.gnonograms (1.0.6) xenial; urgency=low

* Add brand styling and update screenshots
Expand Down
2 changes: 1 addition & 1 deletion src/core/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7e926be

Please sign in to comment.