Accepting request 984556 from X11:terminals
- Update to version 20220408.101518.b908e2dd^git356: * macos: use shift-tab hack with ctrl-shift-tab as well * docs: changelog for https://github.com/wez/wezterm/issues/2063 * rename focus_change_repaint_delay -> x11_focus_change_repaint_delay_ms * x11: query focus after repaint delay * x11: allow configuration of repaint delay * macos: allow for keyboard translation data to be null * term: implement OSC 1337 ReportCellSize * track dpi in mux and terminal model * avoid spawn failures after using `sudo -i` * docs: changelog for #2125 #2052 * Update wezterm.desktop * appease dependabot security alerts * exit_behavior = "Close" is now the default * make enable_wayland = true the default OBS-URL: https://build.opensuse.org/request/show/984556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=6
This commit is contained in:
commit
72e2e16d9e
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<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">75066cb52254cb7dd673c541c8e5fcce03943529</param>
|
<param name="revision">adf96794610bf336ff3e90710208235275d0b7db</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:4b8e06b24e71e1b929aa3d1945b4a80e252b196d612b0cc7b0b48e1888948a0e
|
oid sha256:57bc09ce427e1635aa618488e2be3996f7d0c1d9d538d449da06216a24220862
|
||||||
size 53872476
|
size 53877416
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da57509b4b8efeb9735ab89af6a07b63f1e6dfed82e9cde6e589be7906e837ec
|
|
||||||
size 118424192
|
|
3
wezterm-20220408.101518.b908e2dd^git356.tar.xz
Normal file
3
wezterm-20220408.101518.b908e2dd^git356.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b90a5c17e607d5f806b4c328e8a8d699ad88bbae0cc92c674a815da4c150548
|
||||||
|
size 118425024
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 16 13:04:52 UTC 2022 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
- Update to version 20220408.101518.b908e2dd^git356:
|
||||||
|
* macos: use shift-tab hack with ctrl-shift-tab as well
|
||||||
|
* docs: changelog for https://github.com/wez/wezterm/issues/2063
|
||||||
|
* rename focus_change_repaint_delay -> x11_focus_change_repaint_delay_ms
|
||||||
|
* x11: query focus after repaint delay
|
||||||
|
* x11: allow configuration of repaint delay
|
||||||
|
* macos: allow for keyboard translation data to be null
|
||||||
|
* term: implement OSC 1337 ReportCellSize
|
||||||
|
* track dpi in mux and terminal model
|
||||||
|
* avoid spawn failures after using `sudo -i`
|
||||||
|
* docs: changelog for #2125 #2052
|
||||||
|
* Update wezterm.desktop
|
||||||
|
* appease dependabot security alerts
|
||||||
|
* exit_behavior = "Close" is now the default
|
||||||
|
* make enable_wayland = true the default
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 14 14:41:05 UTC 2022 - socvirnyl.estela@gmail.com
|
Tue Jun 14 14:41:05 UTC 2022 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: wezterm
|
Name: wezterm
|
||||||
Version: 20220408.101518.b908e2dd^git342
|
Version: 20220408.101518.b908e2dd^git356
|
||||||
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