diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 |