Releases: Textualize/rich
Releases · Textualize/rich
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
Noneto 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
Fixes and maintenance
Mixed bag, mostly fixes
[13.3.2] - 2023-02-04
Fixed
- Reversed
preandcodetags in base HTML format #2642 - Fix syntax error when building with nuitka #2635
- Fixed pretty printing of empty dataclass #2819
- Use
Console(stderr=True)inrich.traceback.installto support io redirection. - Fixes superfluous spaces in html output #2832
- Fixed duplicate output in Jupyter https://github.com/Textualize/rich/pulls/2804
- Filter ANSI character-encoding-change codes in
Text.from_ansiparser - Fixes traceback failing when a frame filename is unreadable #2821
- Fix for live update rendering console markup #2726
Added
- Added Polish README
Changed
rich.progress.track()will now show the elapsed time after finishing the task #2659
