Accepting request 985190 from home:uncomfyhalomacro:branches:X11:terminals
- Update to version 20220624.141144.bd1b7c5d+git17: * docs: https://github.com/wez/wezterm/issues/2185 * fix `winget list` causes toast notification spam * fix(#2175): correct get-dep script for arch distro's * ActivateKeyTable replace_current wasn't actually optional * docs: Use new `wezterm.action.Action` syntax in rest of the docs * allow action=wezterm.action.ExtendSelectionToMouseCursor(nil) * lua: catch non-array style keys in array style table * docs: Improve clarity of wezterm.on wrt. callback params and example * ci: make deterministic again! * docs: update keyassignment reference for more ergnomic wezterm.action syntax * docs: wezterm.action ergnomics * ci: revise release info mapping for adjusted rpm names * ci: distroid - to _ * ci: refine distroid * ci: revise rpm filenames * docs: update for newly available stable binary downloads * docs: update for release * docs: more tweak * docs: tweak changelog * macos: really really fix ctrl-shift-tab * docs: add show-keys command * fix: properly restore cooked mode in windows * Added winapi feature "shellapi" to procinfo OBS-URL: https://build.opensuse.org/request/show/985190 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=16
This commit is contained in:
parent
0b766cf094
commit
723091c8cc
4
_service
4
_service
@ -1,9 +1,9 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="obs_scm">
|
<service mode="disabled" name="obs_scm">
|
||||||
<param name="url">https://github.com/wez/wezterm</param>
|
<param name="url">https://github.com/wez/wezterm</param>
|
||||||
<param name="versionformat">@PARENT_TAG@^git@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">21e6fcedd9693ae1d507ba48fb31ba3dc3cdb821</param>
|
<param name="revision">9076bb312b23f858884f8789c0e31470290569d5</param>
|
||||||
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
||||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0077e830c6a09f5c049bd7c340d9571c5754c6eaecad775518820970392ad267
|
oid sha256:305f4d53cd2e67f38b020ef932d1eb38a444e824e5d6cdc978a77b757fe7ae85
|
||||||
size 53845268
|
size 53810504
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5454e79127a8410e69c8a1f1f1f5492800a25f76eceb7be1ae4dda683ada6622
|
|
||||||
size 121092180
|
|
3
wezterm-20220624.141144.bd1b7c5d+git17.tar.xz
Normal file
3
wezterm-20220624.141144.bd1b7c5d+git17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c58a31b1a57fc444b788f6c274aee193a82ef260d4867fb2d900fec79243415
|
||||||
|
size 121119980
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 27 01:56:50 UTC 2022 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
- Update to version 20220624.141144.bd1b7c5d+git17:
|
||||||
|
* docs: https://github.com/wez/wezterm/issues/2185
|
||||||
|
* fix `winget list` causes toast notification spam
|
||||||
|
* fix(#2175): correct get-dep script for arch distro's
|
||||||
|
* ActivateKeyTable replace_current wasn't actually optional
|
||||||
|
* docs: Use new `wezterm.action.Action` syntax in rest of the docs
|
||||||
|
* allow action=wezterm.action.ExtendSelectionToMouseCursor(nil)
|
||||||
|
* lua: catch non-array style keys in array style table
|
||||||
|
* docs: Improve clarity of wezterm.on wrt. callback params and example
|
||||||
|
* ci: make deterministic again!
|
||||||
|
* docs: update keyassignment reference for more ergnomic wezterm.action syntax
|
||||||
|
* docs: wezterm.action ergnomics
|
||||||
|
* ci: revise release info mapping for adjusted rpm names
|
||||||
|
* ci: distroid - to _
|
||||||
|
* ci: refine distroid
|
||||||
|
* ci: revise rpm filenames
|
||||||
|
* docs: update for newly available stable binary downloads
|
||||||
|
* docs: update for release
|
||||||
|
* docs: more tweak
|
||||||
|
* docs: tweak changelog
|
||||||
|
* macos: really really fix ctrl-shift-tab
|
||||||
|
* docs: add show-keys command
|
||||||
|
* fix: properly restore cooked mode in windows
|
||||||
|
* Added winapi feature "shellapi" to procinfo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 23 14:49:14 UTC 2022 - socvirnyl.estela@gmail.com
|
Thu Jun 23 14:49:14 UTC 2022 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: wezterm
|
Name: wezterm
|
||||||
Version: 20220408.101518.b908e2dd^git413
|
Version: 20220624.141144.bd1b7c5d+git17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GPU-accelerated cross-platform terminal emulator and multiplexer
|
Summary: GPU-accelerated cross-platform terminal emulator and multiplexer
|
||||||
URL: https://github.com/wez/wezterm
|
URL: https://github.com/wez/wezterm
|
||||||
|
Loading…
Reference in New Issue
Block a user