Releases: Textualize/rich
Releases · Textualize/rich
v1.0.2
v1.0.1
[1.0.1] - 2020-05-08
Changed
- Applied console markup after highlighting
- Documented highlighting
- Changed Markup parser to handle overlapping styles
- Relaxed dependency on colorama
- Allowed Theme to accept values as style definitions (str) as well as Style instances
- Added a panel to emphasize code in Markdown
Added
- Added markup.escape
- Added
python -m rich.theme
command - Added
python -m rich.markdown
command - Added rendering of images in Readme (links only)
Fixed
- Fixed Text.assemble not working with strings #57
- Fixed table when column widths must be compressed to fit
First 1.0 release!
[1.0.0] - 2020-05-03
Changed
- Improvements to repr highlighter to highlight URLs
v0.8.12
[0.8.12] - 2020-04-21
Fixed
- Removed debug print from rich.progress
v0.8.11
[0.8.11] - 2020-04-14
Added
- Added Table.show_lines to render lines between rows
Changed
- Added markup escape with double square brackets
v0.8.10
[0.8.10] - 2020-04-12
Fixed
- Fix row_styles applying to header
v0.8.9
[0.8.9] - 2020-04-12
Changed
- Added force_terminal option to Console.init
Added
- Added Table.row_styles to enable zebra striping.
v0.8.8
[0.8.8] - 2020-03-31
Fixed
- Fixed background in Syntax
v0.8.7
[0.8.7] - 2020-03-31
Fixed
- Broken wrapping of long lines
- Fixed wrapping in Syntax
Changed
- Added word_wrap option to Syntax, which defaults to False.
- Added word_wrap option to Traceback.
Experimental Jupyter support
[0.8.6] - 2020-03-29
Added
- Experimental Jupyter notebook support: from rich.jupyter import print