From 24da6361816faec3e07a7de53979e0b27961a3f97a448e7c192495887f198c4d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 1 Apr 2020 07:49:01 +0000 Subject: [PATCH] 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 --- alacritty-0.4.1.tar.gz | 3 -- alacritty-0.4.2.tar.gz | 3 ++ alacritty.changes | 89 ++++++++++++++++++++++++++++++++++++++++++ alacritty.spec | 6 +-- vendor.tar.xz | 4 +- 5 files changed, 97 insertions(+), 8 deletions(-) delete mode 100644 alacritty-0.4.1.tar.gz create mode 100644 alacritty-0.4.2.tar.gz diff --git a/alacritty-0.4.1.tar.gz b/alacritty-0.4.1.tar.gz deleted file mode 100644 index 0675043..0000000 --- a/alacritty-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee807f03a4014e7f989cf649a7c8209c0c5f57297812a39f4b163f9580b9a539 -size 1626627 diff --git a/alacritty-0.4.2.tar.gz b/alacritty-0.4.2.tar.gz new file mode 100644 index 0000000..8ce9198 --- /dev/null +++ b/alacritty-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dda9d580b9ec793cfdb336b000b73b7e98b4eba91c23ee04ee72a1728754ab2 +size 1486725 diff --git a/alacritty.changes b/alacritty.changes index 3ee5928..2ccfa26 100644 --- a/alacritty.changes +++ b/alacritty.changes @@ -1,3 +1,92 @@ +------------------------------------------------------------------- +Mon Mar 30 12:04:23 UTC 2020 - Martin Rey + +- 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 diff --git a/alacritty.spec b/alacritty.spec index b090007..0a2dadd 100644 --- a/alacritty.spec +++ b/alacritty.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz index d91ff95..0b980b6 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d0c61e7a33200244d040b429ec261f1e2687082a7cd13da929329d1ec2dc31f -size 14310664 +oid sha256:ece352c8c99fc35a108b99d461736de8c14d4b2b510eab438873e835805d7465 +size 13005972