Skip to content

Commit

Permalink
Prepare for release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Mar 30, 2018
1 parent c54c05f commit 9b55696
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 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,14 @@
<category>LogicGame</category>
</categories>
<releases>
<release version="1.2.1" date="2018-03-30" urgency="low">
<description>
<ul>
<li>Fix crash when dragging across grid edge</li>
<li>Clear puzzle name when resized</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2018-03-28" urgency="low">
<description>
<ul>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <jeremywootten@gmail.com> Wed, 30 Mar 2018 17:01:00 +0000

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

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

0 comments on commit 9b55696

Please sign in to comment.