The FORCE_COLOR edition
NOTE: 12.6.0 may be the last version to support Python3.6. The next version will be 13.0.0, and will be Python3.7+
[12.6.0] - 2022-10-02
Added
- Parse ANSI escape sequences in pretty repr #2470
- Add support for
FORCE_COLOR
env var #2449 - Allow a
max_depth
argument to be passed to theinstall()
hook #2486 - Document using
None
as name in__rich_repr__
for tuple positional args #2379 - Add
font_aspect_ratio
parameter in SVG export https://github.com/Textualize/rich/pull/2539/files - Added
Table.add_section
method. #2544
Fixed
- Handle stdout/stderr being null #2513
- Fix NO_COLOR support on legacy Windows #2458
- Fix pretty printer handling of cyclic references #2524
- Fix missing
mode
property on file wrapper breaking uploads viarequests
#2495 - Fix mismatching default value of parameter
ensure_ascii
#2538 - Remove unused height parameter in
Layout
class #2540 - Fixed exception in Syntax.rich_measure for empty files
Changed
- Removed border from code blocks in Markdown