Skip to content

Commit

Permalink
Merge pull request #181 from heuer/changelog-0.16.7
Browse files Browse the repository at this point in the history
Updated CHANGES for 0.16.7
  • Loading branch information
flacjacket authored Apr 17, 2024
2 parents 68f2331 + 1c874ba commit ca6cc5c
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,31 @@
0.16.7 -- 2024-mm-dd
--------------------
* Added support for the Single-pixel buffer protocol.
* Added support for the
`Single-pixel buffer <https://wayland.app/protocols/single-pixel-buffer-v1>`_
protocol.
* Added (experimental) support for the
`Session lock V1 <https://wayland.app/protocols/ext-session-lock-v1>`_
protocol
* Added ``Output.enable_adaptive_sync(bool)``
* Added ``Cursor.detach_input_device()``
* Added ``Backend.is_multi`` property which indicates if the backend represents
a multi-backend
* Added ``Pointer.data`` property
* Added support for ``wlr_touch``
* Added support for ``OutputState`` which simplifies the configuration of
``Output``
* Removed ``Seat.has_grab()``: Use the explicit methods like
``Seat.keyboard_has_grab()``, ``Seat.pointer_has_grab()`` or
``Seat.touch_has_grab()``
* Added support for ``wlr_touch``
* Renamed the touch events to maintain a consistent naming scheme:
``TouchEventUp`` -> ``TouchUpEvent``, ``TouchEventDown`` -> ``TouchDownEvent``,
``TouchEventMotion`` -> ``TouchMotionEvent``,
``TouchEventCancel`` -> ``TouchCancelEvent``
* The following methods don't throw a ``RuntimeError`` anymore, but return a
boolean value like the wlroots API: ``Backend.start()``, ``Output.commit()``
boolean value like the wlroots API: ``Backend.start()``, ``Output.commit()``,
and ``SceneOutput.commit()``
* Deprecated ``Seat.set_keyboard()``: Use the ``Seat.keyboard`` property
* ``Seat.keyboard`` (and ``Seat.set_keyboard()``) accepts ``None`` as valid value.
* Added ``Cursor.detach_input_device()``


0.16.6 -- 2023-10-08
Expand Down

0 comments on commit ca6cc5c

Please sign in to comment.