SHA256
1
0
forked from pool/alacritty
alacritty/_service
Matthias Eliasson f754cc39ee 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
2021-08-09 12:41:42 +00:00

36 lines
1.2 KiB
XML

<!--
# vim: set syntax=xml
-->
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/alacritty/alacritty.git</param>
<param name="revision">fed349aa2c567cbba900d56f72a830be45e0dfc8</param>
<param name="version">0.9.0</param>
<param name="exclude">.builds</param>
<param name="exclude">.github</param>
<param name="exclude">.agignore</param>
<param name="exclude">.editorconfig</param>
<param name="exclude">.gitattributes</param>
<param name="exclude">Makefile</param>
<param name="exclude">rustfmt.toml</param>
<param name="exclude">alacritty/src/macos</param>
<param name="exclude">alacritty_terminal/src/tty/windows</param>
<param name="exclude">extra/windows</param>
<param name="exclude">extra/osx</param>
<!--
smell: logo is required for build
<param name="exclude">extra/logo</param>
-->
<param name="exclude">alacritty_terminal/tests</param>
</service>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>