Skip to content

Releases: davidmhewitt/granite-rs

v2.0.0

15 Dec 03:10
aa08382
Compare
Choose a tag to compare

Breaking Changes

  • A number of method return types have changed from Option<Type> to just Type to correctly reflect the nullability of the Granite methods.

Full Changelog: v1.4.0...v2.0.0

v1.4.0

07 Dec 13:25
df76770
Compare
Choose a tag to compare
  • Support Granite 7.6
  • Implement RelmContainerExt trait for Dialog (when relm4 feature is enabled)

Full Changelog: v1.3.0...v1.4.0

v1.3.0

20 Jul 06:05
5002006
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

1.2.0

07 May 11:29
2bf6911
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

1.1.1

27 Apr 13:53
8aca099
Compare
Choose a tag to compare

What's Changed

  • Bumped glib/gtk dependencies to latest versions

Full Changelog: v1.1.0...v1.1.1

1.1.0

23 Nov 10:35
459e607
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

1.0.0

18 Sep 17:04
4d3fe71
Compare
Choose a tag to compare

What's Changed

  • Allow subclassing settings widgets by @davidmhewitt in #1
  • MSRV is now 1.70
  • granite::traits module has been removed. Members are now available under granite::prelude::* to be consistent with other GIR crates.
  • GTK/GLib/Gio dependencies bumped.

Full Changelog: v0.2.1...v1.0.0