mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Add version 0.4.3 entries to changelog
This commit is contained in:
parent
e009869623
commit
e6475c6753
1 changed files with 11 additions and 6 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -40,21 +40,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Tabstops not being reset with `reset`
|
|
||||||
- Selection not cleared when switching between main and alt grid
|
- Selection not cleared when switching between main and alt grid
|
||||||
|
- Freeze when application is invisible on Wayland
|
||||||
|
- Paste from some apps on Wayland
|
||||||
|
- Slow startup with Nvidia binary drivers on some X11 systems
|
||||||
|
- Display not scrolling when printing new lines while scrolled in history
|
||||||
|
|
||||||
|
## 0.4.3
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Tabstops not being reset with `reset`
|
||||||
- Fallback to `LC_CTYPE=UTF-8` on macOS without valid system locale
|
- Fallback to `LC_CTYPE=UTF-8` on macOS without valid system locale
|
||||||
- Resize lag on launch under some X11 wms
|
- Resize lag on launch under some X11 wms
|
||||||
- Increased input latency due to vsync behavior on X11
|
- Increased input latency due to vsync behavior on X11
|
||||||
- Freeze when application is invisible on Wayland
|
|
||||||
- Emoji colors blending with terminal background
|
- Emoji colors blending with terminal background
|
||||||
- Fix escapes prematurely terminated by terminators in unicode glyphs
|
- Fix escapes prematurely terminated by terminators in unicode glyphs
|
||||||
- Incorrect location when clicking inside an unfocused window on macOS
|
- Incorrect location when clicking inside an unfocused window on macOS
|
||||||
- Startup mode `Maximized` on Windows
|
- Startup mode `Maximized` on Windows
|
||||||
- Crash when writing a fullwidth character in the last column with auto-wrap mode disabled
|
- Crash when writing a fullwidth character in the last column with auto-wrap mode disabled
|
||||||
- Paste from some apps on Wayland
|
- Crashing at startup on Windows
|
||||||
- Slow startup with Nvidia binary drivers on some X11 systems
|
|
||||||
- Display not scrolling when printing new lines while scrolled in history
|
|
||||||
|
|
||||||
|
|
||||||
## 0.4.2
|
## 0.4.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue