History

Changes in 0.2.1 (released 04/11/2001)

  * ansistyle now compiles under Windows with Visual C++. A binary distribution
    archive is available from the FTP directory.

Changes in 0.2 (released 04/02/2001)

  * ansistyle now supports background colors. You can specify the background
    color via the bits 4-7 of the color, i.e. for the background color b =
    0,...,7, and the foreground color f=0,...,15 the color value is (b<<4)|f.

Changes in 0.1.1 (released 03/21/2001)

  * Fixed a minor bug in ansistyle.Text.__repr__

Changes in 0.1 (released 02/18/2001)

  * Initial release

