Releases: diamondburned/gotk4
v0.1.1
Minor girgen additions.
v0.1.0
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
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
- @LukeShu made their first contribution in #109
- @christian-schulze made their first contribution in #116
- @janvhs made their first contribution in #120
Full Changelog: v0.0.4...v0.0.5
pkg/v0.1.0
This tag synchronizes with [email protected]
.
pkg/v0.0.6
Note
This release pairs with [email protected]
.
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
New Contributors
- @LukeShu made their first contribution in #109
- @christian-schulze made their first contribution in #116
- @janvhs made their first contribution in #120
Full Changelog: pkg/v0.0.5...pkg/v0.0.6
pkg/v0.0.5
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
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
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.1
Initial release. The whole package builds. Most things should work as expected.