From 194f224687c7a0ef8de37390624fe2ea1524356d Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 14 Mar 2012 14:23:31 -0700 Subject: [PATCH] changelog about colorama (#21 on GitHub) --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5263c0d85..2fb4a51b8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) -------------------------