alacritty v0.4.1 Release Notes

Release Date: 2020-01-09 // over 4 years ago
  • Packaging

    • โž• Added compatibility logo variants for environments which can't render the default SVG

    โž• Added

    • Terminal escape bindings with combined modifiers for Delete and Insert
    • /Applications symlink into OS X DMG for easier installation
    • ๐Ÿง Colored emojis on Linux/BSD
    • Value randr for WINIT_HIDPI_FACTOR, to ignore Xft.dpi and scale based on screen dimensions
    • ๐ŸŽ Minimize key binding action, bound to cmd + m on macOS

    ๐Ÿ”„ Changed

    • ๐Ÿ On Windows, the ConPTY backend will now be used by default if available
    • The enable_experimental_conpty_backend config option has been replaced with winpty_backend

    ๐Ÿ›  Fixed

    • URLs not truncated with non-matching single quote
    • Absolute file URLs (file:///home) not recognized because of leading /
    • Clipboard escape OSC 52 not working with empty clipboard parameter
    • ๐Ÿ Direct escape input on Windows using alt
    • Incorrect window size on X11 when waking up from suspend
    • Width of Unicode 11/12 emojis
    • ๐Ÿ Minimize on windows causing layout issues
    • ๐ŸŽ Performance bottleneck when clearing colored rows
    • ๐Ÿ Vague startup crash messages on Windows with WinPTY backend
    • ๐Ÿ Deadlock on Windows when closing Alacritty using the title bar "X" button (ConPTY backend)
    • Crash on clear when scrolled up in history
    • Entire screen getting underlined/stroke out when running clear
    • Slow startup on some Wayland compositors
    • ๐ŸŽ Padding not consistently visible on macOS
    • ๐Ÿ Decorations ignoring Windows dark theme
    • ๐ŸŽ Crash on macOS when starting maximized without decorations
    • Resize cursor not showing up on Wayland
    • ๐Ÿ Maximized windows spawning behind system panel on Gnome Wayland

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for 8-bit C1 escape sequences