forked from pool/wezterm
Accepting request 980201 from home:uncomfyhalomacro:branches:X11:terminals
- Update to version 20220408.101518.b908e2dd~299: * background: respect alpha in background images * background: use the actual sprite width * fmt * background: implement attachment scrolling and parallax! * background: refactor where we trigger background painting * background: implement scaling and repeating options * render multiple backgrounds with alpha * notionally allow multiple background image layers * build(deps): bump crazy-max/ghaction-github-pages from 2 to 3 * Use clap::derive::Parser::parse() to fix deprecated warning OBS-URL: https://build.opensuse.org/request/show/980201 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=5
This commit is contained in:
parent
177f8890fc
commit
598a30cd61
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/wez/wezterm</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">94039c473bebbf35d4994863965ebd58c3647218</param>
|
||||
<param name="revision">3ef533e858004e4e991da50615625d5778bfff9f</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1287f301e5ac35b9beff510219a7081fb78056b6f7bcc7a8f02eff2a7fd09c00
|
||||
size 51864960
|
||||
oid sha256:cd2ac391a2cae96dbb75c2617a6e7d74bc792c44feea1e96e757030f6e66919e
|
||||
size 53068632
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff49991589feab7dd59da4f10ff8704ad8cc9aecc9f220643ba81508b347cfd6
|
||||
size 96692324
|
3
wezterm-20220408.101518.b908e2dd~299.tar.xz
Normal file
3
wezterm-20220408.101518.b908e2dd~299.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b3b3e9251be25d9f067ae343d0a6e7e3e2cf0a5e7dd3a2e6d12c1b2d7361bab
|
||||
size 100231288
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 08:27:26 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 20220408.101518.b908e2dd~299:
|
||||
* background: respect alpha in background images
|
||||
* background: use the actual sprite width
|
||||
* fmt
|
||||
* background: implement attachment scrolling and parallax!
|
||||
* background: refactor where we trigger background painting
|
||||
* background: implement scaling and repeating options
|
||||
* render multiple backgrounds with alpha
|
||||
* notionally allow multiple background image layers
|
||||
* build(deps): bump crazy-max/ghaction-github-pages from 2 to 3
|
||||
* Use clap::derive::Parser::parse() to fix deprecated warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 21 04:07:29 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: wezterm
|
||||
Version: 20220408.101518.b908e2dd~232
|
||||
Version: 20220408.101518.b908e2dd~299
|
||||
Release: 0
|
||||
Summary: GPU-accelerated cross-platform terminal emulator and multiplexer
|
||||
URL: https://github.com/wez/wezterm
|
||||
|
Loading…
Reference in New Issue
Block a user