Releases: Textualize/rich
Releases · Textualize/rich
Hyperlink support
[1.1.0] - 2020-05-10
Added
- Added hyperlinks to Style and markup
- Added justify and code theme switches to markdown command
[1.0.3] - 2020-05-08
Added
- Added
python -m rich.syntax
command
v1.0.3
[1.0.3] - 2020-05-08
Added
- Added
python -m rich.syntax
command
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