Skip to content

Commit

Permalink
Merge branch 'prepare-release-1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Mar 28, 2018
2 parents 7c07a0e + 50b9f9b commit b2d99df
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 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,18 @@
<category>LogicGame</category>
</categories>
<releases>
<release version="1.2.0" date="2018-03-28" urgency="low">
<description>
<ul>
<li>Hint button</li>
<li>Strikethrough completed blocks in clue label (with option to disable)</li>
<li>Clue label turns red if completed incorrectly (with option to disable)</li>
<li>Additional shortcuts</li>
<li>Some code refactoring and cleanup</li>
<li>Various bug fixes</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2018-02-16" urgency="low">
<description>
<ul>
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
com.github.jeremypw.gnonograms (1.2.0) xenial; urgency=low

* Hint button
* Strikethrough completed blocks in clue label (with option to disable)
* Clue label turns red if completed incorrectly (with option to disable)
* Additional shortcuts
* Some code refactoring and cleanup
* Various bug fixes

-- Jeremy Wootten <jeremywootten@gmail.com> Wed, 28 Mar 2018 17:01:00 +0000

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

* Save and restore move history
Expand Down
2 changes: 1 addition & 1 deletion src/core/Gnonogram_solver.vala
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ namespace Gnonograms {
guesser.cancel_previous_guess ();
state = SolverState.UNDEFINED;
} else {
critical ("unexpected initial sState %s", initial_state.to_string ());
critical ("unexpected initial state %s", initial_state.to_string ());
assert_not_reached ();
}

Expand Down

0 comments on commit b2d99df

Please sign in to comment.