alacritty v0.2.8 Release Notes

  • โž• Added

    • 0๏ธโƒฃ Window class on Wayland is set to Alacritty by default
    • ๐ŸŒฒ Log file location is stored in the ALACRITTY_LOG environment variable
    • โš  Close button has been added to the error/warning messages

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve scrolling accuracy with devices sending fractional updates (like touchpads)
    • scrolling.multiplier now affects normal scrolling with touchpads
    • โš  Error/Warning bar doesn't overwrite the terminal anymore
    • โš  Full error/warning messages are displayed
    • ๐Ÿšš Config error messages are automatically removed when the config is fixed
    • โช Scroll history on Shift+PgUp/PgDown when scrollback history is available

    ๐Ÿ›  Fixed

    • Resolved off-by-one issue with erasing characters in the last column
    • Excessive polling every 100ms with live_config_reload enabled
    • Unicode characters at the beginning of URLs are now properly ignored
    • โœ‚ Remove error message when reloading an empty config
    • ๐Ÿ‘ Allow disabling URL launching by setting the value of mouse.url.launcher to None
    • ๐Ÿ“š Corrected the window.decorations config documentation for macOS
    • ๐Ÿ›  Fix IME position on HiDPI displays
    • URLs not opening while terminal is scrolled
    • ๐Ÿšš Reliably remove log file when Alacritty is closed and persistent logging is disabled
    • โœ‚ Remove selections when clearing the screen partially (scrolling horizontally in less)
    • Crash/Freeze when shrinking the font size too far
    • ๐Ÿ“š Documentation of the --dimensions flag have been updated to display the correct default

    โœ‚ Removed

    • ๐Ÿšš clear doesn't remove error/warning messages anymore