forked from pool/alacritty
0.7.2 -> 0.8.0
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=46
This commit is contained in:
parent
49aa96fefe
commit
4e50dea86f
4
_service
4
_service
@ -6,8 +6,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<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">5ac8060bf45e39f4f7dbdf095f3f1fd7d02dcd86</param>
|
<param name="revision">a1b13e687024c86965c9e45c7b2d24d607b509dd</param>
|
||||||
<param name="version">0.7.2</param>
|
<param name="version">0.8.0</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:245891d8dcdd333914a7605644a75cda309607eb1edea78ff9d00ef794794793
|
|
||||||
size 283852
|
|
3
alacritty-0.8.0.tar.xz
Normal file
3
alacritty-0.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:101080b385660472d0727a90b0ea6fd43c822e2eafcaa0f6ef54321128b0bfed
|
||||||
|
size 286316
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 20 00:35:35 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.8.0
|
||||||
|
* feat: IME composition preview not appearing on Windows
|
||||||
|
* feat: Synchronized terminal updates using DCS = 1 s ST/DCS = 2 s ST
|
||||||
|
* feat: Regex terminal hints (see features.md)
|
||||||
|
* feat: macOS keybinding (cmd+alt+H) hiding all windows other than alacritty
|
||||||
|
* feat: Support for magnet URLs
|
||||||
|
* change: The vi mode cursor is now created in the top-left if the terminal
|
||||||
|
cursor is invisible
|
||||||
|
* change: Focused search match will use cell instead of match colors
|
||||||
|
for CellForeground/CellBackground
|
||||||
|
* change: URL highlighting has moved from mouse.url to the hints
|
||||||
|
config section
|
||||||
|
* fix: alacritty failing to start on X11 with invalid DPI reported by XRandr
|
||||||
|
* fix: Text selected after search without any match
|
||||||
|
* fix: Incorrect vi cursor position after leaving search
|
||||||
|
* fix: Clicking on URLs on Windows incorrectly opens File Explorer
|
||||||
|
* fix: Incorrect underline cursor thickness on wide cell
|
||||||
|
* fix: Viewport moving around when resizing while scrolled into history
|
||||||
|
* fix: Block cursor not expanding across fullwidth characters when
|
||||||
|
on the right side of it
|
||||||
|
* fix: Overwriting fullwidth characters only clearing one of the involved cells
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 20 22:34:40 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
Sat Feb 20 22:34:40 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: alacritty
|
Name: alacritty
|
||||||
Version: 0.7.2
|
Version: 0.8.0
|
||||||
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:73f12b0cc9c359c366c1b88c449e89d3032d5878cd52326cac1dc5cfbe01a704
|
oid sha256:30bacfc31a33b8dddf008366c23c4ea18ac639e81d2cf1a401f85a5defecf8ea
|
||||||
size 8047132
|
size 7989196
|
||||||
|
Loading…
Reference in New Issue
Block a user