.. -*- restructuredtext -*-

This file describes user-visible changes between the extension versions.

Version 1.2.0 (2020-10-30)
--------------------------

* Add support for Python3 😬
* (see version 1.1.0 changelog if you are getting this from pypi)

Version 1.1.0 (2018-07-01)
--------------------------

(this version was actually unreleased in pipy, only a tag was created in GitHub
but the release never happened)

* Fixes for recent sphinx and docutils versions
* fix aafig.py portion of issue #59, sphinxcontrib-aafig error in v1.2.1+
* Moved README -> README.rst
* Clean and improve the maintainer documentation
* Add maintainer documentation
* Fix "Development Status" classifier in setup.py


Version 1.0 (2009-11-15)
------------------------

* Fix HTML builder rendering.
* Improve error reporting when aafigure package is missing.


Version 0.3 (2009-07-13)
------------------------

* Add website__.
* Change license to BOLA__.
* Add partial format redefinition via the config option ``aafig_format``.
* Add support for the text builder (using the ``None`` format).
* Add a special format ``None`` meaning not to render the figure using aafigure
  at all (just include the raw ASCII art as a literal block).
* Fix SVG support for HTML builders.
* Make aspect and scale options take a percentage instead of a float (this is
  more consistent with the image directive).
* Add support for image directive options: alt, align, width, height, class,
  target.
* Add dependency against aafigure package to ease installation.
* Improve error handling in many ways. For example, if the format is not
  supported, or if aafigure is not installed, the raw ASCII art is inserted
  into the document as a literal block.
* Fix a couple of bugs.

__ http://packages.python.org/sphinxcontrib-aafig/
__ http://blitiri.com.ar/p/bola/


Version 0.2 (2009-06-07)
------------------------

* Add ``aafig_default_options`` configuration option.
* Fix SVG output for HTML writer (this need aafigure r5978 or later).


Version 0.1 (2009-06-05)
------------------------

* Initial version.

