- Update to version 0.13.2:
* Added:
+ Default Home/End bindings in Vi mode mapped to First/Last respectively
* Fixed:
+ CLI env variables clearing configuration file variables
+ Vi inline search/semantic selection expanding across newlines
+ C0 and C1 codes being emitted in associated text when using kitty keyboard
+ Occasional hang on startup with some Wayland compositors
+ Missing key for NumpadDecimal in key bindings
+ Scrolling content upwards moving lines into history when it shouldn't
+ Sticky keys not working sometimes on X11
+ Modifiers occasionally getting desynced on X11
+ Autokey no longer working with alacritty on X11
+ Freeze when moving window between monitors on Xfwm
+ Mouse cursor not changing on Wayland when cursor theme uses legacy cursor icon names
+ Config keys are available under proper names
+ Build failure when compiling with x11 feature on NetBSD
+ Hint Select action selecting the entire line for URL escapes
+ Kitty encoding used for regular keys when they don't carry text
* Changed:
+ No unused-key warnings will be emitted for OS-specific config keys
+ Use built-in font for sextant symbols from U+1FB00 to U+1FB3B
+ Kitty encoding is not used anymore for uncommon keys unless the protocol enabled
OBS-URL: https://build.opensuse.org/request/show/1169541
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=86
- Update to version 0.11.0:
* Packaging
- Minimum Rust version has been bumped to 1.57.0
- Renamed io.alacritty.Alacritty.appdata.xml to org.alacritty.Alacritty.appdata.xml
- Renamed io.alacritty to org.alacritty for Alacritty.app
* Fixed
- Creating the IPC socket failing if WAYLAND_DISPLAY contains an absolute path
- Crash when resetting the terminal while in vi mode
- font.glyph_offset not live reloading
- Failure when running on 10-bit color system
- The colors being slightly different when using srgb displays on macOS
- Vi cursor blinking not reset when navigating in search
- Scrolling and middle-clicking modifying the primary selection
- Bottom gap for certain builtin box drawing characters
- Incorrect built-in glyphs for U+2567 and U+2568
- Character mappings in the DEC special graphics character set (line drawing)
- Window flickering on resize on Wayland
- Unnecessary config reload when using /dev/null as a config file
- Windows Open Alacritty Here on root of drive displaying error
- On macOS, font.use_thin_strokes did not work since Big Sur
- On macOS, trying to load a disabled font would crash
- On macOS, Alacritty sessions did not appear in the list of tty sessions for w and who
- Cursor not hiding on GNOME Wayland
- Font having different scale factor after monitor powering off/on on X11
- Viewport not updating after opening a new tabbed window on macOS
- Terminal not exiting sometimes after closing all windows on macOS
- CPU usage spikes due to mouse movements for unfocused windows on X11/Windows
- First window on macOS not tabbed with system prefer tabs setting
- Window being treaten as focused by default on Wayland
* Removed
- font.use_thin_strokes config field; to use thin strokes on macOS, set
- AppleFontSmoothing to 0 with $ defaults write -g AppleFontSmoothing -int 0
- Add _constraints file. 8GB of RAM to build alacritty
OBS-URL: https://build.opensuse.org/request/show/1041273
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=60
- Update to version 0.10.1
* feat: Option font.builtin_box_drawing to disable the built-in
font for drawing box characters
* refactor: Builtin font thickness is now based on cell width
instead of underline thickness
* fix: Builtin font lines not contiguous when font.offset is used
* fix: font.glyph_offset is no longer applied on builtin font
* fix: Built-in font arcs alignment
* fix: Colors being slightly off when using
colors.transparent_background_colors
* fix: OSC 4 not handling
* fix: in OSC strings reporting default colors instead of
modified ones
* fix: OSC 104 not clearing colors when second parameter is empty
OBS-URL: https://build.opensuse.org/request/show/957904
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=52
- Pin rustflags via specfile
- Update to version 0.10.0
* feat: Option colors.transparent_background_colors to allow
applying opacity to all background colors
* feat: Support for running multiple windows from a single
Alacritty instance (see docs/features.md)
* feat: Urgency support on Wayland via xdg_activation_v1
* refactor: ExpandSelection is now a configurable mouse binding
action
* refactor: Config option background_opacity, you should use
window.opacity instead
* refactor: Reload configuration files when their symbolic link
is replaced
* refactor: Strip trailing whitespaces when yanking from a block
selection
* refactor: Display area keeps history position when viewport is
cleared
* refactor: Commands spawn from the current directory of the
foreground shell in Unix-like systems
* refactor: Remove trailing newline from strings taken from hints
or simple/semantic selections
* refactor: Builtin font is now used for box drawing characters
from U+2500 to U+259f
* refactor: Logs now print the time since startup instead of the
local time
* fix: Line indicator obstructing vi mode cursor when scrolled
into history
* fix: Vi mode search starting in the line below the vi cursor
* fix: Invisible cursor with matching foreground/background
colors
* fix: Crash when hovering over a match emptied by
post-processing
* fix: Crash when the vi cursor is on the scrollback and viewport
clear is invoked
* fix: Freeze when the vi cursor is on the scrollback and
scrollback clear is invoked
* fix: Vi cursor on topmost of the display moving downward when
scrolled into history with active output
* fix: Input lag on Wayland with Nvidia binary driver
* fix: Crash when hovering the mouse over fullwidth characters
* fix: Do not create logfile if the file already exists
OBS-URL: https://build.opensuse.org/request/show/951446
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=51
- Update to version 0.9.0.
* pkg: Minimum Rust version has been bumped to 1.46.0
* feat: Support for ipfs/ipns URLs
* feat: Mode field for regex hint bindings
* fix: Regression in rendering performance with dense grids since 0.6.0
* fix: Crash/Freezes with partially visible fullwidth characters due to alt screen resize
* fix: Incorrect vi cursor position after invoking ScrollPage* action
* fix: Slow PTY read performance with extremely dense grids
* fix: Crash when resizing during vi mode
* fix: Unintentional text selection range change after leaving vi mode
* fix: Deadlock on Windows during high frequency output
* fix: Search without vi mode not starting at the correct location when scrolled into history
* fix: Crash when starting a vi mode search from the bottommost line
* fix: Original scroll position not restored after canceling search
* fix: Clipboard copy skipping non-empty cells when encountering an interrupted tab character
* fix: Vi mode cursor moving downward when scrolled in history with active output
* fix: Crash when moving fullwidth characters off the side of the terminal in insert mode
* fix: Broken bitmap font rendering with FreeType 2.11+
* fix: Crash with non-utf8 font paths on Linux
* fix: Newly installed fonts not rendering until Alacritty restart
OBS-URL: https://build.opensuse.org/request/show/910821
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=48
- Update to version 0.8.0
* feat: IME composition preview not appearing on Windows
* feat: Synchronized terminal updates using DCS = 1 s ST/DCS = 2 s ST
* feat: Regex terminal hints (see features.md)
* feat: macOS keybinding (cmd+alt+H) hiding all windows other than alacritty
* feat: Support for magnet URLs
* change: The vi mode cursor is now created in the top-left if the terminal
cursor is invisible
* change: Focused search match will use cell instead of match colors
for CellForeground/CellBackground
* change: URL highlighting has moved from mouse.url to the hints
config section
* fix: alacritty failing to start on X11 with invalid DPI reported by XRandr
* fix: Text selected after search without any match
* fix: Incorrect vi cursor position after leaving search
* fix: Clicking on URLs on Windows incorrectly opens File Explorer
* fix: Incorrect underline cursor thickness on wide cell
* fix: Viewport moving around when resizing while scrolled into history
* fix: Block cursor not expanding across fullwidth characters when
on the right side of it
* fix: Overwriting fullwidth characters only clearing one of the involved cells
OBS-URL: https://build.opensuse.org/request/show/894457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alacritty?expand=0&rev=19