forked from pool/wezterm
- Update to version 20230712.072601.f4abf8fd
* The default for front_end is now WebGpu * The default for adjust_window_size_when_changing_font_size now depends on the window environment and the contents of tiling_desktop_environments. * Added eigth block corner glyphs to custom block glyphs. * Don't hide mouse cursor when pressing only modifier keys. * PaneSelect will now un-zoom to show all panes, then re-zoom after performing its action. * Images, especially animated images, are now decoded in the background. When used as a background layer for the terminal, we now use the normal terminal background color as a placeholder until the first frame has been decoded. In other circumstances, you may observe a brief black frame while waiting for the image to decode. * You may now use CTRL-J/K to change the selection in the launcher menu, in addition to CTRL-N/P which always worked previously. * Duplicate entries in CharSelect are now suppressed, making it less cluttered. * Lots of changes are described in https://wezfurlong.org/wezterm/changelog.html#20230712-072601-f4abf8fd OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=77
This commit is contained in:
parent
9741263a39
commit
faf5e343f9
6
_service
6
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service mode="disabled" name="download_files" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">wezterm-20230408.112425.69ae8472.tar.gz</param>
|
||||
<param name="srctar">wezterm-20230712.072601.f4abf8fd.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
<param name="cargotoml">wezterm/Cargo.toml</param>
|
||||
@ -19,6 +19,8 @@
|
||||
<param name="cargotoml">wezterm-ssh/Cargo.toml</param>
|
||||
<param name="cargotoml">wezterm-toast-notification/Cargo.toml</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled" />
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">wezterm-20230712-072601-f4abf8fd</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
@ -6,6 +6,11 @@ git = "https://github.com/image-rs/image.git"
|
||||
rev = "fe069785ae245a2c510fd724ef96da283b05a236"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/rust-x-bindings/rust-xcb?rev=dbdaa01c178c6fbe68bd51b7ad44c08172181083"]
|
||||
git = "https://github.com/rust-x-bindings/rust-xcb"
|
||||
rev = "dbdaa01c178c6fbe68bd51b7ad44c08172181083"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."git+https://github.com/wez/xcb-imdkit-rs.git?branch=hangfix"]
|
||||
git = "https://github.com/wez/xcb-imdkit-rs.git"
|
||||
branch = "hangfix"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:640e6d607da311841d4b65b67a2aa09baa3a1d4bb5afe141ccab6a5ce07567f5
|
||||
size 110033666
|
||||
oid sha256:19fad218e9321a8a935448e4cfcc74375bf9975722f050072c5acbed708ca967
|
||||
size 108333606
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f5c15db8341b0c067d7a5f6f06d4af17d5c24526e908eac4bd70156cd565800
|
||||
size 45617852
|
3
wezterm-20230712.072601.f4abf8fd.tar.gz
Normal file
3
wezterm-20230712.072601.f4abf8fd.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cecb56697f912826abea548e948950e7556ff7c706192fa304992811fe0245a8
|
||||
size 46238712
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 00:03:36 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 20230712.072601.f4abf8fd
|
||||
* The default for front_end is now WebGpu
|
||||
* The default for adjust_window_size_when_changing_font_size now depends on the window environment and the contents of tiling_desktop_environments.
|
||||
* Added eigth block corner glyphs to custom block glyphs.
|
||||
* Don't hide mouse cursor when pressing only modifier keys.
|
||||
* PaneSelect will now un-zoom to show all panes, then re-zoom after performing its action.
|
||||
* Images, especially animated images, are now decoded in the background. When used as a background layer for the terminal, we now use the normal terminal background color as a placeholder until the first frame has been decoded. In other circumstances, you may observe a brief black frame while waiting for the image to decode.
|
||||
* You may now use CTRL-J/K to change the selection in the launcher menu, in addition to CTRL-N/P which always worked previously.
|
||||
* Duplicate entries in CharSelect are now suppressed, making it less cluttered.
|
||||
* Lots of changes are described in https://wezfurlong.org/wezterm/changelog.html#20230712-072601-f4abf8fd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 17:03:30 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
||||
%global _dashed_version 20230408-112425-69ae8472
|
||||
%global _dashed_version 20230712-072601-f4abf8fd
|
||||
|
||||
Name: wezterm
|
||||
Version: 20230408.112425.69ae8472
|
||||
Version: 20230712.072601.f4abf8fd
|
||||
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