forked from pool/alacritty
Accepting request 1170180 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/1170180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alacritty?expand=0&rev=40
This commit is contained in:
commit
eeb00da6b3
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/alacritty/alacritty.git</param>
|
||||
<param name="revision">refs/tags/v0.13.1</param>
|
||||
<param name="revision">refs/tags/v0.13.2</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/alacritty/alacritty.git</param>
|
||||
<param name="changesrevision">fe2a3c566759c9926150181006bd56cb2293ae10</param></service></servicedata>
|
||||
<param name="changesrevision">bb8ea18ea848f67ce981b0c2446d1eee2c49eada</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbaac0016329fc82f8c51316dd6eb32deb45f0e91a6a4988f87e43b3e72f054b
|
||||
size 1173603
|
3
alacritty-0.13.2.tar.zst
Normal file
3
alacritty-0.13.2.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d1057cbfd18948d69ca060d892f02ebff804f3e3fc8b00c13a589e67fe2ee5a
|
||||
size 1176737
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 15:22:01 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Update to version 0.13.2:
|
||||
* Added:
|
||||
+ Default Home/End bindings in Vi mode mapped to First/Last respectively
|
||||
* Fixed:
|
||||
+ CLI env variables clearing configuration file variables
|
||||
+ Vi inline search/semantic selection expanding across newlines
|
||||
+ C0 and C1 codes being emitted in associated text when using kitty keyboard
|
||||
+ Occasional hang on startup with some Wayland compositors
|
||||
+ Missing key for NumpadDecimal in key bindings
|
||||
+ Scrolling content upwards moving lines into history when it shouldn't
|
||||
+ Sticky keys not working sometimes on X11
|
||||
+ Modifiers occasionally getting desynced on X11
|
||||
+ Autokey no longer working with alacritty on X11
|
||||
+ Freeze when moving window between monitors on Xfwm
|
||||
+ Mouse cursor not changing on Wayland when cursor theme uses legacy cursor icon names
|
||||
+ Config keys are available under proper names
|
||||
+ Build failure when compiling with x11 feature on NetBSD
|
||||
+ Hint Select action selecting the entire line for URL escapes
|
||||
+ Kitty encoding used for regular keys when they don't carry text
|
||||
* Changed:
|
||||
+ No unused-key warnings will be emitted for OS-specific config keys
|
||||
+ Use built-in font for sextant symbols from U+1FB00 to U+1FB3B
|
||||
+ Kitty encoding is not used anymore for uncommon keys unless the protocol enabled
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 20:29:17 UTC 2024 - Jan-Luca Kiok <opensuse-packages@jlk.one>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: alacritty
|
||||
version: 0.13.1
|
||||
mtime: 1704728849
|
||||
commit: fe2a3c566759c9926150181006bd56cb2293ae10
|
||||
version: 0.13.2
|
||||
mtime: 1711302655
|
||||
commit: bb8ea18ea848f67ce981b0c2446d1eee2c49eada
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: alacritty
|
||||
Version: 0.13.1
|
||||
Version: 0.13.2
|
||||
Release: 0
|
||||
Summary: A GPU-accelerated terminal emulator
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bfc742fcf42cefbb7191ba8757045578d06585a8985d6c0cb028f01ef962ae0
|
||||
size 10588482
|
||||
oid sha256:20ef9efbd1728c2ff06995275b5de2869d6cc404bbfc13993420cc183e87746d
|
||||
size 10586945
|
||||
|
Loading…
Reference in New Issue
Block a user