Releases: davidmhewitt/granite-rs
Releases · davidmhewitt/granite-rs
3.1.0
What's Changed
- feat: add Granite 7.7 support by @davidmhewitt in #20
Full Changelog: v3.0.0...v3.1.0
3.0.0
Breaking Changes
gtk4crate requirement bumped to0.10. If you still need to build against0.9, use the previous2.0.0release.- MSRV is now 1.85
What's Changed
- Gtk 0.10 support by @davidmhewitt in #19
Full Changelog: v2.0.0...v3.0.0
v2.0.0
Breaking Changes
- A number of method return types have changed from
Option<Type>to justTypeto correctly reflect the nullability of the Granite methods.
Full Changelog: v1.4.0...v2.0.0
v1.4.0
- Support Granite 7.6
- Implement
RelmContainerExttrait forDialog(whenrelm4feature is enabled)
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Update system-deps requirement from 6 to 7 by @dependabot in #9
- bump glib/gtk versions by @davidmhewitt in #16
Full Changelog: v1.2.0...v1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
What's Changed
- Allow subclassing settings widgets by @davidmhewitt in #1
- MSRV is now 1.70
granite::traitsmodule has been removed. Members are now available undergranite::prelude::*to be consistent with other GIR crates.- GTK/GLib/Gio dependencies bumped.
Full Changelog: v0.2.1...v1.0.0