diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-05-25 23:37:13 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-05-26 00:02:20 +0000 |
commit | 04114e75133ed385624f06d3019c912e366e620a (patch) | |
tree | c4d7fc87a61788857539dafb7064748da4ffa47f /CHANGELOG.md | |
parent | 79175527948ee7c1bad20b774cd909e037e77db6 (diff) | |
download | alacritty-0.4.3-rc1.tar.gz alacritty-0.4.3-rc1.zip |
Bump version to 0.4.3-rc1v0.4.3-rc1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 37 |
1 files changed, 2 insertions, 35 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 84abd929..99e4dd33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,53 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.5.0-dev - -### Packaging - -- Minimum Rust version has been bumped to 1.41.0 - -### Added - -- Default Command+N keybinding for SpawnNewInstance on macOS -- Vi mode for copying text and opening links -- `CopySelection` action which copies into selection buffer on Linux/BSD -- Option `cursor.thickness` to set terminal cursor thickness -- Font fallback on Windows - -### Changed - -- Block cursor is no longer inverted at the start/end of a selection -- Preserve selection on non-LMB or mouse mode clicks -- Wayland client side decorations are now based on config colorscheme -- Low resolution window decoration icon on Windows +## 0.4.3-rc1 ### Fixed - Tabstops not being reset with `reset` -- Selection not cleared when switching between main and alt grid - Fallback to `LC_CTYPE=UTF-8` on macOS without valid system locale -- Emoji colors blending with terminal background -- Fix escapes prematurely terminated by terminators in unicode glyphs -- Incorrect location when clicking inside an unfocused window on macOS -- Startup mode `Maximized` on Windows -- Crash when writing a fullwidth character in the last column with auto-wrap mode disabled -- Crashing at startup on Windows -- Resize lag on launch under some X11 wms -- Increased input latency due to vsync behavior on X11 - Resize lag on launch under some X11 wms - Increased input latency due to vsync behavior on X11 -- Freeze when application is invisible on Wayland - Emoji colors blending with terminal background - Fix escapes prematurely terminated by terminators in unicode glyphs - Incorrect location when clicking inside an unfocused window on macOS - Startup mode `Maximized` on Windows -- Crashing on start on Windows - Crash when writing a fullwidth character in the last column with auto-wrap mode disabled - -## 0.4.2 -### Fixed -- Tabstops not being reset with `reset` +- Crashing at startup on Windows ## 0.4.2-dev |