Skip to content

Releases: Textualize/rich

v13.7.1: Merge pull request #3293 from Textualize/bump1371

28 Feb 14:52
7f580bd
Compare
Choose a tag to compare

Fixes some character widths

[13.7.1] - 2023-02-28

Fixed

  • Updated the widths of some characters #3289

The "It's a wrap" release

15 Nov 16:33
fd98182
Compare
Choose a tag to compare

[13.7.0] - 2023-11-15

Added

  • Adds missing parameters to Panel.fit #3142

Fixed

  • Some text goes missing during wrapping when it contains double width characters #3176
  • Ensure font is correctly inherited in exported HTML #3104
  • Fixed typing for FloatPrompt.

The Python 3.12 release

30 Sep 14:13
Compare
Choose a tag to compare

Mostly a meta update in readiness for the release of Python3.12

[13.6.0] - 2023-09-30

Added

  • Added Python 3.12 to classifiers.

Markdown fixes

17 Sep 15:51
Compare
Choose a tag to compare

[13.5.3] - 2023-09-17

Fixed

  • Markdown table rendering issue with inline styles and links #3115
  • Fix Markdown code blocks on a light background #3123

v13.5.2

01 Aug 15:47
Compare
Choose a tag to compare

Bugfix

[13.5.2] - 2023-08-01

Fixed

  • Fixed Text.expand_tabs assertion error

v13.5.1: Merge pull request #3070 from Textualize/bump1351

31 Jul 10:07
3fa3d36
Compare
Choose a tag to compare

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

29 Jul 16:19
1ad6f73
Compare
Choose a tag to compare

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

12 Jun 13:57
Compare
Choose a tag to compare

[13.4.2] - 2023-06-12

Changed

  • Relaxed markdown-it-py dependency

Hot fix for typing extension issue

31 May 17:26
b9c9eb5
Compare
Choose a tag to compare

[13.4.1] - 2023-05-31

Fixed

  • Fixed typing extensions import in markdown #2979

Added tables to Markdown

31 May 15:52
3c4fbd2
Compare
Choose a tag to compare

[13.4.0] - 2023-05-31

Added

  • Added support for tables in Markdown #2977

table