diff options
author | 2024-02-13 05:02:54 +0100 | |
---|---|---|
committer | 2024-02-13 05:02:54 +0100 | |
commit | 52e207b89bb79dba210c581b790f794e6e0c94e8 (patch) | |
tree | 574699133deaceb86ed3511d3d57782c1d433f5c /CHANGELOG.md | |
parent | 7a1e10503697b68a4d6206551c34702ec8a69b79 (diff) | |
parent | a64cda6e3ed98fc805cb6331c3619e59840d4f75 (diff) | |
download | iced-52e207b89bb79dba210c581b790f794e6e0c94e8.tar.gz iced-52e207b89bb79dba210c581b790f794e6e0c94e8.tar.bz2 iced-52e207b89bb79dba210c581b790f794e6e0c94e8.zip |
Merge pull request #2243 from ids1024/show_window_menu
Add `show_window_menu` action
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 816ea89a..af3006f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `skip_taskbar` window setting for Windows. [#2211](https://github.com/iced-rs/iced/pull/2211) - `fetch_maximized` and `fetch_minimized` commands in `window`. [#2189](https://github.com/iced-rs/iced/pull/2189) - `run_with_handle` command in `window`. [#2200](https://github.com/iced-rs/iced/pull/2200) +- `show_system_menu` command in `window`. [#2243](https://github.com/iced-rs/iced/pull/2243) - `text_shaping` method for `Tooltip`. [#2172](https://github.com/iced-rs/iced/pull/2172) - `interaction` method for `MouseArea`. [#2207](https://github.com/iced-rs/iced/pull/2207) - `hovered` styling for `Svg` widget. [#2163](https://github.com/iced-rs/iced/pull/2163) |