This is a bugfix release that fixes a crash in the Linux GTK backend that is caused by GTK creating a dialog window on X11 even though the parent window is on Wayland, or vice versa. The build script also received a fix that improves usability when this library is set up as a dependency of another project.
What's Changed
- Build: Add alias target for dependent project CMake consumption by @Phytolizer in #143
- GTK: Open the dialog window on the same GdkScreen (and GdkDisplay) as the parent by @btzy in #145
New Contributors
- @Phytolizer made their first contribution in #143
Full Changelog: v1.2.0...v1.2.1