Skip to content

0.6.3

Latest
Compare
Choose a tag to compare
@badcel badcel released this 26 Feb 21:23
· 27 commits to main since this release
41992a3

This is a follow up release to 0.6.2. This release adds some missing bits to GObject-2.0.Integration, adds IDisposable support on interfaces and fixes a bug in several async methods.

Noteworthy

  • GObject-2.0.Integration: Subclassing now supports global namespaces (#1188)
  • GObject-2.0.Integration: Generates a partial Initialize() method to allow custom initialization of an object no matter if it is created by dotnet or C code. (#1189). See the Gridview-Sample to see how to use the new method.
  • Several GTK async methods now support a nullable parent window (#1199)
  • Interfaces implement IDisposable (#1203)

What's Changed

New Contributors

Full Changelog: 0.6.2...0.6.3