Rich Versions Save

Rich is a Python library for rich text and beautiful formatting in the terminal.

v13.3.5

1 year ago

[13.3.5] - 2023-04-27

Fixed

  • Fixed italic indent guides in SVG output

v13.3.4

1 year ago

[13.3.4] - 2023-04-12

Fixed

v13.3.3

1 year ago

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

v13.3.2

1 year ago

Mixed bag, mostly fixes

[13.3.2] - 2023-02-04

Fixed

Added

  • Added Polish README

Changed

v13.3.1

1 year ago

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

v13.3.0

1 year ago

[13.3.0] - 2023-01-27

Fixed

Added

  • Added encoding parameter in Theme.read

v13.2.0

1 year ago

v13.2.0 replaces the unmaintained commonmark library with markdown-it-py. This new parser has a lot more capabilities and will allow us to implement a number of additional Markdown features in the future.

The output from the Markdown renderable may change a little from previous versions.

[13.2.0] - 2023-01-19

Changed

v13.1.0

1 year ago

This release fixes tracebacks in Jupyter which didn't show the code.

Additionally tracebacks have two new parameters to hide double underscore and single underscore locals. See the changelog for details

Screenshot 2023-01-14 at 11 26 38

[13.1.0] - 2023-01-14

Fixed

Added

Changed

  • Tracebacks will now hide double underscore names from locals by default. Set locals_hide_dunder=False to restore previous behaviour.

v13.0.1

1 year ago

Fix for an issue where Segment.split_cells produced the wrong result.

Mostly a hotfix for the benefit of Textual.

[13.0.1] - 2023-01-06

Fixed

  • Fixed issue with Segment.split_cells for mixed single and double cell widths

v13.0.0

1 year ago

Some relatively minor fixes and improvements. The most significant update (and the reason for the major version bump) is that Rich has dropped Python3.6 support.

If you are a Python3.6 user and can't upgrade for whatever reason, pin to version 12.6.0.

[13.0.0] - 2022-12-30

Fixed

Changed

Added