File alacritty.spec.changes of Package alacritty
-------------------------------------------------------------------
Sat Aug 1 01:18:58 UTC 2020 - xia lei <emricg2@gmail.com>
- update in version 0.5.0
* Removed
- Environment variable `RUST_LOG` for selecting the log level
- Deprecated `window.start_maximized` config field
- Deprecated `render_timer` config field
- Deprecated `persistent_logging` config field
* Added
- Default Command+N keybinding for SpawnNewInstance on macOS
- Vi mode for regex search, copying text, and opening links
- `CopySelection` action which copies into selection buffer on Linux/BSD
- Option `cursor.thickness` to set terminal cursor thickness
- Font fallback on Windows
- Support for Fontconfig embolden and matrix options
- Opt-out compilation flag `winpty` to disable WinPTY support
- Scrolling during selection when mouse is at top/bottom of window
- Expanding existing selections using single, double and triple click with the
right mouse button
- Support for `gopher` and `gemini` URLs
- Unicode 13 support
- Option to run command on bell which can be set in `bell.command`
- Fallback to program specified in `$SHELL` variable on Linux/BSD if it is
present
* Changed
- Block cursor is no longer inverted at the start/end of a selection
- Preserve selection on non-LMB or mouse mode clicks
- Wayland client side decorations are now based on config colorscheme
- Low resolution window decoration icon on Windows
- Mouse bindings for additional buttons need to be specified as a number not
a string
- Don't hide cursor on modifier press with `mouse.hide_when_typing` enabled
- `Shift + Backspace` now sends `^?` instead of `^H`
- Default color scheme is now `Tomorrow Night` with the bright colors of
`Tomorrow Night Bright`
- Set IUTF8 termios flag for improved UTF8 input support
- Dragging files into terminal now adds a space after each path
- Default binding replacement conditions
- Adjusted selection clearing granularity to more accurately match content
- To use the cell's text color for selection with a modified background, the
`color.selection.text`
variable must now be set to `CellForeground` instead of omitting it
- URLs are no longer highlighted without a clearly delimited scheme
- Renamed config option `visual_bell` to `bell`
- Moved config option `dynamic_title` to `window.dynamic_title`
* Fixed
- Selection not cleared when switching between main and alt grid
- Freeze when application is invisible on Wayland
- Paste from some apps on Wayland
- Slow startup with Nvidia binary drivers on some X11 systems
- Display not scrolling when printing new lines while scrolled in history
- Regression in font rendering on macOS
- Scroll down escape (`CSI Ps T`) incorrectly pulling lines from history
- Dim escape (`CSI 2 m`) support for truecolor text
- Incorrectly deleted lines when increasing width with a prompt wrapped using
spaces
- Documentation for class in `--help` missing information on setting general
class
- Linewrap tracking when switching between primary and alternate screen buffer
- Preservation of the alternate screen's saved cursor when swapping to primary
screen and back
- Reflow of cursor during resize
- Cursor color escape ignored when its color is set to inverted in the config
- Fontconfig's `autohint` and `hinting` options being ignored
- Ingoring of default FreeType properties
- Alacritty crashing at startup when the configured font does not exist
- Font size rounding error=
-------------------------------------------------------------------
Mon Jun 1 08:26:11 UTC 2020 - xia lei <emricg2@gmail.com>
- update in version 0.4.3
* Fixed
- Tabstops not being reset with reset
- Fallback to LC_CTYPE=UTF-8 on macOS without valid system locale
- Resize lag on launch under some X11 wms
- Increased input latency due to vsync behavior on X11
- Emoji colors blending with terminal background
- Fix escapes prematurely terminated by terminators in unicode glyphs
- Incorrect location when clicking inside an unfocused window on macOS
- Startup mode Maximized on Windows
- Crash when writing a fullwidth character in the last column with auto-wrap mode disabled
- Crashing at startup on Windows
-------------------------------------------------------------------
Tue Mar 24 10:46:25 UTC 2020 - xia lei <emricg2@gmail.com>
- update version 0.4.2-rc4
* Fixed
- Shrinking terminal height in alt screen deleting primary screen content
- Incorrect cursor position when leaving alt screen after resize
-------------------------------------------------------------------
Tue Mar 24 05:12:07 UTC 2020 - xia lei <emricg2@gmail.com>
- update version 0.4.2-rc3
* Fixed
- Invisible selection being visible on first/last cell in viewport
-------------------------------------------------------------------
Thu Mar 19 09:09:24 UTC 2020 - xia lei <emricg2@gmail.com>
- update version 0.4.2-rc2
* Added:
- Live config reload for 'window.title'
* Changed:
- Pressing additional modifiers for mouse bindings will no longer trigger
them
- Renamed WINIT_HIDPI_FACTOR environment variable to WINIT_X11_SCALE_FACTOR
- Print an error instead of crashing, when startup working directory
is invalid
- Line selection will now expand across wrapped lines
- The default value for draw_bold_text_with_bright_colors is now false
- Mirror OSC query terminators instead of always using BEL
- Increased Beam, Underline, and Hollow Block cursors' line widths
- Dynamic title is not disabled anymore when window.title is set in config
* Fixed:
- Semantic selection stopping at full-width glyphs
- Full-width glyphs cut off in last column
- Crash when starting on some X11 systems
- Font size resetting when Alacritty is moved between screens
- Limited payload length in clipboard escape (used for Tmux copy/paste)
- Alacritty not ignoring keyboard events for changing WM focus on X11
- CLI parameters discarded when config is reload
- Blurred icons in KDE task switcher (alacritty.ico is now high-res)
- Consecutive builds failing on macOS due to preexisting /Application symlink
- Block selection starting from first column after beginning leaves the
scrollback
- Incorrect selection status of the first cell when selection is off screen
- Backwards bracket selection
- Stack overflow when printing shader creation error
- Underline position for bitmap fonts
- Selection rotating outside of scrolling region
- Throughput performance problems caused by excessive font metric queries
- Unicode throughput performance on Linux/BSD
- Resize of bitmap fonts
- Crash when using bitmap font with embeddedbitmap set to false
- Inconsistent fontconfig fallback
- Handling of OpenType variable fonts
- Expansion of block-selection on partially selected full-width glyphs
- Handling of URLs with single quotes
- Parser reset between DCS escapes
- Parser stopping at unknown DEC private modes/SGR character attributes
- Block selection appending duplicate newlines when last column is selected
- Bitmap fonts being a bit smaller than they should be in some cases
- Config reload creating alternate screen history instead of updating
scrollback
- Crash on Wayland compositors supporting wl_seat version 7+
- Message bar not hiding after fixing wrong color value in config
- Tabstops cleared on resize
- Tabstops not breaking across lines
- Crash when parsing DCS escape with more than 16 parameters
- Ignoring of slow touchpad scrolling
- Selection invisible when starting above viewport and ending below it
- Clipboard not working after TTY switch on Wayland
- Crash when pasting non UTF-8 string advertised as UTF-8 string on Wayland
- Incorrect modifiers tracking on X11 and macOS, leading to 'sticky'
modifiers
- Crash when starting on Windows with missing dark mode support
- Variables XCURSOR_THEME and XCURSOR_SIZE ignored on Wayland
- Low resolution mouse cursor and decorations on HiDPI Wayland outputs
- Decorations visible when in fullscreen on Wayland
- Crash on startup with some locales on X11
-------------------------------------------------------------------
Thu Jan 9 16:26:35 UTC 2020 - xia lei <emricg2@gmail.com>
- update version 0.4.1
* Added:
- Terminal escape bindings with combined modifiers for Delete and Insert
- Colored emojis on Linux/BSD
- Value randr for WINIT_HIDPI_FACTOR, to ignore Xft.dpi and scale based
on screen dimensions
* Changed:
- 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
- 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
- Crash on clear when scrolled up in history
- Entire screen getting underlined/stroke out when running clear
- Slow startup on some Wayland compositors
- Resize cursor not showing up on Wayland
- Maximized windows spawning behind system panel on Gnome Wayland
* Removed:
- Support for 8-bit C1 escape sequences
-------------------------------------------------------------------
Fri Oct 18 06:14:39 UTC 2019 - xia lei <emricg2@gmail.com>
- use unreleased master branch (>0.3.3) to get terminal transparent fix version
- update from 0.3.3
* please check
https://github.com/jwilm/alacritty/blob/master/CHANGELOG.md#unreleased
- update version 0.3.3
* please check https://github.com/jwilm/alacritty/releases/tag/v0.3.3
-------------------------------------------------------------------
Thu Apr 25 14:30:11 UTC 2019 - xia lei <emricg2@gmail.com>
- update version 0.3.2
* Fixed Panic on startup when using Conpty on Windows
- update version 0.3.1
* Added:
Added ScrollLineUp and ScrollLineDown actions for scrolling line by line
* Changed:
Alacritty now has a fixed minimum supported Rust version of 1.31.0
* Fixed:
- Reset scrolling region when the RIS escape sequence is received
- Subprocess spawning on macos
- Unnecessary resize at startup
- Text getting blurry after live-reloading shaders with padding active
- Resize events are not send to the shell anymore if dimensions haven't changed
- Minor performance issues with underline and strikeout checks
- Rare bug which would extend underline and strikeout beyond the end of line
- Cursors not spanning two lines when over double-width characters
- Incorrect cursor dimensions if the font offset isn't 0
-------------------------------------------------------------------
Thu Apr 11 01:01:39 UTC 2019 - xia lei <emricg2@gmail.com>
- update to version 0.3.0
- more detail please check https://github.com/jwilm/alacritty/releases/tag/v0.3.0
-------------------------------------------------------------------
Mon Apr 8 11:15:57 UTC 2019 - xia lei <emricg2@gmail.com>
- update to version 0.2.9
- more detail please check https://github.com/jwilm/alacritty/releases/tag/v0.2.9
-------------------------------------------------------------------
Mon Dec 3 06:53:52 UTC 2018 - xia lei <emricg2@gmail.com>
- initial package version 0.2.3