SHA256
1
0
forked from pool/wezterm

- Update to version 20220624.141144.bd1b7c5d+git264:

* really fix termwiz --all-features build
  * lua: expose metrics to lua
  * fix termwiz --all-features build
  * wezterm.format: now supports rgba colors
  * termwiz: allow setting alpha for SGR fg, bg attributes
  * termwiz: ColorSpec now allows for alpha to be tracked
  * allow setting alpha for OSC 10, 11, 12
  * term: avoid panic in phys_row when row is out of range
  * deps: harfbuzz -> 5.0.1
  * tabs: revise active index after killing panes
  * deps: zstd 0.6 -> 0.11
  * docs: fix typo in changelog
  * fix "no pane" tab hang when two panes close at once
  * Pane::search: expose range, limit. Limit quickselect by default
  * ci: try uploading sha256 files alongside release assets
  * json: fix visited hash set
  * termwiz: refactor: split line into sub-modules
  * docs: changelog for https://github.com/wez/wezterm/issues/2162
  * term: fixup cursor position during rewrap
  * cargo update
  * search: fix coordinates for matches at EOL
  * mux: prefer compressed Lines when syncing
  * Line::wrap now prefers cluster storage
  * docs: changelog for scrollback/search improvements
  * search: debounce searches by ~350ms
  * search: fix incorrect highlight in search results
  * search: improve coordinates for new search implementation
  * rangeset: fix accidentally quadratic complexity
  * localpane: revise search method implementation

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=22
This commit is contained in:
Soc Virnyl Estela
2022-07-28 03:09:41 +00:00
committed by Git OBS Bridge
parent 7edf7c01f2
commit 335a19f2c7
6 changed files with 106 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/wez/wezterm</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">73993a60b42d2bd195712e4e3c408c13da79b3ed</param>
<param name="revision">c7c81e316187dfc28d23fbd6444d2ab1b8ee5c32</param>
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>
<param name="changesgenerate">enable</param>
@@ -18,7 +18,7 @@
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">wezterm</param>
<param name="compression">gz</param>
<param name="update">false</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">wezterm</param>