2020-01-19 17:18:05 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2020-02-22 20:43:24 +00:00
|
|
|
## [0.4.1] - 2020-02-22
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Readme links in Pypi
|
|
|
|
|
|
|
|
## [0.4.0] - 2020-02-22
|
2020-02-21 18:09:45 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added Traceback rendering and handler
|
|
|
|
- Added rich.constrain
|
2020-02-21 18:29:25 +00:00
|
|
|
- Added rich.rule
|
2020-02-21 18:09:45 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed unnecessary padding
|
|
|
|
|
2020-02-04 18:28:55 +00:00
|
|
|
## [0.3.3] - 2020-02-04
|
2020-02-02 14:13:31 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed Windows color support
|
2020-02-04 18:26:53 +00:00
|
|
|
- Fixed line width on windows issue (https://github.com/willmcgugan/rich/issues/7)
|
|
|
|
- Fixed Pretty print on Windows
|
2020-02-02 14:13:31 +00:00
|
|
|
|
2020-01-26 16:09:22 +00:00
|
|
|
## [0.3.2] - 2020-01-26
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added rich.logging
|
|
|
|
|
|
|
|
## [0.3.1] - 2020-01-22
|
2020-01-22 16:22:23 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added colorama for Windows support
|
2020-01-19 17:18:05 +00:00
|
|
|
|
|
|
|
## [0.3.0] - 2020-01-19
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- First official release, API still bto be stabilized
|