faf5e343f9
* 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
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="download_files" />
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<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>
|
|
<param name="cargotoml">wezterm-blob-leases/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-client/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-dynamic/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-dynamic/derive/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-font/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-gui/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-gui-subcommands/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-input-types/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-mux-server/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-mux-server-impl/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-open-url/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-ssh/Cargo.toml</param>
|
|
<param name="cargotoml">wezterm-toast-notification/Cargo.toml</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">wezterm-20230712-072601-f4abf8fd</param>
|
|
</service>
|
|
</services>
|
|
|