# - TODO -
# This file is part of Make 7 Libre
# a free/libre implementation of the proprietary game Make 7 Hexa Puzzle
# Copyright (C) 2016-2017 Félicien PILLOT <felicien.pillot@member.fsf.org>
#
# Make 7 Libre is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Make 7 Libre is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Make 7 Libre.  If not, see <http://www.gnu.org/licenses/>.

Saturday 21th January, 2017 (0.8.6)
	 * Improve random number generation

Wednesday 04th January, 2O17 (0.7)
	 * Happy new year !!
	 * Implement action buttons (cancel, erase, next) with score cost
	 * Improve random number generation

Wednesday 28th December, 2016-2017 (0.6)
	 * Correct the little bug (a hexa is left sometimes)
	 * Implement a real random number generation
	 * Add color :
	   1 purple
	   2 orange
	   3 red
	   4 blue
	   5 green
	   6 yellow
	   7 multicolor

Thursday 22nd December, 2016-2017 (0.5):
	 * Cancel all tries to implement clutter
	 * Work only with (squarred) buttons
	 * Add priority on the game rules

Sunday 27th November, 2016-2017 (0.4):
         * Manage to create hexas with Clutter
	 * Then make each object clickable and all the stuff planned before

Wednesday 9th November, 2016-2017 (0.3):
	 * Make each object clickable (then bind it with a function)
	 * Create a random hexa at the bottom of the window
	 * Write a function to identify neighbourgs of an hexa

Thursday 27th October, 2016-2017 (version 0.1):
	 * Create a window, with three frames : buttons, board, hexas.
	 * Finnish package (autoconf, doc files...)
	 