forked from pool/alacritty
Accepting request 697220 from home:dag_jnsson:branches:X11:terminals
- update to 0.3.1 Added: * Added ScrollLineUp and ScrollLineDown actions for scrolling line by line Changed: * Alacritty now has a fixed minimum supported Rust version of 1.31.0 Fixed: * Reset scrolling region when the RIS escape sequence is received * Subprocess spawning on macros * Unnecessary resize at startup * Text getting blurry after live-reloading shaders with padding active * Resize events are not send to the shell anymore if dimensions haven't changed * Minor performance issues with underline and strikeout checks * Rare bug which would extend underline and strikeout beyond the end of line * Cursors not spanning two lines when over double-width characters * Incorrect cursor dimensions if the font offset isn't 0 - refresh vendor.tar.xz - changed buildrequires to reflect project changes OBS-URL: https://build.opensuse.org/request/show/697220 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=15
This commit is contained in:
parent
54e1f6bdeb
commit
bdc2a64da8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62f96fa751eb553012dc7e562e62cdf37c6668c8117be31790ce7dc2d4d28a47
|
|
||||||
size 1332555
|
|
3
alacritty-0.3.1.tar.gz
Normal file
3
alacritty-0.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5be9e0a55e17a41c244f4717434363305203a786e5cb52b441f151e9b93b380
|
||||||
|
size 1341182
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 23 09:37:15 UTC 2019 - Dag Jönsson <dag@jnsson.eu>
|
||||||
|
|
||||||
|
- update to 0.3.1
|
||||||
|
Added:
|
||||||
|
* Added ScrollLineUp and ScrollLineDown actions for scrolling line by line
|
||||||
|
Changed:
|
||||||
|
* Alacritty now has a fixed minimum supported Rust version of 1.31.0
|
||||||
|
Fixed:
|
||||||
|
* Reset scrolling region when the RIS escape sequence is received
|
||||||
|
* Subprocess spawning on macros
|
||||||
|
* Unnecessary resize at startup
|
||||||
|
* Text getting blurry after live-reloading shaders with padding active
|
||||||
|
* Resize events are not send to the shell anymore if dimensions haven't
|
||||||
|
changed
|
||||||
|
* Minor performance issues with underline and strikeout checks
|
||||||
|
* Rare bug which would extend underline and strikeout beyond the end of line
|
||||||
|
* Cursors not spanning two lines when over double-width characters
|
||||||
|
* Incorrect cursor dimensions if the font offset isn't 0
|
||||||
|
- refresh vendor.tar.xz
|
||||||
|
- changed buildrequires to reflect project changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 9 16:05:59 UTC 2019 - Dag Jönsson <dagjo270@student.liu.se>
|
Tue Apr 9 16:05:59 UTC 2019 - Dag Jönsson <dagjo270@student.liu.se>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: alacritty
|
Name: alacritty
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GPU-accelerated terminal emulator
|
Summary: A GPU-accelerated terminal emulator
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -29,7 +29,7 @@ BuildRequires: cargo
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: rust
|
BuildRequires: rust >= 1.31.0
|
||||||
BuildRequires: rust-std
|
BuildRequires: rust-std
|
||||||
BuildRequires: xclip
|
BuildRequires: xclip
|
||||||
BuildRequires: pkgconfig(fontconfig)
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d25ce57451d06fc1707aebfc8ad9f6c01ae6d11314cc05eded588bee9a8c4ffa
|
oid sha256:78f385b5a74e80ab7ab7902c3afea2ffbde87b2a686c9c5d6f53e426b1aaceef
|
||||||
size 16179180
|
size 221091840
|
||||||
|
Loading…
Reference in New Issue
Block a user