* Fix to work on Windows 7. * Python 3 compatibility in docs and demos. * Add handling for 'cursor up' and 'get position' ANSI codes.
0.2.3
* Split changelog out into separate file.
0.2.2
* Fix bug which caused init() to raise, introduced in 0.2.1. * Remove asserts which cause problems in various circumstances. At least some users saw asserts fail on 'success' returned from win32 functions, even though the win32 functions appear to have worked correctly.
0.2.1
* Completely broken: I added a bug which caused init() to raise. * Added some documentation for cursor positioning and clear screen to README. * Add 'reinit' and 'deinit' functions, as suggested by Charles FOL and Romanov DA.
0.2
* Merge in changes from Daniel Griffith: Add ANSI cursor positioning & partial support for clear screen. Patch submitted by Oscar Lester, don't send RESET_ALL to non-tty. * Demos split into separate files and moved into their own directory. * Tweak sys.path in demos so they run against local source, not installed version of Colorama.