Skip to content

Releases: alacritty/alacritty

Alacritty Version 0.9.0 Release Candidate 4

01 Aug 21:24
v0.9.0-rc4
Compare
Choose a tag to compare

Fixed

  • Crash when suspending Alacritty

Alacritty Version 0.9.0 Release Candidate 3

24 Jul 21:30
v0.9.0-rc3
Compare
Choose a tag to compare

Fixed

  • Crash when moving fullwidth characters off the side of the terminal in insert mode

Alacritty Version 0.9.0 Release Candidate 2

18 Jul 21:35
v0.9.0-rc2
Compare
Choose a tag to compare

Fixed

  • Windows build without administrator privileges
  • Missing release assets

Alacritty Version 0.9.0 Release Candidate 1

18 Jul 04:27
v0.9.0-rc1
a8b79b2
Compare
Choose a tag to compare

Packaging

  • Minimum Rust version has been bumped to 1.46.0

Added

  • Support for ipfs/ipns URLs
  • Mode field for regex hint bindings

Fixed

  • Regression in rendering performance with dense grids since 0.6.0
  • Crash/Freezes with partially visible fullwidth characters due to alt screen resize
  • Incorrect vi cursor position after invoking ScrollPage* action
  • Slow PTY read performance with extremely dense grids
  • Crash when resizing during vi mode
  • Unintentional text selection range change after leaving vi mode
  • Deadlock on Windows during high frequency output
  • Search without vi mode not starting at the correct location when scrolled into history
  • Crash when starting a vi mode search from the bottommost line
  • Original scroll position not restored after canceling search
  • Clipboard copy skipping non-empty cells when encountering an interrupted tab character
  • Vi mode cursor moving downward when scrolled in history with active output

Alacritty Version 0.8.0

19 May 08:19
v0.8.0
Compare
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
  • URL highlighting has moved from mouse.url to the hints config section

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

Alacritty Version 0.8.0 Release Candidate 6

10 May 22:13
v0.8.0-rc6
Compare
Choose a tag to compare

Fixed

  • Default binding for URL hints missing

Alacritty Version 0.8.0 Release Candidate 5

09 May 23:12
v0.8.0-rc5
Compare
Choose a tag to compare

Fixed

  • Default URL hint not stopping on unicode whitespace

Alacritty Version 0.8.0 Release Candidate 4

09 May 22:05
v0.8.0-rc4
Compare
Choose a tag to compare

Added

  • Ctrl + C keybinding for leaving hint mode

Fixed

  • Crash when copying out of bounds selections
  • Unnecessary redraws due to hint highlighting

Alacritty Version 0.8.0 Release Candidate 3

01 May 20:41
v0.8.0-rc3
Compare
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
Compare
Choose a tag to compare

Fixed

  • Single column block selection
  • Test failures in release mode