- Fix complex text in printed sudokus (#52)
- Fix issue with appdata
- Vala warning fixes (Rico Tzschichholz)
- Many translations updates
- Choose how many puzzles to print per page (#17, Andrey Kutejko)
- Move game controls to header bar and window menu and improve mobile layout (#38, !32, !35, lajonss)
- Make game win message dialog modal (!33, Andrey Kutejko)
Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.
While here, some duplicate dependencies on itstool were removed from the
MATE packages
Highlights:
* When pause is clicked, the game field should be hidden (Tom Pollok)
* Seed RNG for qqwing (Michael Catanzaro)
* Switch to C++ 11 (Michael Catanzaro)
* Fix window size growing out of control with GTK+ 3.20 (Michael Catanzaro)
* Always set header bar as the title bar (Michael Catanzaro)
* Updated translations
3.20.4 - July 13, 2016
======================
* Avoid accidental use of C++ 11
3.20.3 - July 11, 2016
======================
* Seed the RNG so we actually get different puzzles each run
3.20.2 - May 22, 2016
=====================
* Fix window size growing out of control with GTK+ 3.20
3.20.1 - May 7, 2016
====================
* Updated translations
3.20.0 - March 20, 2016
=========================
* Update license(Sahil Sareen)
* Use AM_DISTCHECK_CONFIGURE_FLAGS(Sahil Sareen)
* Bump up the license version on source files(Sahil Sareen)
* Update CSS for GTK+ 3.19(Sahil Sareen)
* Require GTK+ 3.19(Sahil Sareen)
* Update about dialog(Sahil Sareen)
* Add a missing tag to the AppData file(Richard Hughes)
* Updated translations
3.19.4 - January 17, 2016
=========================
* Update doap(Michael Catanzaro)
* Update appdata(Michael Catanzaro)
* Stop using deprecated gnome-common(Sahil Sareen)
* Add pre-commit and pre-applypatch hooks(Sahil Sareen)
* Updated translations
3.19.2 - November 20, 2015
==========================
* Increase line width around 3x3 boxes (Karanbir Chahal)
* Updated translations
3.18.1 - October 11, 2015
=========================
* Updated translations
3.18.0 - September 21, 2015
===========================
* Updated translations
3.17.92 - September 13, 2015
============================
* Reorder the buttons on the well done dialog
* Fix dragging the window after clicking the game view
* Updated translations
3.17.90 - August 14, 2015
=========================
* Hide number picker after selecting number with keyboard (Michael Catanzaro)
* Fix build with Automake 1.15 (Yanko Kaneti)
* Translation updates
3.17.2 - May 22, 2015
=====================
Dependencies: Vala 0.27.2, QQwing 1.3.4
* Replace high contrast icons with symbolic icon (Michael Catanzaro)
* Add ability to enter puzzles manually (Parin Porecha)
* Clear earmarks when a cell is filled (Iulian Radu)
* Use sans font for all numbers when printing (Iulian Radu)
* Allow cancelling print multiple puzzles (Iulian Radu, Michael Catanzaro)
* Revert window title to say Difficulty rather than Puzzle (Michael Catanzaro)
* Destroy GtkPopovers when not needed (Iulian Radu)
* Do not save window size on exit if tiled (Arnaud Bonatti)
* Update and modernize user help index page (Ekaterina Gerasimova)
* Fix typos and grammar in user help (Anders Jonsson)
* Temporarily remove user help from app menu pending update (Michael Catanzaro)
* Code cleanups (Sahil Sareen, Iulian Radu, Michael Catanzaro)
* Updated translations
3.16.0 - March 22, 2015
=======================
* Updated translations
3.15.92 - March 16, 2015
========================
* Install symbolic icon
* Updated translations
3.15.91 - March 2, 2015
=======================
* Clear earmarks when a cell is filled (Iulian Radu)
* Use sans for all numbers in printed sudokus (Iulian Radu)
* Updated translations
3.15.90.1 - February 16, 2015
=============================
* Temporarily remove user help until it can be updated.
3.15.90 - February 16, 2015
===========================
This release is rolls back several changes that were present in 3.15.2,
most notably the addition of the timer, since we have not yet added
scores and there is no point in having a timer without scores. The timer
is expected to return in the 3.17 development cycle. No other major changes.
3.15.2 - November 24, 2014
==========================
* The highlighter can now be turned off with a preference (Andrei Ghincu)
* XDG_CURRENT_DESKTOP may contain a list of desktops (Robert Ancell)
* Updated translations
3.15.1 - October 26, 2014
=========================
Dependencies: GTK+ 3.15.0
* Add a timer counting up in the header bar (Amisha Singla)
* When the game has been completed, the player may now choose between
returning to the new game screen and quitting Sudoku, instead of returning
to the new game screen or starting a new puzzle without changing the
difficulty level (Michael Catanzaro)
* Thread-safety fixes when printing multiple puzzles (Michael Catanzaro)
* Fix crash when printing more than 16 puzzles on a computer with more than 16
CPUs (Michael Catanzaro)
* Improve window titles (Michael Catanzaro)
* Don't set the header bar as the title bar in Unity (Michael Catanzaro)
* Only use a header bar on the print multiple puzzles dialog if the desktop
environment requests it (Michael Catanzaro)
* Widen the print multiple sudokus dialog (Arnaud Bonatti)
* Code cleanups (Arnaud Bonatti, Michael Catanzaro, Sahil Sareen)
* Updated translations