Urwid 0.9.7.2 released
[Posted January 10, 2007 by cook]
From: |
| Ian Ward <ian-AT-excess.org> |
To: |
| Urwid General Discussion <urwid-AT-lists.excess.org>,
python-announce-AT-python.org, python-list-AT-python.org |
Subject: |
| ANN: Urwid 0.9.7.2 - Console UI Library |
Date: |
| Wed, 03 Jan 2007 23:13:22 -0500 |
Announcing Urwid 0.9.7.2
------------------------
Urwid home page:
http://excess.org/urwid/
Tarball:
http://excess.org/urwid/urwid-0.9.7.2.tar.gz
About this release:
===================
This maintenance release significantly improves the performance of
Urwid when run in UTF-8 mode. A UTF-8 input handling bug was also
fixed.
New in this release:
====================
* Improved performance in UTF-8 mode when ASCII text is used.
* Fixed a UTF-8 input bug.
* Added a clear() function to the the display modules to force
the screen to be repainted on the next draw_screen() call.
About Urwid
===========
Urwid is a console UI library for Python. It features fluid interface
resizing, UTF-8 support, multiple text layouts, simple attribute markup,
powerful scrolling list boxes and flexible interface design.
Urwid is released under the GNU LGPL.