From 4fefe0c8a0e03ee9491a4a28b072d17152add5f1c9a1f99bf4f500f4d553e327 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 24 Jan 2020 10:02:18 +0000 Subject: [PATCH] Accepting request 766389 from home:mrey:branches:X11:terminals - Update to 0.4.1 * Adapt cargo config - Packaging: * Added compatibility logo variants for environments which can't render the default SVG - 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 * 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 OBS-URL: https://build.opensuse.org/request/show/766389 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=23 --- alacritty-0.4.0.tar.gz | 3 --- alacritty-0.4.1.tar.gz | 3 +++ alacritty.changes | 34 ++++++++++++++++++++++++++++++++++ alacritty.spec | 4 ++-- cargo_config | 2 +- vendor.tar.xz | 4 ++-- 6 files changed, 42 insertions(+), 8 deletions(-) delete mode 100644 alacritty-0.4.0.tar.gz create mode 100644 alacritty-0.4.1.tar.gz diff --git a/alacritty-0.4.0.tar.gz b/alacritty-0.4.0.tar.gz deleted file mode 100644 index b18de80..0000000 --- a/alacritty-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbc0da74f313a806efed02fa863eece4b422c52e24832b553cd8592832c591e3 -size 1522763 diff --git a/alacritty-0.4.1.tar.gz b/alacritty-0.4.1.tar.gz new file mode 100644 index 0000000..0675043 --- /dev/null +++ b/alacritty-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee807f03a4014e7f989cf649a7c8209c0c5f57297812a39f4b163f9580b9a539 +size 1626627 diff --git a/alacritty.changes b/alacritty.changes index 3ce8565..3ee5928 100644 --- a/alacritty.changes +++ b/alacritty.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Jan 22 16:56:44 UTC 2020 - Martin Rey + +- Update to 0.4.1 + * Adapt cargo config +- Packaging: + * Added compatibility logo variants for environments which can't + render the default SVG +- 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 + * 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 + ------------------------------------------------------------------- Mon Dec 30 03:35:40 UTC 2019 - Luke Jones diff --git a/alacritty.spec b/alacritty.spec index 6156e3c..b090007 100644 --- a/alacritty.spec +++ b/alacritty.spec @@ -1,7 +1,7 @@ # # spec file for package alacritty # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global rustflags "-Clink-arg=-Wl,-z,relro,-z,now" Name: alacritty -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: A GPU-accelerated terminal emulator License: Apache-2.0 diff --git a/cargo_config b/cargo_config index a083469..5683fbf 100644 --- a/cargo_config +++ b/cargo_config @@ -8,7 +8,7 @@ replace-with = "vendored-sources" [source."https://github.com/rust-windowing/winit"] git = "https://github.com/rust-windowing/winit" -branch = "master" +rev = "d1c6506865c7bddbb5fb4d80a613e43ddc1370b5" replace-with = "vendored-sources" [source.vendored-sources] diff --git a/vendor.tar.xz b/vendor.tar.xz index f45259b..d91ff95 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fca371d8a6f5b415196463bd20dd1ae104f3a902d6b70a01767a572bd5f7455c -size 15217592 +oid sha256:5d0c61e7a33200244d040b429ec261f1e2687082a7cd13da929329d1ec2dc31f +size 14310664