Releases: flacjacket/pywlroots
v0.15.5
Added support for output power management protocol
v0.15.4
Add header files to be included in package for use in downstream CFFI packages.
v0.15.3
Add destroy method to XWayland
v0.15.2
Add XWayland support functionality.
v0.15.1
Fixes problem with annotations
v0.15.0
Support wlroots 0.15
The latest release of wlroots brings with it a new scene graph API as well as changes to the backend and renderer interfaces, all of which should make it much easier to do proper handling of rendering and damage tracking, as well as simplify some of the handling that was needed for showing windows in the outputs. There are also minor changes to the handling of boxes, surfaces, and other wlroots primitives. The basic tiny compositor is updated with some of this functionality, but expect further pywlroots releases to make use of all the wlroots 0.15 features
Additional breaking changes:
- Python 3.6 has hit EOL, so this version is no longer supported.
v0.14.12
- Handle invalid UTF-8 string members
v0.14.11
Fix packaging and installation issue.
v0.14.10
- Add some handlers for wlr_foreign_toplevel_management_v1
v0.14.9
- Add some touch event handling to the seat