summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md37
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