mirror of https://github.com/Textualize/rich.git
875 B
875 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.4.1] - 2020-02-22
Fixed
- Readme links in Pypi
[0.4.0] - 2020-02-22
Added
- Added Traceback rendering and handler
- Added rich.constrain
- Added rich.rule
Fixed
- Fixed unnecessary padding
[0.3.3] - 2020-02-04
Fixed
- Fixed Windows color support
- Fixed line width on windows issue (https://github.com/willmcgugan/rich/issues/7)
- Fixed Pretty print on Windows
[0.3.2] - 2020-01-26
Added
- Added rich.logging
[0.3.1] - 2020-01-22
Added
- Added colorama for Windows support
[0.3.0] - 2020-01-19
Added
- First official release, API still bto be stabilized