hkoosha / zoha4

Drop down terminal inspired by Tilda - GTK4.
https://zoha.rs
GNU General Public License v3.0
2 stars 0 forks source link

Update gdk4-x11 requirement from 0.8.1 to 0.9.0 #13

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 4 months ago

Updates the requirements on gdk4-x11 to permit the latest version.

Release notes

Sourced from gdk4-x11's releases.

0.9.0

What's Changed

... (truncated)

Changelog

Sourced from gdk4-x11's changelog.

Change Log

[Unreleased]

[0.6.6]

Bilal Elmoussaoui:

  • gtk: Implement convenience traits for StringObject
  • gtk: Move gtk::StyleContext::add_provider_for_display & gtk::StyleContext::remove_provider_for_display functions outside of gtk::StyleContext type as it was deprecated in GTK 4.10 causing a wrong deprecation warning. Switch to gtk::style_context_add_provider_for_display & gtk::style_context_remove_provider_for_display instead.

Yuri Izmer:

#[derive(Debug, Default, gtk::CompositeTemplate)]
#[template(file = "src/my_widget.blp")] // relative to the project directory
pub struct MyWidget {
    #[template_child]
    pub label: TemplateChild<gtk::Label>,
    #[template_child(id = "my_label2")]
    pub label2: gtk::TemplateChild<gtk::Label>,
}

[0.6.5]

Fabio Valentini:

  • gtk4-macros: enable default features of syn

[0.6.4]

Bilal Elmoussaoui:

  • gtk: Add missing guard to AccessibleRoleToggleButton

[0.6.3]

Bilal Elmoussaoui:

  • gtk/subclass: Adapt per Accessible transfer type changes
  • Bump GTK requirement for v4_10 feature
  • Fix nightly clippy warnings
  • Fix docs generation

Maximiliano Sandoval R:

... (truncated)

Commits
  • 0825d6a Switch to released versions of crates
  • 3c5fa7b build(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#1764)
  • 1a830d4 build(deps): bump docker/build-push-action
  • 524d692 gdk4-win32: Downgrade win32 crate
  • 3f630a2 tests: Disable panic version of builder scope tests
  • 4f5b5e8 ci/msvc: Rebuild gtk
  • eada4bb deny: Add quick-xml override
  • 493cb81 gsk: Re-export v4_16 feature
  • f56e739 gsk: Lower version requirement
  • 592d685 gtk: Add a gnome-47 feature
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #21.