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 bump all of the applicable packages based on your change files.
tao
[0.4.0]
decorations: false
aka borderless window.CloseRequested
event and let the user handle it, keeping compatibility with macOS and Windows behavior.CloseRequested
event (#114) on 2021-07-05decorations: false
aka borderless window.MonitorHandle
and related methods on Linux.MonitorHandle
and related methods (#125) on 2021-07-12is_menu_visilbe
getter onWindow
is_menu_visible
(#108) on 2021-07-06set_focus
is triggered even if the window is not visible.set_focus
should be triggered even if the window isn't visible (#128) on 2021-07-14with_visible(bool)
inWindowBuilder
for macOS.visible
) (#119) on 2021-07-06#[non_exhaustive]
to prevent breaking changes on enum update.#[non_exhaustive]
attributes to enums (#90) on 2021-07-07with_focus
andfocus
field inWindowAttribute
. Useset_focus
instead in most cases.with_focus
andfocus
field inWindowAttribute
(#121) on 2021-07-06set_skip_taskbar
back behind aWindowExtWindows
andWindowExtUnix
.set_skip_taskbar
behind platform-ext (#118) on 2021-07-06SystemTray
exposeset_menu
to update the system tray menu once created.set_menu
for system tray (#106) on 2021-07-14with_skip_taskbar
behindWindowBuilderExtWindows
andWindowBuilderExtUnix
.with_skip_taskbar
for windows and linux (#127) on 2021-07-14