Accepting request 1237837 from X11:terminals
Forwarded request #1237836 from jlkDE Update to version 0.15.0 OBS-URL: https://build.opensuse.org/request/show/1237837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alacritty?expand=0&rev=42
This commit is contained in:
commit
6210457d95
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.14.0</param>
|
||||
<param name="revision">refs/tags/v0.15.0</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">22a447573bbd67c0a5d3946d58d6d61bac3b4ad2</param></service></servicedata>
|
||||
<param name="changesrevision">53395536aa4ebebcbc0431e7336c2a6857efcff5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:191bd338f07d0c6060d43d7c0c0bce977e03582015c0c817deccec4ce6acccb6
|
||||
size 1182323
|
3
alacritty-0.15.0.tar.zst
Normal file
3
alacritty-0.15.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3b12de263e3b9613ea28361da76f56492aec0f9c53461ef4a8133721a5bedd9
|
||||
size 1183314
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 14:42:09 UTC 2025 - Jan-Luca Kiok <opensuse-packages@jlk.one>
|
||||
|
||||
- Update to version 0.15.0:
|
||||
* Added
|
||||
* Config option `window.level = "AlwaysOnTop"` to force Alacritty to always
|
||||
* be the toplevel window
|
||||
* Escape sequence to move cursor forward tabs ( CSI Ps I )
|
||||
* Pass activation token in `alacritty msg create-window` on Wayland/X11
|
||||
* Changed
|
||||
* Don't switch to semantic/line selection when control is pressed
|
||||
* Always emit `1` for the first parameter when having modifiers in kitty
|
||||
* keyboard protocol
|
||||
* Fixed
|
||||
* Mouse/Vi cursor hint highlighting broken on the terminal cursor line
|
||||
* Hint launcher opening arbitrary text, when terminal content changed while
|
||||
* opening
|
||||
* `SemanticRight`/`SemanticLeft` vi motions breaking with wide semantic
|
||||
* escape characters
|
||||
* `alacritty migrate` crashing with recursive toml imports
|
||||
* Migrating nonexistent toml import breaking the entire migration
|
||||
* First daemon mode window ignoring window options passed through CLI
|
||||
* Report of Enter/Tab/Backspace in kitty keyboard's report event types mode
|
||||
* Cut off wide characters in preedit string
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 20:39:28 UTC 2024 - adam@mizerski.pl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: alacritty
|
||||
version: 0.14.0
|
||||
mtime: 1729638601
|
||||
commit: 22a447573bbd67c0a5d3946d58d6d61bac3b4ad2
|
||||
version: 0.15.0
|
||||
mtime: 1736800370
|
||||
commit: 53395536aa4ebebcbc0431e7336c2a6857efcff5
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package alacritty
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: alacritty
|
||||
Version: 0.14.0
|
||||
Version: 0.15.0
|
||||
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:99a52bd28f19c07d2e007679618b943c8601c319a17357fd0592b64771344111
|
||||
size 10283472
|
||||
oid sha256:d9f03e004947399d6f746cbbc4a029e1951afe7d843df26f75d1d9676fc614ee
|
||||
size 10326908
|
||||
|
Loading…
Reference in New Issue
Block a user