rich v12.6.0 Release Notes
Release Date: 2022-10-02 // over 2 years ago-
โ Added
- ๐ Parse ANSI escape sequences in pretty repr https://github.com/Textualize/rich/pull/2470
- โ Add support for
FORCE_COLOR
env var https://github.com/Textualize/rich/pull/2449 - ๐ Allow a
max_depth
argument to be passed to theinstall()
hook https://github.com/Textualize/rich/issues/2486 - Document using
None
as name in__rich_repr__
for tuple positional args https://github.com/Textualize/rich/pull/2379 - Add
font_aspect_ratio
parameter in SVG export https://github.com/Textualize/rich/pull/2539/files - โ Added
Table.add_section
method. https://github.com/Textualize/rich/pull/2544
๐ Fixed
- ๐ Handle stdout/stderr being null https://github.com/Textualize/rich/pull/2513
- ๐ Fix NO_COLOR support on legacy Windows https://github.com/Textualize/rich/pull/2458
- ๐ Fix pretty printer handling of cyclic references https://github.com/Textualize/rich/pull/2524
- ๐ Fix missing
mode
property on file wrapper breaking uploads viarequests
https://github.com/Textualize/rich/pull/2495 - ๐ Fix mismatching default value of parameter
ensure_ascii
https://github.com/Textualize/rich/pull/2538 - โ Remove unused height parameter in
Layout
class https://github.com/Textualize/rich/pull/2540 - Fixed exception in Syntax.rich_measure for empty files
๐ Changed
- โ Removed border from code blocks in Markdown
Previous changes from v12.5.2
-
โ Added
- โ Add Turkish Readme.