Skip to content

Releases: diamondburned/gotk4

v0.1.1

07 Jan 23:56
18db6bb
Compare
Choose a tag to compare

Minor girgen additions.

v0.1.0

07 Jan 23:18
Compare
Choose a tag to compare

This is the first actually stable gotk4 release. From this version on, minor versions will be kept the same as gotk4/pkg.

Bumping

go get github.com/diamondburned/[email protected] && go mod tidy
go generate
(cd pkg && go get github.com/diamondburned/gotk4/[email protected] && go mod tidy)

v0.0.5

07 Jan 21:47
Compare
Choose a tag to compare

What's Changed

  • Make contributing easier by @LukeShu in #109
  • fix Editable interface name collision by @christian-schulze in #116
  • Fix location of GIR files with root only subdirectories by @janvhs in #120
  • Latest stable and well-tested gotk4 version

New Contributors

Full Changelog: v0.0.4...v0.0.5

pkg/v0.1.0

07 Jan 23:19
Compare
Choose a tag to compare

This tag synchronizes with [email protected].

pkg/v0.0.6

07 Jan 23:15
Compare
Choose a tag to compare

Note

This release pairs with [email protected].

What's Changed

New Contributors

Full Changelog: pkg/v0.0.5...pkg/v0.0.6

pkg/v0.0.5

16 Mar 21:48
ce192be
Compare
Choose a tag to compare

First release to have experimental dynamic linking code in the generator, although all generated code still uses traditional linking.

Also supports Go v1.20.

Full Changelog: pkg/v0.0.4...pkg/v0.0.5

pkg/v0.0.4

24 Dec 00:29
0aab616
Compare
Choose a tag to compare

v0.0.4 release for gotk4/pkg.

Release was made based on the last known, most stable commit. Commits and releases after this will have the experimental subclassing feature enabled, which might be unstable.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

08 Jul 08:42
66c7fe5
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

v0.0.2

22 Oct 02:58
d2e12b4
Compare
Choose a tag to compare

Minor release before another breaking change for issue #41.

v0.0.1

06 Oct 01:32
5d7eec3
Compare
Choose a tag to compare

Initial release. The whole package builds. Most things should work as expected.