Skip to content

Releases: Textualize/rich

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

v13.3.5: Merge pull request #2940 from Textualize/fix-italic-guidlines

27 Apr 16:00
6d30ad0
Compare
Choose a tag to compare

[13.3.5] - 2023-04-27

Fixed

  • Fixed italic indent guides in SVG output

Bugfix for is_terminal

12 Apr 16:50
Compare
Choose a tag to compare

[13.3.4] - 2023-04-12

Fixed

  • Fixed for is_terminal ignoring FORCE_COLOR #2923

Clear meta and links

27 Mar 10:53
076e0d2
Compare
Choose a tag to compare

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