diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe814ae..5ec65dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Packaging - New `extra/alacritty-msg.man` manpage for the `alacritty msg` subcommand +- Minimum Rust version has been bumped to 1.53.0 ### Added - Option `colors.transparent_background_colors` to allow applying opacity to all background colors - Support for running multiple windows from a single Alacritty instance (see docs/features.md) +- Urgency support on Wayland via `xdg_activation_v1` ### Changed @@ -29,6 +31,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Invisible cursor with matching foreground/background colors - Crash when hovering over a match emptied by post-processing +### Removed + +- Wayland client side decorations were simplified + ## 0.9.0 ### Packaging |