SHA256
1
0
forked from pool/alacritty

Accepting request 790040 from home:mrey:branches:X11:terminals

- Update to 0.4.2
  * Minimum Rust version has been bumped to 1.37.0
  * Capitalized the Alacritty.desktop file
- Added
  * Live config reload for window.title
  * Added Rust features x11 and wayland to pick backends, with both
    enabled by default
- 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
- Removed
  * Config option auto_scroll, which is now always disabled
  * Config option tabspaces, which is now fixed at 8
- 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

OBS-URL: https://build.opensuse.org/request/show/790040
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=25
This commit is contained in:
Marcus Meissner 2020-04-01 07:49:01 +00:00 committed by Git OBS Bridge
parent 4fefe0c8a0
commit 24da636181
5 changed files with 97 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee807f03a4014e7f989cf649a7c8209c0c5f57297812a39f4b163f9580b9a539
size 1626627

3
alacritty-0.4.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dda9d580b9ec793cfdb336b000b73b7e98b4eba91c23ee04ee72a1728754ab2
size 1486725

View File

@ -1,3 +1,92 @@
-------------------------------------------------------------------
Mon Mar 30 12:04:23 UTC 2020 - Martin Rey <mrey@suse.com>
- Update to 0.4.2
* Minimum Rust version has been bumped to 1.37.0
* Capitalized the Alacritty.desktop file
- Added
* Live config reload for window.title
* Added Rust features x11 and wayland to pick backends, with both
enabled by default
- 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
- Removed
* Config option auto_scroll, which is now always disabled
* Config option tabspaces, which is now fixed at 8
- 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)
* 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
* Shrinking terminal height in alt screen deleting primary screen
content
-------------------------------------------------------------------
Wed Jan 22 16:56:44 UTC 2020 - Martin Rey <mrey@suse.com>

View File

@ -20,7 +20,7 @@
%global rustflags "-Clink-arg=-Wl,-z,relro,-z,now"
Name: alacritty
Version: 0.4.1
Version: 0.4.2
Release: 0
Summary: A GPU-accelerated terminal emulator
License: Apache-2.0
@ -36,7 +36,7 @@ BuildRequires: fdupes
BuildRequires: freetype-devel
BuildRequires: libxcb-devel
BuildRequires: pkgconfig
BuildRequires: rust >= 1.36
BuildRequires: rust >= 1.37
BuildRequires: update-desktop-files
BuildRequires: xclip
BuildRequires: pkgconfig(fontconfig)
@ -96,7 +96,7 @@ install -D -m 0755 target/release/alacritty %{buildroot}%{_bindir}/alacritty
rm -fr %{buildroot}%{_datadir}
# install man page and completions
install -Dm 0644 extra/linux/alacritty.desktop %{buildroot}/%{_datadir}/applications/Alacritty.desktop
install -Dm 0644 extra/linux/Alacritty.desktop %{buildroot}/%{_datadir}/applications/Alacritty.desktop
install -Dm 0644 extra/logo/alacritty-simple.svg %{buildroot}/%{_datadir}/pixmaps/Alacritty.svg
install -Dm 0644 extra/linux/io.alacritty.Alacritty.appdata.xml \
%{buildroot}/%{_datadir}/appdata/io.alacritty.Alacritty.appdata.xml

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d0c61e7a33200244d040b429ec261f1e2687082a7cd13da929329d1ec2dc31f
size 14310664
oid sha256:ece352c8c99fc35a108b99d461736de8c14d4b2b510eab438873e835805d7465
size 13005972