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.
- Improvements to repr highlighter to highlight URLs
- Fixed incorrect markdown rendering for quotes and changed style
- Removed debug print from rich.progress
- Added Table.show_lines to render lines between rows
- Added markup escape with double square brackets
- Fix row_styles applying to header
- Added force_terminal option to
Console.__init__
- Added Table.row_styles to enable zebra striping.
- Fixed background in Syntax
- Broken wrapping of long lines
- Fixed wrapping in Syntax
- Added word_wrap option to Syntax, which defaults to False.
- Added word_wrap option to Traceback.
- Experimental Jupyter notebook support: from rich.jupyter import print
- Smarter number parsing regex for repr highlighter
- uuid highlighter for repr
- Added 'test card', run python -m rich
- Detected windows terminal, defaulting to colorama support
- Fixed table scaling issue
- CJK right align
- Fixed issue with 0 speed resulting in zero division error
- Changed signature of Progress.update
- Made calling start() a second time a no-op
- Added progress.DownloadColumn
- CJK support
- Console level highlight flag
- Added encoding argument to Syntax.from_path
- Dropped support for Windows command prompt (try https://www.microsoft.com/en-gb/p/windows-terminal-preview/)
- Added task_id to Progress.track
- KeyError for missing pygments style
- Issue with control codes being used in length calculation
- Remove current_style concept, which wasn't really used and was problematic for concurrency
- Added width option to Panel
- Change special method
__render_width__to__measure__ - Dropped the "markdown style" syntax in console markup
- Optimized style rendering
- Added Console.show_cursor method
- Added Progress bars
- Fixed wrapping when a single word was too large to fit in a line
- Added tab_size to Console and Text
- Added protocol.is_renderable for runtime check
- Added emoji switch to Console
- Added inherit boolean to Theme
- Made Console thread safe, with a thread local buffer
- Console.markup attribute now effects Table
- SeparatedConsoleRenderable and RichCast types
- Fixed tabs breaking rendering by converting to spaces
- Replaced
__console_str__with__rich__
- Readme links in Pypi
- Added Traceback rendering and handler
- Added rich.constrain
- Added rich.rule
- Fixed unnecessary padding
- Fixed Windows color support
- Fixed line width on windows issue (Textualize#7)
- Fixed Pretty print on Windows
- Added rich.logging
- Added colorama for Windows support
- First official release, API still bto be stabilized