Compare commits

...

3 Commits

Author SHA1 Message Date
Bilal Elmoussaoui
9334cd4ee9 Post release version bump 2023-08-23 08:46:43 +02:00
Bilal Elmoussaoui
342c967fdc news: Add rendering fixes note 2023-08-23 08:46:06 +02:00
Bilal Elmoussaoui
b2baf33851 Release libmks 0.1.1 2023-08-23 08:43:17 +02:00
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
# 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

View File

@ -1,5 +1,5 @@
project('libmks', 'c',
version: '0.1.1',
version: '0.1.2',
meson_version: '>= 0.62.0',
default_options: ['warning_level=2', 'werror=false', 'c_std=gnu11'],
)