Accepting request 766787 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/766787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alacritty?expand=0&rev=8
This commit is contained in:
commit
76a7343286
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbc0da74f313a806efed02fa863eece4b422c52e24832b553cd8592832c591e3
|
||||
size 1522763
|
3
alacritty-0.4.1.tar.gz
Normal file
3
alacritty-0.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee807f03a4014e7f989cf649a7c8209c0c5f57297812a39f4b163f9580b9a539
|
||||
size 1626627
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 16:56:44 UTC 2020 - Martin Rey <mrey@suse.com>
|
||||
|
||||
- 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 <luke@ljones.dev>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fca371d8a6f5b415196463bd20dd1ae104f3a902d6b70a01767a572bd5f7455c
|
||||
size 15217592
|
||||
oid sha256:5d0c61e7a33200244d040b429ec261f1e2687082a7cd13da929329d1ec2dc31f
|
||||
size 14310664
|
||||
|
Loading…
x
Reference in New Issue
Block a user