changelog about colorama (#21 on GitHub)

This commit is contained in:
Adrian Sampson 2012-03-14 14:23:31 -07:00
parent e6999df2d9
commit 194f224687

View file

@ -24,6 +24,7 @@ lays the foundation for more features to come in the next couple of releases.
albums.
* The autotagger now also tolerates tracks whose track artists tags are set
to "Various Artists".
* Terminal colors are now supported on Windows via `Colorama`_ (thanks to Karl).
* When previewing metadata differences, the importer now shows discrepancies in
track length.
* Importing with ``import_delete`` enabled now cleans up empty directories that
@ -64,6 +65,8 @@ lays the foundation for more features to come in the next couple of releases.
data.
* Fix the ``list`` command in BPD (thanks to Simon Chopin).
.. _Colorama: http://pypi.python.org/pypi/colorama
1.0b12 (January 16, 2012)
-------------------------