Skip to content

Releases: alacritty/alacritty

Alacritty Version 0.8.0 Release Candidate 3

01 May 20:41
v0.8.0-rc3

Choose a tag to compare

Changed

  • Improved font height metric calculation

Alacritty Version 0.8.0 Release Candidate 2

01 May 19:20
v0.8.0-rc2

Choose a tag to compare

Fixed

  • Single column block selection
  • Test failures in release mode

Alacritty Version 0.8.0 Release Candidate 1

01 May 13:26
v0.8.0-rc1
347dbd9

Choose a tag to compare

Packaging

  • Minimum Rust version has been bumped to 1.45.0

Added

  • IME composition preview not appearing on Windows
  • Synchronized terminal updates using DCS = 1 s ST/DCS = 2 s ST
  • Regex terminal hints (see features.md)
  • macOS keybinding (cmd+alt+H) hiding all windows other than Alacritty
  • Support for magnet URLs

Changed

  • The vi mode cursor is now created in the top-left if the terminal cursor is invisible
  • Focused search match will use cell instead of match colors for CellForeground/CellBackground

Fixed

  • Alacritty failing to start on X11 with invalid DPI reported by XRandr
  • Text selected after search without any match
  • Incorrect vi cursor position after leaving search
  • Clicking on URLs on Windows incorrectly opens File Explorer
  • Incorrect underline cursor thickness on wide cell
  • Viewport moving around when resizing while scrolled into history
  • Block cursor not expanding across fullwidth characters when on the right side of it
  • Overwriting fullwidth characters only clearing one of the involved cells

Removed

  • Config field visual_bell, you should use bell instead

Alacritty Version 0.7.2

20 Feb 00:10
v0.7.2
5ac8060

Choose a tag to compare

Packaging

  • Updated shell completions

Fixed

  • Crash due to assertion failure on 32-bit architectures
  • Segmentation fault on shutdown with Wayland
  • Incorrect estimated DPR with Wayland
  • Consecutive clipboard stores dropped on Wayland until the application is refocused

Alacritty Version 0.7.2 Release Candidate 2

16 Feb 23:07
v0.7.2-rc2

Choose a tag to compare

Packaging

  • Updated shell completions

Alacritty Version 0.7.2 Release Candidate 1

14 Feb 21:12
v0.7.2-rc1

Choose a tag to compare

Fixed

  • Crash due to assertion failure on 32-bit architectures
  • Segmentation fault on shutdown with Wayland
  • Incorrect estimated DPR with Wayland
  • Consecutive clipboard stores dropped on Wayland until the application is refocused

Alacritty Version 0.7.1

09 Jan 11:48
v0.7.1

Choose a tag to compare

Fixed

  • Jumping between matches in backward vi search

Alacritty Version 0.7.1 Release Candidate 1

08 Jan 22:07
v0.7.1-rc1

Choose a tag to compare

Fixed

  • Jumping between matches in backward vi search

Alacritty Version 0.7.0

08 Jan 12:16
v0.7.0
97fc6c7

Choose a tag to compare

Added

  • Support for ~/ at the beginning of configuration file imports
  • New cursor.style.blinking option to set the default blinking state
  • New cursor.blink_interval option to configure the blinking frequency
  • Support for cursor blinking escapes (CSI ? 12 h, CSI ? 12 l and CSI Ps SP q)
  • IME support on Windows
  • Urgency support on Windows
  • Customizable keybindings for search
  • History for search mode, bound to ^P/^N/Up/Down by default
  • Default binding to cancel search on Ctrl+C
  • History position indicator for search and vi mode

Changed

  • Nonexistent config imports are ignored instead of raising an error
  • Value for disabling logging with config.log_level is Off instead of None
  • Missing glyph symbols are no longer drawn for zerowidth characters

Fixed

  • Wide characters sometimes being cut off
  • Preserve vi mode across terminal reset
  • Escapes CSI Ps b and CSI Ps Z with large parameters locking up Alacritty
  • Dimming colors which use the indexed CSI 38 : 5 : Ps m notation
  • Slow rendering performance with a lot of cells with underline/strikeout attributes
  • Performance of scrolling regions with offset from the bottom
  • Extra mouse buttons are no longer ignored on Wayland
  • Numpad arrow keys are now properly recognized on Wayland
  • Compilation when targetting aarch64-apple-darwin
  • Window not being completely opaque on Windows
  • Window being always on top during alt-tab on Windows
  • Cursor position not reported to apps when mouse is moved with button held outside of window
  • No live config update when starting Alacritty with a broken configuration file
  • PTY not drained to the end with the --hold flag enabled
  • High CPU usage on BSD with live config reload enabled
  • Alacritty not discarding invalid escape sequences starting with ESC
  • Crash due to clipboard not being properly released on Wayland
  • Shadow artifacts when resizing transparent windows on macOS
  • Missing glyph symbols not being rendered for missing glyphs on macOS and Windows
  • Underline cursor being obscured by underline
  • Cursor not being rendered with a lot of unicode glyphs visible
  • IME input swallowed after triggering a key binding
  • Crash on Wayland due to non-standard fontconfig configuration
  • Search without vi mode not jumping properly between all matches

Removed

  • The following CLI arguments have been removed in favor of the --option flag:
    • --persistent-logging
    • --live-config-reload
    • --no-live-config-reload
    • --dimensions
    • --position
  • live-shader-reload feature
  • Config option dynamic_title, you should use window.dynamic_title instead
  • Config option scrolling.faux_multiplier, which was replaced by escape CSI ? 1007 h/l
  • WinPTY support on Windows

Alacritty Version 0.7.0 Release Candidate 2

07 Jan 03:22
v0.7.0-rc2

Choose a tag to compare

v0.7.0-rc2

Alacritty version 0.7.0-rc2