14
0
forked from pool/python-urwid

- update to 2.6.16:

* Feature: Add focus reporting support
  * Add 16-color support
  * Disable mouse tracking and discard input when exiting the
    main loop
  * Type annotations: fix typing issues

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=65
This commit is contained in:
2024-10-30 19:57:05 +00:00
committed by Git OBS Bridge
parent f0214f12fe
commit edb05db0fd
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 30 19:56:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.6.16:
* Feature: Add focus reporting support
* Add 16-color support
* Disable mouse tracking and discard input when exiting the
main loop
* Type annotations: fix typing issues
-------------------------------------------------------------------
Mon Sep 23 08:53:29 UTC 2024 - Dirk Müller <dmueller@suse.com>