Accepting request 910821 from home:cyphar
- Update to version 0.9.0. * pkg: Minimum Rust version has been bumped to 1.46.0 * feat: Support for ipfs/ipns URLs * feat: Mode field for regex hint bindings * fix: Regression in rendering performance with dense grids since 0.6.0 * fix: Crash/Freezes with partially visible fullwidth characters due to alt screen resize * fix: Incorrect vi cursor position after invoking ScrollPage* action * fix: Slow PTY read performance with extremely dense grids * fix: Crash when resizing during vi mode * fix: Unintentional text selection range change after leaving vi mode * fix: Deadlock on Windows during high frequency output * fix: Search without vi mode not starting at the correct location when scrolled into history * fix: Crash when starting a vi mode search from the bottommost line * fix: Original scroll position not restored after canceling search * fix: Clipboard copy skipping non-empty cells when encountering an interrupted tab character * fix: Vi mode cursor moving downward when scrolled in history with active output * fix: Crash when moving fullwidth characters off the side of the terminal in insert mode * fix: Broken bitmap font rendering with FreeType 2.11+ * fix: Crash with non-utf8 font paths on Linux * fix: Newly installed fonts not rendering until Alacritty restart OBS-URL: https://build.opensuse.org/request/show/910821 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=48
This commit is contained in:
parent
4e50dea86f
commit
f754cc39ee
4
_service
4
_service
@ -6,8 +6,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/alacritty/alacritty.git</param>
|
||||
<param name="revision">a1b13e687024c86965c9e45c7b2d24d607b509dd</param>
|
||||
<param name="version">0.8.0</param>
|
||||
<param name="revision">fed349aa2c567cbba900d56f72a830be45e0dfc8</param>
|
||||
<param name="version">0.9.0</param>
|
||||
|
||||
<param name="exclude">.builds</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:101080b385660472d0727a90b0ea6fd43c822e2eafcaa0f6ef54321128b0bfed
|
||||
size 286316
|
3
alacritty-0.9.0.tar.xz
Normal file
3
alacritty-0.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b4bed2a661886599537b025525b04760b5ce70d5b32bd6c6a6ff3d3a9bba35a
|
||||
size 338720
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 9 06:50:04 UTC 2021 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to version 0.9.0.
|
||||
* pkg: Minimum Rust version has been bumped to 1.46.0
|
||||
* feat: Support for ipfs/ipns URLs
|
||||
* feat: Mode field for regex hint bindings
|
||||
* fix: Regression in rendering performance with dense grids since 0.6.0
|
||||
* fix: Crash/Freezes with partially visible fullwidth characters due to alt screen resize
|
||||
* fix: Incorrect vi cursor position after invoking ScrollPage* action
|
||||
* fix: Slow PTY read performance with extremely dense grids
|
||||
* fix: Crash when resizing during vi mode
|
||||
* fix: Unintentional text selection range change after leaving vi mode
|
||||
* fix: Deadlock on Windows during high frequency output
|
||||
* fix: Search without vi mode not starting at the correct location when scrolled into history
|
||||
* fix: Crash when starting a vi mode search from the bottommost line
|
||||
* fix: Original scroll position not restored after canceling search
|
||||
* fix: Clipboard copy skipping non-empty cells when encountering an interrupted tab character
|
||||
* fix: Vi mode cursor moving downward when scrolled in history with active output
|
||||
* fix: Crash when moving fullwidth characters off the side of the terminal in insert mode
|
||||
* fix: Broken bitmap font rendering with FreeType 2.11+
|
||||
* fix: Crash with non-utf8 font paths on Linux
|
||||
* fix: Newly installed fonts not rendering until Alacritty restart
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 20 00:35:35 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
@ -123,20 +147,20 @@ Wed Nov 25 08:33:52 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
* Secondary device attributes escape (CSI > 0 c)
|
||||
* Support for colon separated SGR 38/48
|
||||
* New Ctrl+C binding to cancel search and leave vi mode
|
||||
* Escapes for double underlines (CSI 4 : 2 m) and underline reset
|
||||
* Escapes for double underlines (CSI 4 : 2 m) and underline reset
|
||||
(CSI 4 : 0 m)
|
||||
* Configuration file option for sourcing other files (import)
|
||||
* CLI parameter --option/-o to override any configuration field
|
||||
* Escape sequences to report text area size in pixels (CSI 14 t) and in
|
||||
* Escape sequences to report text area size in pixels (CSI 14 t) and in
|
||||
characters (CSI 18 t)
|
||||
* Support for single line terminals dimensions
|
||||
* Right clicking on Wayland's client side decorations will show application menu
|
||||
* Escape sequences to enable and disable window urgency hints
|
||||
* Escape sequences to enable and disable window urgency hints
|
||||
(CSI ? 1042 h, CSI ? 1042 l)
|
||||
Changed
|
||||
* Cursors are now inverted when their fixed color is similar to the
|
||||
* Cursors are now inverted when their fixed color is similar to the
|
||||
cell's background
|
||||
* Use the working directory of the terminal foreground process,
|
||||
* Use the working directory of the terminal foreground process,
|
||||
instead of the shell's working directory, for SpawnNewInstance action
|
||||
* Fallback to normal underline for unsupported underline types in CSI 4 : ? m escapes
|
||||
* The user's background color is now used as the foreground for the render timer
|
||||
@ -145,7 +169,7 @@ Wed Nov 25 08:33:52 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
* Wayland's Client side decorations now use the search bar colors
|
||||
* Reduce memory usage by up to at least 30% with a full scrollback buffer
|
||||
* The number of zerowidth characters per cell is no longer limited to 5
|
||||
* SpawnNewInstance is now using the working directory of the terminal
|
||||
* SpawnNewInstance is now using the working directory of the terminal
|
||||
foreground process on macOS
|
||||
Fixed
|
||||
* Incorrect window location with negative window.position config options
|
||||
@ -157,14 +181,14 @@ Wed Nov 25 08:33:52 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
* Crash when copying/pasting with neither pointer nor keyboard focus on Wayland
|
||||
* Crash due to fd leak on Wayland
|
||||
* IME window position with fullwidth characters in the search bar
|
||||
* Selection expanding over 2 characters when scrolled in history with fullwidth
|
||||
* Selection expanding over 2 characters when scrolled in history with fullwidth
|
||||
characters in use
|
||||
* Selection scrolling not starting when mouse is over the message bar
|
||||
* Incorrect text width calculation in message bar when the message contains
|
||||
* Incorrect text width calculation in message bar when the message contains
|
||||
multibyte characters
|
||||
* Remapped caps lock to escape not triggering escape bindings on Wayland
|
||||
* Crash when setting overly long title on Wayland
|
||||
* Switching in and out of various window states, like Fullscreen, not persisting
|
||||
* Switching in and out of various window states, like Fullscreen, not persisting
|
||||
window size on Wayland
|
||||
* Crash when providing 0 for XCURSOR_SIZE on Wayland
|
||||
* Gap between window and server side decorations on KWIN Wayland
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: alacritty
|
||||
Version: 0.8.0
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: A GPU-accelerated terminal emulator
|
||||
License: Apache-2.0
|
||||
@ -31,6 +31,7 @@ BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: update-desktop-files
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30bacfc31a33b8dddf008366c23c4ea18ac639e81d2cf1a401f85a5defecf8ea
|
||||
size 7989196
|
||||
oid sha256:626f2061c9e170b990a763a4bfa342dd6fb50e9cdb6a05e122d274401b390ee9
|
||||
size 7992240
|
||||
|
Loading…
Reference in New Issue
Block a user