libmks/NEWS

20 lines
657 B
Plaintext
Raw Normal View History

2023-08-23 06:43:17 +00:00
# libmks 0.1.1
- Support touch events that were added recently to QEMU
2023-08-23 06:45:54 +00:00
- Improvement to the rendering fixing frame drops or updating wrong regions
2023-08-23 06:43:17 +00:00
- Expose a Mks.Display.get_event_position_in_guest helper function.
Allowing end-users of the library to implement things like touch emulation
- Migrate to GNOME Gitlab group
2023-06-07 22:06:30 +00:00
# libmks 0.1.0
This is an initial preview release of a new library which provides
"Mouse, Keyboard, and Screen" to Qemu instances.
It communicates using the D-Bus display backend of Qemu.
We expect additional work in the near future such as touchpad, sound,
clipboard, and other integral components when fronting a VM.
Have fun!