Skip to content

Releases: urwid/urwid

2.6.2

20 Feb 16:29
c9655d4
Compare
Choose a tag to compare

What's Changed

New features 🗹

  • Feature: support Widget instance as Frame focus part in constructor by @penguinolog in #820
  • Feature: EventLoop.run_in_executor should accept **kwargs by @penguinolog in #822
  • Feature: extend validation for Columns and Pile by @penguinolog in #825

Bug fixes 🕷

Full Changelog: 2.6.1...2.6.2

2.6.1

16 Feb 16:20
91cd0dd
Compare
Choose a tag to compare

What's Changed

Bug fixes 🕷

  • Fix a scenario with ellipsis wrap not fit in screen columns by @penguinolog in #813

Full Changelog: 2.6.0...2.6.1

2.6.0.post0

16 Feb 12:52
9fab329
Compare
Choose a tag to compare

Fix CI to upload wheel package.

Full Changelog: 2.6.0...2.6.0.post0

2.6.0

16 Feb 12:08
9b9b944
Compare
Choose a tag to compare

What's Changed

Compiled C extension is not used anymore.

It became a blocker for the future correct Unicode support and caused pain for some of end users building package separately.

Bug fixes 🕷

Other Changes

Full Changelog: 2.5.3...2.6.0

2.5.3

12 Feb 15:10
6795bb8
Compare
Choose a tag to compare

What's Changed

Bug fixes 🕷

Other Changes

Full Changelog: 2.5.2...2.5.3

2.5.2

09 Feb 12:48
1300a69
Compare
Choose a tag to compare

What's Changed

Bug fixes 🕷

Refactoring 🛠

Other Changes

Full Changelog: 2.5.1...2.5.2

2.5.1

01 Feb 19:15
58ce51a
Compare
Choose a tag to compare

What's Changed

New features 🗹

Bug fixes 🕷

Documentation 🕮

Refactoring 🛠

Other Changes

Full Changelog: 2.5.0...2.5.1

2.5.0

29 Jan 08:16
879ef37
Compare
Choose a tag to compare

What's Changed

New features 🗹

  • Long awaited Scrollable and ScrollBar made by @rndusr with fixes from @markqvist was added to the urwid.
  • Add support ScrollBar to the ListBox widget.
    While scrolling is done by the ListBox itself (as before), the ScrollBar can display progress.
  • Added common decoration symbols to the widget constants (BOX_SYMBOLS, BAR_SYMBOLS, SHADE_SYMBOLS)
    and exposed in several widgets via Symbols enum on the class level: Divider, LineBox and ScrollBar.

Documentation 🕮

  • Update examples: reduce amount of deprecated parameters by @penguinolog in #769

Full Changelog: 2.4.6...2.5.0

2.4.6

22 Jan 20:31
651865b
Compare
Choose a tag to compare

What's Changed

Bug fixes 🕷

  • Special case: Columns PACK item not fit as FIXED and support FLOW by @penguinolog in #763

Full Changelog: 2.4.5...2.4.6

2.4.5

22 Jan 14:32
dee36d3
Compare
Choose a tag to compare

What's Changed

Bug fixes 🕷

  • Special case: allow not subclassed incomplete widgets in Columns/Pile by @penguinolog in #757
  • Fix: columns rendered with a non-first Selectable widget should not skip other items by @penguinolog in #761

Documentation 🕮

Refactoring 🛠

Full Changelog: 2.4.4...2.4.5