libmks/NEWS

40 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2023-09-14 08:39:51 +00:00
# libmks 0.1.5
- Fix packit automation
2023-09-14 08:33:02 +00:00
# libmks 0.1.4
- Automate fedora package build with packit
2023-09-08 07:33:08 +00:00
# libmks 0.1.3
- Fix license mismatch in certain source files
- Don't expose generated GResource specific functions in the GIR file
2023-08-31 17:41:16 +00:00
# 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
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!