CHANGES.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 10 Jan 2016 16:55:49 +0200
changeset 179 9f4a3cb229c9
parent 142 0116276e6325
child 191 aee53838634e
permissions -rw-r--r--
Update changelog for v0.4.1.

.. -*- mode: rst; coding: utf-8; fill-column: 80 -*-

.. include:: header.rst

=====================
 2048 JS AI CHANGES.
=====================
.. contents::

Document version.
=================

.. include:: VERSION.rst

v0.4.1, 2016-01-10.
===================

 * UI fixes.
 * New home page.

v0.4, 2014-09-25.
=================

 * Add AI move visualisation.
 * Complete fast engine implementation, improve core performance.
 * Join similar AIs.
 * Break limit on script execution time for long performed tasks.
 * Highlight grouped and important data.
 * Add AI descriptions.

v0.3, 2014-09-20.
=================

 * Add AI looping until condition meet.
 * Improve statistic UI.

v0.2, 2014-09-18.
=================

 * Add statistic reports for testing AI quality.
 * Add AI customisation.
 * Add project docs.

v0.1, 2014-09-11.
=================

 * Add game engine.
 * Add stupid AIs.
 * Add game UI.
 * First public release at SourceForge under "2048-js-ai" name.