libmks/NEWS
2023-08-31 19:41:16 +02:00

27 lines
844 B
Plaintext

# libmks 0.1.2
- Avoid division by 0, fixing a GTK warning
- Fix a rendering artifact when resizing the MksDisplay widget
- Few multi touch leaks & code cleanup
- Fix building GIR file
# libmks 0.1.1
- Support touch events that were added recently to QEMU
- Improvement to the rendering fixing frame drops or updating wrong regions
- 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
# 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!