mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1250] [CLOSED] chore(deps): bump windows-interface from 0.58.0 to 0.59.0 #1272
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1250
Author: @dependabot[bot]
Created: 1/27/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/windows-interface-0.59.0📝 Commits (10+)
a04ee33fix(wm): properly store tile state when caching ws56a7764fix(wm): store config on workspace0cf3367fix(wm): correctly use the display_index_preferences913a2d2fix(wm): cache monitor configs for unloaded monitorse9507ccfix(wm): don't store empty layout_rules on monitor cache175c3a8fix(wm): restore orphaned containers5e9af8cfix(wm): skip workspace_config on workspace serde7d4a959fix(wm): use serial numbers along device ids8242394fix(wm): handle serial id onload_monitor_informationc58e213fix(wm): remove workspace_rules from disconnected monitors📊 Changes
15 files changed (+1002 additions, -305 deletions)
View changed files
📝
Cargo.lock(+2 -2)📝
Cargo.toml(+4 -2)📝
komorebi-bar/src/bar.rs(+232 -145)📝
komorebi-bar/src/komorebi.rs(+14 -1)📝
komorebi-bar/src/main.rs(+6 -4)📝
komorebi-client/src/lib.rs(+1 -0)📝
komorebi/src/main.rs(+8 -2)📝
komorebi/src/monitor.rs(+13 -13)📝
komorebi/src/monitor_reconciliator/hidden.rs(+98 -3)📝
komorebi/src/monitor_reconciliator/mod.rs(+279 -82)📝
komorebi/src/process_event.rs(+2 -0)📝
komorebi/src/static_config.rs(+262 -48)📝
komorebi/src/window_manager.rs(+7 -1)📝
komorebi/src/windows_api.rs(+68 -2)📝
komorebi/src/workspace.rs(+6 -0)📄 Description
Bumps windows-interface from 0.58.0 to 0.59.0.
Release notes
Sourced from windows-interface's releases.
Commits
308e08eRelease 0.59.0 (#3182)429666eFix support forno_std(#3180)02c4f29Update component sample to use static factory (#3154)7cec74fImplement static COM objects (#3144)12f4621Reduce boilerplate code inwindows-corecrate forVARIANTsupport (#3151)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.