summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2021-12-03 06:50:14 +0300
committerGitHub <noreply@github.com>2021-12-03 03:50:14 +0000
commit4c6a763850a5dec0fa34d15e356dcba19875690a (patch)
treed32af54c261a97525410ae6c98527debc51885e9 /CHANGELOG.md
parent8681f71084894db6d1e258be17db1f80bb669314 (diff)
downloadalacritty-4c6a763850a5dec0fa34d15e356dcba19875690a.tar.gz
alacritty-4c6a763850a5dec0fa34d15e356dcba19875690a.zip
Bump glutin to 0.28.0
Fixes #5603. Fixes #5422. Fixes #5350. Fixes #4105. Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
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