- General refactor of the code to be more pythonic - Fixed a problem in `read_char` that wouldn't let you do something like "Press ENTER to continue..." or "Press ANY KEY to continue..." - Added the new `prettify` method to the `pretty_strings` class - Added and refactored some documentation
1.3.0
Added the new `pretty_tables` module plus modified the `column` method in `pretty_strings` module to take in also if the column alignment should be on the left or right.
1.2.0
Changed the imports in the __init__.py, now the module is easier to import and utilize, plus some more minor fixes.
1.1.0
New version with a lot of updated documentation, more import friendly a **lot** of bug fixes.
1.0.4
Corrected a bug in AnsiColors class, and other minor fixes