diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-05 01:00:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-05 01:00:50 +0000 |
commit | 1cfb0740bc530da3162292bbf682a234240f26a3 (patch) | |
tree | cb156fc054b27f437f9a97a7f1af94ff58bb89c7 /CHANGELOG.md | |
parent | 5aaa350e1a79402244c3350b2cad9880c4e770e4 (diff) | |
download | alacritty-1cfb0740bc530da3162292bbf682a234240f26a3.tar.gz alacritty-1cfb0740bc530da3162292bbf682a234240f26a3.zip |
Bump winit to 0.20.0 Alpha 6
Fixes #3070.
Fixes #2893.
Fixes #2877.
Fixes #2829.
Fixes #2767.
Fixes #2271.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a32238..e87e2ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Terminal escape bindings with combined modifiers for Delete and Insert - /Applications symlink into OS X DMG for easier installation - Colored emojis on Linux/BSD +- Value `randr` for `WINIT_HIDPI_FACTOR`, to ignore `Xft.dpi` and scale based on screen dimensions ### Changed @@ -37,6 +38,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Entire screen getting underlined/stroke out when running `clear` - Slow startup on some Wayland compositors - Padding not consistently visible on macOS +- Decorations ignoring Windows dark theme +- Crash on macOS when starting maximized without decorations +- Resize cursor not showing up on Wayland +- Maximized windows spawning behind system panel on Gnome Wayland ### Removed |