CHANGES.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 31 Jan 2017 03:42:15 +0200
changeset 191 aee53838634e
parent 179 9f4a3cb229c9
permissions -rw-r--r--
Update CHANGES.

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

.. include:: header.rst

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

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

.. include:: VERSION.rst

v0.4.2, 2017-01-31.
===================

 * Add swipe support for mobile clients.

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.