2.5.0
What's Changed
New features 🗹
- Long awaited
Scrollable
andScrollBar
made by @rndusr with fixes from @markqvist was added to the urwid. - Add support
ScrollBar
to theListBox
widget.
While scrolling is done by theListBox
itself (as before), theScrollBar
can display progress. - Added common decoration symbols to the widget constants (
BOX_SYMBOLS
,BAR_SYMBOLS
,SHADE_SYMBOLS
)
and exposed in several widgets viaSymbols
enum on the class level:Divider
,LineBox
andScrollBar
.
Documentation 🕮
- Update examples: reduce amount of deprecated parameters by @penguinolog in #769
Full Changelog: 2.4.6...2.5.0