This release adds a new rich.live interface which can display continually updated renderable, which you can use to create animated "dashboards".
Also in this release we have 'spinner' animations via a new Console.status method, or a SpinnerColumn in progress bars.
[9.4.0] - 2020-12-12
### Added
- Added rich.live #382
- Added algin parameter to Rule and Console.rule
- Added rich.Status class and Console.status
- Added getitem to Text
- Added style parameter to Console.log
- Added rich.diagnose command
### Changed
- Table.add_row style argument now applies to entire line and not just cells
- Added end_section parameter to Table.add_row to force a line underneath row
Fixed
- Fixed suppressed traceback context #468