Gtk4 v0.7.0
Major changes
- Dialog methods like
open_dialog
,info_dialog
, etc. now use the new API introduced in GTK 4.10. See #49. The previous API was deprecated in recent versions of GTK, so this will be better in the long term. With a few exceptions (see below) this should not require changes downstream. - GtkTextView related API has been changed drastically in order to make it consistent with the other parts of the package and to fix many of the auto-generated methods. See #62
- Minimum Julia version is now 1.10
Other changes
- Updated Adwaita generated code
- Misc. documentation improvements
- Minor performance improvements enabled by bumping required Julia version
List of breaking changes
- Arguments of
ask_dialog
have changed:no_text
,yes_text
, andmodal
removed. - Arguments of
input_dialog
have changed:buttons
argument removed. - Lots of breaking changes related to GtkTextView - sorry folks!
Merged pull requests:
- Version 0.7 (#74) (@jwahlstrand)
- disable Codecov (#75) (@jwahlstrand)