- Fix line width calculation in max_width when using coloured text (thanks to @wkentaro)
- Added option prompt
- Fix bug in logic that decides whether progress bars should be hidden or not
- clint.textui.prompt now has a query function with validators! (thanks to @aeby) - see examples/prompt.py
- Clint docs are now included in sdist (thanks to @alunduil)
- Misc. bug fixes
- Clint now obeys the CLINT_FORCE_COLOR environmental variable
- Fixed faulty PyPI deployment
- progress.bar is now a context manager - doesn't require an iterable anymore (thanks to @jric)
- Bug fixes
- Fixed Python 3 basestring deprecation
- Fixed examples
- Fixed Python 3 build issues
- Fixed README and HISTORY being installed to /usr
- Support added for bold text
- Unknown
- Unknown
- Python 3 support!
- New eng module
- Win32 Bugfix
- Only init colors if they are used (iPython compatability)
- New progress module
- Various bugfixes
- Auto Color Disabling
- Progress Namespace Change
- New Progress Bars
- textui.puts newline fix
- Python 2.5 Support
- List of available colors
- Column Printing!!!
- (Auto/Manual) Disabling of Colors
- Smarter Colors
- max_width, min_width
- Strip cli colors
- bug fixes
- Bugfixes
- Bugfixes
- Indent Newline Injection
- resources: flags, not_flags, files, not_files
- Lots of Examples
- Initial Release!