2023-04-06 15:19:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 6 13:12:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.5
|
|
|
|
* The previously protobuf-based ad-hoc protocol has changed to
|
|
|
|
custom format defined in the protocol.xml file. This protocol
|
|
|
|
is heavily influenced by the Wayland protocol but not binary
|
|
|
|
compatible. The protocol is not yet stable.
|
|
|
|
* ei_get_version() has been removed, with the protocol having
|
|
|
|
per-interface versions this is no longer useful.
|
|
|
|
* ei_device_start_emulating() now takes a sequence number.
|
|
|
|
* Support for properties has been removed.
|
|
|
|
* libreis has been removed.
|
|
|
|
|
2022-12-15 17:16:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 13 10:10:37 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.4.1
|
|
|
|
* ei_setup_backend_portal() was removed. The portal it
|
|
|
|
connected to never really existed and all the efforts since
|
|
|
|
have gone into supporting libei connections through the
|
|
|
|
RemoteDesktop and the InputCapture portals. Note that these
|
|
|
|
changes are not yet merged into upstream xdg-desktop-portal.
|
|
|
|
* a new library "liboeffis" takes the place of the above. It is
|
|
|
|
a helper library to connect to the RemoteDesktop portal via
|
|
|
|
DBus with a minimal API and retrieve the EIS socket. This
|
|
|
|
library is intended to be used by tools that cannot easily
|
|
|
|
talk DBus themselves (this includes Xwayland).
|
|
|
|
* the libei/libeis log handlers have a new API which makes
|
|
|
|
handling log messages a bit simpler.
|
|
|
|
* version exchange between client/server make it possible (in
|
|
|
|
the future) to have multiple supported protocol versions.
|
|
|
|
|
2022-06-07 09:09:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 7 06:44:15 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.3
|
|
|
|
* libei now supports the concept of sender/receiver contexts. A
|
|
|
|
libei context in sender mode can send events to the
|
|
|
|
(EIS-created) devices, a libei context in receiver mode can
|
|
|
|
receive events from the (EIS-created) devices. This allows
|
|
|
|
for libei to be used as a transport layer for captured input
|
|
|
|
events.
|
|
|
|
* A libei context can bind/unbind to seat capabilities
|
|
|
|
individually at any time
|
|
|
|
* Frame events now carry a timestamp
|
|
|
|
* A helper tool ei-debug-events is now available, this tool can
|
|
|
|
be used in e.g. portal implementation to show the events
|
|
|
|
being sent.
|
|
|
|
|
2022-03-02 09:04:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 2 08:00:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 0.2
|
|
|
|
* Development snapshot, no curated changelog available.
|
|
|
|
|
2020-08-26 02:06:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 26 00:06:10 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Add meson_build call.
|
|
|
|
|
2020-08-13 11:15:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 13 09:01:21 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Initial package (version 0+134/7965e8f) for build.opensuse.org
|
|
|
|
- Add system-munit.diff, ver.diff
|