From cc2fc0b1c36bbec7eb56d931e435e70a6e6e606c Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 11 Mar 2020 22:31:59 +0000 Subject: Update to glutin 0.24.0 Fixes #3266. Fixes #3248. Fixes #3188. Fixes #3177. Fixes #2445. Fixes #1574. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index aca526e8..a21b5803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Expansion of block-selection on partially selected full-width glyphs - Minimize action only works with decorations on macOS - Window permanently vanishing after hiding on macOS -- Modifier key combinations like `Ctrl + Q` not generating characters on macOS - Handling of URLs with single quotes - Parser reset between DCS escapes - Parser stopping at unknown DEC private modes/SGR character attributes @@ -64,6 +63,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Selection invisible when starting above viewport and ending below it - Clipboard not working after TTY switch on Wayland - Crash when pasting non UTF-8 string advertised as UTF-8 string on Wayland +- Incorrect modifiers tracking on X11 and macOS, leading to 'sticky' modifiers +- Crash when starting on Windows with missing dark mode support +- Variables `XCURSOR_THEME` and `XCURSOR_SIZE` ignored on Wayland +- Low resolution mouse cursor and decorations on HiDPI Wayland outputs +- Decorations visible when in fullscreen on Wayland +- Window size not persisted correctly after fullscreening on macOS +- Crash on startup with some locales on X11 ### Removed -- cgit v1.2.3-54-g00ecf