diff --git a/_service b/_service index b293c8a..6048ddf 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - wezterm-20230408.112425.69ae8472.tar.gz + wezterm-20230712.072601.f4abf8fd.tar.gz zst true wezterm/Cargo.toml @@ -19,6 +19,8 @@ wezterm-ssh/Cargo.toml wezterm-toast-notification/Cargo.toml - + + wezterm-20230712-072601-f4abf8fd + diff --git a/cargo_config b/cargo_config index 8caa0a0..f740067 100644 --- a/cargo_config +++ b/cargo_config @@ -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" diff --git a/vendor.tar.zst b/vendor.tar.zst index 0af6c8f..4e6e2d1 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:640e6d607da311841d4b65b67a2aa09baa3a1d4bb5afe141ccab6a5ce07567f5 -size 110033666 +oid sha256:19fad218e9321a8a935448e4cfcc74375bf9975722f050072c5acbed708ca967 +size 108333606 diff --git a/wezterm-20230408.112425.69ae8472.tar.gz b/wezterm-20230408.112425.69ae8472.tar.gz deleted file mode 100644 index 765fda9..0000000 --- a/wezterm-20230408.112425.69ae8472.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f5c15db8341b0c067d7a5f6f06d4af17d5c24526e908eac4bd70156cd565800 -size 45617852 diff --git a/wezterm-20230712.072601.f4abf8fd.tar.gz b/wezterm-20230712.072601.f4abf8fd.tar.gz new file mode 100644 index 0000000..30f8d33 --- /dev/null +++ b/wezterm-20230712.072601.f4abf8fd.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecb56697f912826abea548e948950e7556ff7c706192fa304992811fe0245a8 +size 46238712 diff --git a/wezterm.changes b/wezterm.changes index c2abaea..2593d21 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jul 14 00:03:36 UTC 2023 - Soc Virnyl Estela + +- 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 diff --git a/wezterm.spec b/wezterm.spec index 9c6e0af..84b9b09 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -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