mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
Bump version on master (#3119)
This commit does not represent a release and only synchronizes CHANGELOG from the latest release.
This commit is contained in:
committed by
Kirill Chibisov
parent
43d6eac871
commit
ec83de3938
@@ -10,7 +10,6 @@ And please only add new entries to the top of this list, right below the `# Unre
|
|||||||
|
|
||||||
- Implement `PartialOrd` and `Ord` for `Key`, `KeyCode`, `NativeKey`, and `NativeKeyCode`.
|
- Implement `PartialOrd` and `Ord` for `Key`, `KeyCode`, `NativeKey`, and `NativeKeyCode`.
|
||||||
- Make iOS `MonitorHandle` and `VideoMode` usable from other threads.
|
- Make iOS `MonitorHandle` and `VideoMode` usable from other threads.
|
||||||
- Fix window size sometimes being invalid when resizing on macOS.
|
|
||||||
- On Web, `ControlFlow::WaitUntil` now uses the Prioritized Task Scheduling API. `setTimeout()`, with a trick to circumvent throttling to 4ms, is used as a fallback.
|
- On Web, `ControlFlow::WaitUntil` now uses the Prioritized Task Scheduling API. `setTimeout()`, with a trick to circumvent throttling to 4ms, is used as a fallback.
|
||||||
- On Web, never return a `MonitorHandle`.
|
- On Web, never return a `MonitorHandle`.
|
||||||
- **Breaking:** Move `Event::RedrawRequested` to `WindowEvent::RedrawRequested`.
|
- **Breaking:** Move `Event::RedrawRequested` to `WindowEvent::RedrawRequested`.
|
||||||
@@ -175,6 +174,10 @@ And please only add new entries to the top of this list, right below the `# Unre
|
|||||||
- **Breaking** `MouseButton` now supports `Back` and `Forward` variants, emitted from mouse events
|
- **Breaking** `MouseButton` now supports `Back` and `Forward` variants, emitted from mouse events
|
||||||
on Wayland, X11, Windows, macOS and Web.
|
on Wayland, X11, Windows, macOS and Web.
|
||||||
|
|
||||||
|
# 0.28.7
|
||||||
|
|
||||||
|
- Fix window size sometimes being invalid when resizing on macOS 14 Sonoma.
|
||||||
|
|
||||||
# 0.28.6
|
# 0.28.6
|
||||||
|
|
||||||
- On macOS, fixed memory leak when getting monitor handle.
|
- On macOS, fixed memory leak when getting monitor handle.
|
||||||
|
|||||||
Reference in New Issue
Block a user