Accepting request 824021 from home:elimat:branches:X11:terminals
- Update to 0.5.0 Packaging: * Minimum Rust version has been bumped to 1.41.0 * Prebuilt Linux binaries have been removed * Added manpage, terminfo, and completions to macOS application bundle * On Linux/BSD the build will fail without Fontconfig installed, instead of building it from source 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 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 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 OBS-URL: https://build.opensuse.org/request/show/824021 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=29
This commit is contained in:
parent
60e41af083
commit
a423e0146f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bc0fc90b16187a4f75a834f29c4725b2c6cfbab9543fc36913ddd9aca604c42
|
||||
size 1488401
|
3
alacritty-0.5.0.tar.gz
Normal file
3
alacritty-0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bc0e6ff9a0772ea522d7e34ab8371faa96e6cc4e588459966585f0dbb848dcb
|
||||
size 1500418
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 22:42:32 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
- Update to 0.5.0
|
||||
Packaging:
|
||||
* Minimum Rust version has been bumped to 1.41.0
|
||||
* Prebuilt Linux binaries have been removed
|
||||
* Added manpage, terminfo, and completions to macOS application bundle
|
||||
* On Linux/BSD the build will fail without Fontconfig installed, instead of
|
||||
building it from source
|
||||
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
|
||||
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
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 6 22:00:39 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
|
@ -18,9 +18,8 @@
|
||||
|
||||
# Use hardening ldflags.
|
||||
%global rustflags "-Clink-arg=-Wl,-z,relro,-z,now"
|
||||
|
||||
Name: alacritty
|
||||
Version: 0.4.3
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: A GPU-accelerated terminal emulator
|
||||
License: Apache-2.0
|
||||
@ -35,7 +34,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rust >= 1.37
|
||||
BuildRequires: rust >= 1.41.0
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xclip
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b67bad69f2c2a12ff6756f3c580e033eccf842380388c092211fd3145f81473
|
||||
size 13151612
|
||||
oid sha256:2b6fac58e49a5694f86d2cea3ab1e59ea7de95ba72085708a9596d05f2fad881
|
||||
size 13669080
|
||||
|
Loading…
Reference in New Issue
Block a user