diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index edfb9a5b..32c678b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - When `mouse.url.launcher` is set, clicking on URLs will now open them with the specified program - New `mouse.url.modifiers` option to specify keyboard modifiers for opening URLs on click - Binaries for macOS, Windows and Debian-based systems are now published with GitHub releases +- The keys F16-F24 have been added as options for key bindings ### Changed @@ -36,6 +37,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Invalid default configuration on macOS and Linux - Middle mouse pasting if mouse mode is enabled - Selections now properly update as you scroll the scrollback buffer while selecting +- NUL character at the end of window titles +- DPI Scaling when moving windows across monitors +- On macOS, issues with Command-[KEY] and Control-Tab keybindings have been fixed +- Incorrect number of columns/lines when using the `window.dimensions` option +- On Wayland, windows will no longer be spawned outside of the visible region +- Resizing of windows without decorations +- On Wayland, key repetition works again +- On macOS, Alacritty will now use the integrated GPU again when available ## Version 0.2.1 |