Skip to content

Releases: Textualize/rich

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

Fixes and maintenance

04 Mar 16:30
2eb5cbf
Compare
Choose a tag to compare

Mixed bag, mostly fixes

[13.3.2] - 2023-02-04

Fixed

  • Reversed pre and code tags in base HTML format #2642
  • Fix syntax error when building with nuitka #2635
  • Fixed pretty printing of empty dataclass #2819
  • Use Console(stderr=True) in rich.traceback.install to 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_ansi parser
  • 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

My math was wrong

28 Jan 10:20
Compare
Choose a tag to compare

This release contains a fix for truecolor to eight bit color conversion, which results in more accurate colors.

[13.3.1] - 2023-01-28

Fixed

  • Fixed truecolor to eight bit color conversion #2785