Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 02:23
· 48 commits to main since this release
d9003dc

Gtk4 v0.6.0

breaking changes:

  • In GI-generated methods with callbacks, callback inputs and outputs are converted automatically from C pointers to Julia objects. This makes list views easier to use (see the examples).
  • GErrors are turned into GErrorExceptions rather than generic exceptions. This helps filter out these types of errors, which are usually meant to be recoverable.

other changes:

  • New signal connector functions that make it easier to use @cfunction based callbacks
  • Miscellaneous fixes to GI-generated methods
  • Fix a rare crash in the dialogs.

Diff since v0.5.4

Merged pull requests: