Apply Version Updates From Current Changes - #377
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
release
branch
10 times, most recently
from
July 28, 2026 05:01
722f46e to
54bfbab
Compare
github-actions
Bot
force-pushed
the
release
branch
7 times, most recently
from
July 30, 2026 19:09
e3fec76 to
2018846
Compare
github-actions
Bot
force-pushed
the
release
branch
from
July 31, 2026 03:26
2018846 to
6f445c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
muda
[0.20.0]
Accelerator::newandKeyAccelerator::newnow takeModifiersdirectly instead ofOption<Modifiers>, useModifiers::empty()instead.CheckMenuItem::is_checkedreturning the item'senabledstate instead of its checked state when the item isn't attached to a menu yet.gtk4feature flagPredefinedMenuItem::zoomas an alias forPredefinedMenuItem::maximize.NativeIconvariants on GTK and Windows where possible. Also addedNativeIcon::Raw,NativeIcon::from_nameon macOS/Linux/BSD, orNativeIcon::from_idon Windows for using raw platform specific values if needed.Acceleratorshortcuts internally separate from logicalKeyAcceleratorshortcuts so menu shortcuts can target either physical key codes or layout-spec ific characters.Menu::removeandSubmenu::removenow remove all occurrences of the provided item. Useremove_atto remove a single item occurrence by position.