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 🕷
- Fix regression in the
LineBox._w
: should be a property by @penguinolog in #804 - Fix ellipsis encoding in the text layout by @penguinolog in #809
- Fix ListBox
MAX_LEFT
/MAX_RIGHT
report forkeypress
as unhandled by @penguinolog in #810
Other Changes
- remove .DS_Store by @penguinolog in #808
Full Changelog: 2.5.3...2.6.0