From 1c878a0476257d328113efcd7088f1aa53f42e56 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 2 Feb 2023 11:30:23 +0300 Subject: Update winit to 0.28 Fixes #6644. Fixes #6615. Fixes #6558. Fixes #6515. Fixes #3187. Fixes #62. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 9281f20c..df8c61d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Uppercase `-T` short form for `--title` - Support for horizontal scrolling in mouse mode and alternative scrolling modes +- Support for fractional scaling on Wayland with wp-fractional-scale protocol ### Changed @@ -18,6 +19,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Always use sRGB color space on macOS - Erase in line after the last column will no longer clear the last column - Open new windows by default with macOS `Cmd`+`N` binding +- The hint about window transparency is now properly issued on Wayland and macOS +- `window.decorations_theme_variant` could now control theme on macOS and Windows +- The IME purpose is now set to `Terminal` which could help with OSK +- `window.decorations_theme_variant` is now using `Dark`, `Light`, and `None` values ### Fixed @@ -37,6 +42,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Reduced GPU memory usage - Low frame rate when multiple windows render at the same time - Redraw hanging until a keypress on X11 in rare cases +- Window clipping when maximizing a window without decorations on Windows + +### Removed + +- `window.gtk_theme_variant` config field; use `window.decorations_theme_variant` instead +- `alt_send_esc` is now always set to `true` ## 0.11.0 -- cgit v1.2.3