Releases: Textualize/rich
Releases · Textualize/rich
Markdown fixes
v13.5.2
Bugfix
[13.5.2] - 2023-08-01
Fixed
- Fixed Text.expand_tabs assertion error
v13.5.1: Merge pull request #3070 from Textualize/bump1351
Very minor update to URL highlighting
[13.5.1] - 2023-07-31
Fixed
- Fix tilde character (
~
) not included in link regex when printing to console #3057
Mostly cake, one or two puppies
https://textual.textualize.io/blog/2023/07/29/pull-requests-are-cake-or-puppies/
[13.5.0] - 2023-07-29
Fixed
- Fixed Text.expand_tabs not expanding spans.
- Fixed TimeElapsedColumn from showing negative.
- Fix for escaping strings with a trailing backslash #2987
- Fixed exception in Markdown with partial table #3053
- Fixed the HTML export template so that the
<html>
tag comes before the<head>
tag #3021 - Fixed issue with custom classes overwriting
__eq__
#2875 - Fix rich.pretty.install breakage in iPython #3013
Added
- Added Text.extend_style method.
- Added Span.extend method.
Changed
- Text.tab_size now defaults to
None
to indicate that Console.tab_size should be used.
v13.4.2
[13.4.2] - 2023-06-12
Changed
- Relaxed markdown-it-py dependency
Hot fix for typing extension issue
Added tables to Markdown
v13.3.5: Merge pull request #2940 from Textualize/fix-italic-guidlines
[13.3.5] - 2023-04-27
Fixed
- Fixed italic indent guides in SVG output
Bugfix for is_terminal
Clear meta and links
Just a new method on the Style class. A helper for Textual, you probable aren't going to need it.
[13.3.3] - 2023-02-27
Added
- Added Style.clear_meta_and_links