Skip to content

v9.8.0: Merge pull request #908 from willmcgugan/bump9.8.0

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 11 Jan 21:44
· 2323 commits to master since this release
2d3ec69

A few fixes and minor enhancements.

[9.8.0] - 2021-01-11

### Added

  • Added rich_measure for tree
  • Added rich.align.VerticalCenter

Changed

  • The style argument on Align now applies to background only
  • Changed display of progress bars in no_color mode for clarity
  • Console property size will fall back to getting the terminal size of stdout it stdin fails, this allows size to be correctly determined when piping

Fixed

  • Fixed panel cropping when shrunk too bar
  • Allow passing markdown over STDIN when using python -m rich.markdown
  • Fix printing MagicMock.mock_calls #903