From 54c829ec7a22bfa133c8f32a9770613b6043a53d Mon Sep 17 00:00:00 2001 From: I-Info Date: Sun, 18 Feb 2024 12:23:50 +0800 Subject: [PATCH] chore: update CHANGELOG and FEATURES --- CHANGELOG.md | 1 + FEATURES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289c921d17..172badc17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,7 @@ Unreleased` header. - On Orbital, implement `set_window_level`. - On Orbital, emit `DeviceEvent::MouseMotion`. - On Wayland, fix title in CSD not updated from `AboutToWait`. +- On macOS, emit `Event::Reopen` to handle dock icon click event. # 0.29.10 diff --git a/FEATURES.md b/FEATURES.md index 2819b48ec0..dbd81033f1 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -141,6 +141,7 @@ If your PR makes notable changes to Winit's features, please update this section * Full-size content view * Accepts first mouse * Set a preferred theme and get current theme. +* Dock icon click event ### Unix * Window urgency