All Versions
149
Latest Version
Avg Release Cycle
12 days
Latest Release
14 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v10.10.0 Changes
September 18, 2021โ Added
- โ Added stdin support to
rich.json
๐ Fixed
- Fixed pretty printing of objects with fo magic with getattr https://github.com/willmcgugan/rich/issues/1492
- โ Added stdin support to
-
v10.9.0 Changes
August 29, 2021โ Added
- โ Added data parameter to print_json method / function
- โ Added an --indent parameter to python -m rich.json
๐ Changed
- ๐ Changed default indent of JSON to 2 (down from 4)
- ๐ Changed highlighting of JSON keys to new style (bold blue)
-
v10.8.0 Changes
August 28, 2021โ Added
- โ Added Panel.subtitle
- โ Added Panel.subtitle_align
- โ Added rich.json.JSON
- ๐จ Added rich.print_json and Console.print_json
๐ Fixed
- ๐ Fixed a bug where calling
rich.reconfigure
within apytest_configure
hook would lead to a crash - ๐ Fixed highlight not being passed through options https://github.com/willmcgugan/rich/issues/1404
-
v10.7.0 Changes
August 05, 2021โ Added
- โ Added Text.apply_meta
- โ Added meta argument to Text.assemble
- โ Added Style.from_meta
- โ Added Style.on
- โ Added Text.on
๐ Changed
- ๐ Changed
RenderGroup
toGroup
andrender_group
togroup
(old names remain for compatibility but will be deprecated in the future) - ๐ Changed
rich.repr.RichReprResult
torich.repr.Result
(old names remain for compatibility but will be deprecated in the future) - ๐ Changed meta serialization to use pickle rather than marshal to permit callables
-
v10.6.0 Changes
July 12, 2021๐ Deprecated
- โ Added deprecation warning for tabulate_mapping which will be removed in v11.0.0
โ Added
- โ Added precision argument to filesize.decimal
- โ Added separator argument to filesize.decimal
- Added _rich_traceback_guard to Traceback
- โ Added emoji_variant to Console
- โ Added -emoji and -text variant selectors to emoji code
๐ Fixed
- ๐ Fixed issue with adjoining color tags https://github.com/willmcgugan/rich/issues/1334
๐ Changed
- ๐ Changed Console.size to use unproxied stdin and stdout
-
v10.5.0 Changes
May 07, 2021๐ Fixed
- ๐ Fixed Pandas objects not pretty printing https://github.com/willmcgugan/rich/issues/1305
- ๐ Fixed https://github.com/willmcgugan/rich/issues/1256
- ๐ Fixed typing with rich.repr.auto decorator
- ๐ Fixed repr error formatting https://github.com/willmcgugan/rich/issues/1326
โ Added
- Added new_line_start argument to Console.print
- โ Added Segment.divide method
- โ Added Segment.split_cells method
- โ Added segment.SegmentLines class
-
v10.4.0 Changes
June 18, 2021โ Added
- โ Added Style.meta
- โ Added rich.repr.auto decorator
๐ Fixed
- Fixed error pretty printing classes with special rich_repr method
-
v10.3.0 Changes
June 09, 2021โ Added
- โ Added Console.size setter
- โ Added Console.width setter
- โ Added Console.height setter
- โ Added angular style Rich reprs
- โ Added an IPython extension. Load via
%load_ext rich
๐ Changed
- ๐ Changed the logic for retrieving the calling frame in console logs to a faster one for the Python implementations that support it.
-
v10.2.3 Changes
June 05, 2021๐ Changed
- ๐ Changed the logic for retrieving the calling frame in console logs to a faster one for the Python implementations that support it.
-
v10.2.2 Changes
May 19, 2021๐ Fixed
- ๐ Fixed status not rendering console markup https://github.com/willmcgugan/rich/issues/1244