Skip to content

Releases: Textualize/rich

v1.0.2

08 May 13:04
Compare
Choose a tag to compare

[1.0.2] - 2020-05-08

Fixed

  • Issue with Windows legacy support #59

v1.0.1

08 May 12:50
Compare
Choose a tag to compare

[1.0.1] - 2020-05-08

Changed

  • Applied console markup after highlighting
  • Documented highlighting
  • Changed Markup parser to handle overlapping styles
  • Relaxed dependency on colorama
  • Allowed Theme to accept values as style definitions (str) as well as Style instances
  • Added a panel to emphasize code in Markdown

Added

  • Added markup.escape
  • Added python -m rich.theme command
  • Added python -m rich.markdown command
  • Added rendering of images in Readme (links only)

Fixed

  • Fixed Text.assemble not working with strings #57
  • Fixed table when column widths must be compressed to fit

First 1.0 release!

03 May 10:28
Compare
Choose a tag to compare

[1.0.0] - 2020-05-03

Changed

  • Improvements to repr highlighter to highlight URLs

v0.8.12

21 Apr 08:32
Compare
Choose a tag to compare

[0.8.12] - 2020-04-21

Fixed

  • Removed debug print from rich.progress

v0.8.11

14 Apr 14:39
Compare
Choose a tag to compare

[0.8.11] - 2020-04-14

Added

  • Added Table.show_lines to render lines between rows

Changed

  • Added markup escape with double square brackets

v0.8.10

12 Apr 14:34
Compare
Choose a tag to compare

[0.8.10] - 2020-04-12

Fixed

  • Fix row_styles applying to header

v0.8.9

12 Apr 11:54
Compare
Choose a tag to compare

[0.8.9] - 2020-04-12

Changed

  • Added force_terminal option to Console.init

Added

  • Added Table.row_styles to enable zebra striping.

v0.8.8

31 Mar 15:52
Compare
Choose a tag to compare

[0.8.8] - 2020-03-31

Fixed

  • Fixed background in Syntax

v0.8.7

31 Mar 13:28
Compare
Choose a tag to compare

[0.8.7] - 2020-03-31

Fixed

  • Broken wrapping of long lines
  • Fixed wrapping in Syntax

Changed

  • Added word_wrap option to Syntax, which defaults to False.
  • Added word_wrap option to Traceback.

Experimental Jupyter support

29 Mar 16:31
Compare
Choose a tag to compare

[0.8.6] - 2020-03-29

Added

  • Experimental Jupyter notebook support: from rich.jupyter import print