Skip to content

Fixes and maintenance

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 04 Mar 16:30
· 330 commits to master since this release
2eb5cbf

Mixed bag, mostly fixes

[13.3.2] - 2023-02-04

Fixed

  • Reversed pre and code 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) in rich.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