Accepting request 957904 from home:jlkDE
- Update to version 0.10.1 * feat: Option font.builtin_box_drawing to disable the built-in font for drawing box characters * refactor: Builtin font thickness is now based on cell width instead of underline thickness * fix: Builtin font lines not contiguous when font.offset is used * fix: font.glyph_offset is no longer applied on builtin font * fix: Built-in font arcs alignment * fix: Colors being slightly off when using colors.transparent_background_colors * fix: OSC 4 not handling * fix: in OSC strings reporting default colors instead of modified ones * fix: OSC 104 not clearing colors when second parameter is empty OBS-URL: https://build.opensuse.org/request/show/957904 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=52
This commit is contained in:
parent
1c15bc409e
commit
fb7fc58f45
4
_service
4
_service
@ -6,8 +6,8 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/alacritty/alacritty.git</param>
|
<param name="url">https://github.com/alacritty/alacritty.git</param>
|
||||||
<param name="revision">998250f3c3168855ede9ee14be9a52f884f12055</param>
|
<param name="revision">13b6248dd92b823bc90e86c77e367b77c27ed4a0</param>
|
||||||
<param name="version">0.10.0</param>
|
<param name="version">0.10.1</param>
|
||||||
|
|
||||||
<param name="exclude">.builds</param>
|
<param name="exclude">.builds</param>
|
||||||
<param name="exclude">.github</param>
|
<param name="exclude">.github</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:705211681ef68256acf71d7d695f32f7567d6dc7d6e1be6d472a70425f848a8e
|
|
||||||
size 966832
|
|
3
alacritty-0.10.1.tar.xz
Normal file
3
alacritty-0.10.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0fb5eef275ec1431ef7f566a35fe5eefdc94d21a6d1a8483b89ae1a4ef04a0b6
|
||||||
|
size 969012
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 27 15:00:36 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
|
||||||
|
|
||||||
|
- Update to version 0.10.1
|
||||||
|
* feat: Option font.builtin_box_drawing to disable the built-in
|
||||||
|
font for drawing box characters
|
||||||
|
* refactor: Builtin font thickness is now based on cell width
|
||||||
|
instead of underline thickness
|
||||||
|
* fix: Builtin font lines not contiguous when font.offset is used
|
||||||
|
* fix: font.glyph_offset is no longer applied on builtin font
|
||||||
|
* fix: Built-in font arcs alignment
|
||||||
|
* fix: Colors being slightly off when using
|
||||||
|
colors.transparent_background_colors
|
||||||
|
* fix: OSC 4 not handling
|
||||||
|
* fix: in OSC strings reporting default colors instead of
|
||||||
|
modified ones
|
||||||
|
* fix: OSC 104 not clearing colors when second parameter is empty
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 3 21:41:13 UTC 2022 - JL K <me@jlk.one>
|
Thu Feb 3 21:41:13 UTC 2022 - JL K <me@jlk.one>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||||
|
|
||||||
Name: alacritty
|
Name: alacritty
|
||||||
Version: 0.10.0
|
Version: 0.10.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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:13be6721ff3106d429012864accd7721bdb03c2b1b8101bc12b460f156560f4e
|
oid sha256:9ea88a9eb276738d1b40834a3c11a15be26595533dd2a5512cb5b9c14d1c36e4
|
||||||
size 12954136
|
size 12967556
|
||||||
|
Loading…
Reference in New Issue
Block a user