Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 12:05
· 4 commits to main since this release
a535d9e

Gtk4 v0.7.0

Diff since v0.6.9

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, and modal removed.
  • Arguments of input_dialog have changed: buttons argument removed.
  • Lots of breaking changes related to GtkTextView - sorry folks!

Merged pull requests: