Path to this page:
Subject: CVS commit: pkgsrc/comms/py-rich
From: Adam Ciarcinski
Date: 2023-08-02 09:04:50
Message id: 20230802070450.82DBCFBDB@cvs.NetBSD.org
Log Message:
py-rich: updated to 13.5.2
13.5.2 - 2023-08-01
Fixed
Fixed Text.expand_tab assertion error
13.5.1 - 2023-07-31
Fixed
Fix tilde character (~) not included in link regex when printing to console
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
Fixed exception in Markdown with partial table
Fixed the HTML export template so that the <html> tag comes before the \
<head> tag
Fixed issue with custom classes overwriting __eq__
Fix rich.pretty.install breakage in iPython
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.
Files: