Skip to content

Releases: davidmhewitt/granite-rs

3.1.0

06 Dec 04:15
ae2722a

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

3.0.0

21 Sep 07:06

Choose a tag to compare

Breaking Changes

  • gtk4 crate requirement bumped to 0.10. If you still need to build against 0.9, use the previous 2.0.0 release.
  • MSRV is now 1.85

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

15 Dec 03:10
aa08382

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

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

Choose a tag to compare

What's Changed

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

1.2.0

07 May 11:29
2bf6911

Choose a tag to compare

What's Changed

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

1.1.1

27 Apr 13:53
8aca099

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

Choose a tag to compare

What's Changed

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

1.0.0

18 Sep 17:04
4d3fe71

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