Mixed bag, mostly fixes
[13.3.2] - 2023-02-04
Fixed
- Reversed
pre
andcode
tags in base HTML format #2642 - Fix syntax error when building with nuitka #2635
- Fixed pretty printing of empty dataclass #2819
- Use
Console(stderr=True)
inrich.traceback.install
to support io redirection. - Fixes superfluous spaces in html output #2832
- Fixed duplicate output in Jupyter https://github.com/Textualize/rich/pulls/2804
- Filter ANSI character-encoding-change codes in
Text.from_ansi
parser - Fixes traceback failing when a frame filename is unreadable #2821
- Fix for live update rendering console markup #2726
Added
- Added Polish README
Changed
rich.progress.track()
will now show the elapsed time after finishing the task #2659