From c45b44eadde2fd7cce6f17555a9fe2244061dbf60181b16476489e62644bdf5a Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 3 Feb 2024 09:45:01 +0000 Subject: [PATCH] - Update to version 20240128.202157.1e552d76+git29: * plumb a couple more window title invalidations through to gui * Add lua version to debug overlay * don't show default key assignments in palette when they are disabled * mux: allow specifying cache policy for process information * macos: add space between keycaps on command palette * speculative fix for tab title change not invalidating window * fix tmux passthrough escape sequence encoding * Revert "x11: scope the cyrillic ctrl-c workaround to cyrillic" * x11: scope the cyrillic ctrl-c workaround to cyrillic * docs: changelog for #4910 * pty: improve unix path searching * pty: don't try to spawn a directory from the cwd * fix invalidation on palette change * xkeyboard: maybe workaround next_group weirdness * x11: improve keyboard trace diagnostics * ci: regenerate workflows * ci: Vendor cargo dependencies * ci: Use scccache-action instead of rust-cache * Add additional outputs for nix's flake package * docs: update freetype_load_flags * be smarter about NO_HINTING * term: downgrade conpty tmux title mangling warning to debug * Revert "ci: use new arm runners for macos builds" * ci: use new arm runners for macos builds * fixup parser for freetype_load_flags * macos: constrain fallback to normal attributes * Upgrade rcgen to 0.12 * docs: update for latest release * front_end defaults to OpenGL again * freetype_load_flags now defaults to NO_HINTING * cargo update * macos: fall back to old font fallback approach * fix typo in installation example * docs: fix typo (duplicate issue id) * docs: changelog for kitty image protocol fixes * flatpak: update some metadata * run ci/update-derived-files.sh * add small helper function to better express bool casting * fix kitty image protocol display parameters * fix laggy tab bar update after closing a tab * macos: ignore LastResort font in fallback suggestions * docs: update changelog to show latest release * docs: update for retired and newly supported linux builds * docs: manual fixup of color scheme data * docs: update for latest release * Cargo.lock: update * update flatpak runtime version * bidi: prep for crates.io update * color-types: prep for crates.io publish * wezterm-input-types: prep for crates.io publish * wezterm-blob-leases: prep for crates.io publish * wezterm-dynamic: bump version of crates.io publish * sync color schemes * sync-color-schemes: gogh schema changed slightly * new: pane:get_lines_as_escapes() * docs: show how to get whole scrollback in get_xxx_as_text * launcher: allow ctrl-[ to close launcher menu OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=112 --- _service | 2 +- _servicedata | 2 +- vendor.tar.zst | 4 +- ...rm-20230712.072601.f4abf8fd+git390.tar.zst | 3 - ...erm-20240128.202157.1e552d76+git29.tar.zst | 3 + wezterm.changes | 62 +++++++++++++++++++ wezterm.obsinfo | 6 +- wezterm.spec | 2 +- 8 files changed, 73 insertions(+), 11 deletions(-) delete mode 100644 wezterm-20230712.072601.f4abf8fd+git390.tar.zst create mode 100644 wezterm-20240128.202157.1e552d76+git29.tar.zst diff --git a/_service b/_service index adfe487..9edb017 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/wez/wezterm @PARENT_TAG@+git@TAG_OFFSET@ git - 178f35a496d5367b8c00bc5d5bb69b0425d2bf8d + c3d37f9edae6951bbb564197a62bb433a289ff4f (\d+)-(\d+)-(\w+) \1.\2.\3 enable diff --git a/_servicedata b/_servicedata index d462747..8964d65 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ https://github.com/wez/wezterm.git 69ae847273aa2b0a64bdb07cf19d3f6fbaaa6b71 https://github.com/wez/wezterm - 178f35a496d5367b8c00bc5d5bb69b0425d2bf8d \ No newline at end of file + c3d37f9edae6951bbb564197a62bb433a289ff4f \ No newline at end of file diff --git a/vendor.tar.zst b/vendor.tar.zst index 0fad131..e06d9cd 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9c1030b5bd609bd8215e5e886a2dd57d69e1205b5f1677c377be03c2cbe31f3 -size 95253670 +oid sha256:e6683e6e57592e0c89c5ea1d0c8dff314a47e310ffe3490dcf714e81e3348c29 +size 94599443 diff --git a/wezterm-20230712.072601.f4abf8fd+git390.tar.zst b/wezterm-20230712.072601.f4abf8fd+git390.tar.zst deleted file mode 100644 index 113b4ee..0000000 --- a/wezterm-20230712.072601.f4abf8fd+git390.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b034aab21bed320ebe1713caf169f8c87f64de47f247b716f8ebfdca0dc9473f -size 101092331 diff --git a/wezterm-20240128.202157.1e552d76+git29.tar.zst b/wezterm-20240128.202157.1e552d76+git29.tar.zst new file mode 100644 index 0000000..e7d64f0 --- /dev/null +++ b/wezterm-20240128.202157.1e552d76+git29.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290d5f7230d0aa3efa5c7262808b5932dfbfa44ac3406572879e9450fc439709 +size 101084164 diff --git a/wezterm.changes b/wezterm.changes index 31dc5fd..bed98f5 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Sat Feb 03 09:38:45 UTC 2024 - uncomfy+openbuildservice@uncomfyhalomacro.pl + +- Update to version 20240128.202157.1e552d76+git29: + * plumb a couple more window title invalidations through to gui + * Add lua version to debug overlay + * don't show default key assignments in palette when they are disabled + * mux: allow specifying cache policy for process information + * macos: add space between keycaps on command palette + * speculative fix for tab title change not invalidating window + * fix tmux passthrough escape sequence encoding + * Revert "x11: scope the cyrillic ctrl-c workaround to cyrillic" + * x11: scope the cyrillic ctrl-c workaround to cyrillic + * docs: changelog for #4910 + * pty: improve unix path searching + * pty: don't try to spawn a directory from the cwd + * fix invalidation on palette change + * xkeyboard: maybe workaround next_group weirdness + * x11: improve keyboard trace diagnostics + * ci: regenerate workflows + * ci: Vendor cargo dependencies + * ci: Use scccache-action instead of rust-cache + * Add additional outputs for nix's flake package + * docs: update freetype_load_flags + * be smarter about NO_HINTING + * term: downgrade conpty tmux title mangling warning to debug + * Revert "ci: use new arm runners for macos builds" + * ci: use new arm runners for macos builds + * fixup parser for freetype_load_flags + * macos: constrain fallback to normal attributes + * Upgrade rcgen to 0.12 + * docs: update for latest release + * front_end defaults to OpenGL again + * freetype_load_flags now defaults to NO_HINTING + * cargo update + * macos: fall back to old font fallback approach + * fix typo in installation example + * docs: fix typo (duplicate issue id) + * docs: changelog for kitty image protocol fixes + * flatpak: update some metadata + * run ci/update-derived-files.sh + * add small helper function to better express bool casting + * fix kitty image protocol display parameters + * fix laggy tab bar update after closing a tab + * macos: ignore LastResort font in fallback suggestions + * docs: update changelog to show latest release + * docs: update for retired and newly supported linux builds + * docs: manual fixup of color scheme data + * docs: update for latest release + * Cargo.lock: update + * update flatpak runtime version + * bidi: prep for crates.io update + * color-types: prep for crates.io publish + * wezterm-input-types: prep for crates.io publish + * wezterm-blob-leases: prep for crates.io publish + * wezterm-dynamic: bump version of crates.io publish + * sync color schemes + * sync-color-schemes: gogh schema changed slightly + * new: pane:get_lines_as_escapes() + * docs: show how to get whole scrollback in get_xxx_as_text + * launcher: allow ctrl-[ to close launcher menu + ------------------------------------------------------------------- Sat Jan 27 00:18:58 UTC 2024 - Soc Virnyl Estela diff --git a/wezterm.obsinfo b/wezterm.obsinfo index 8495dc8..7649d7f 100644 --- a/wezterm.obsinfo +++ b/wezterm.obsinfo @@ -1,4 +1,4 @@ name: wezterm -version: 20230712.072601.f4abf8fd+git390 -mtime: 1706297213 -commit: 178f35a496d5367b8c00bc5d5bb69b0425d2bf8d +version: 20240128.202157.1e552d76+git29 +mtime: 1706927982 +commit: c3d37f9edae6951bbb564197a62bb433a289ff4f diff --git a/wezterm.spec b/wezterm.spec index 1940a02..f910333 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -20,7 +20,7 @@ # %%global _dashed_version 20230712-072601-f4abf8fd Name: wezterm -Version: 20230712.072601.f4abf8fd+git390 +Version: 20240128.202157.1e552d76+git29 Release: 0 Summary: GPU-accelerated cross-platform terminal emulator and multiplexer URL: https://github.com/wez/wezterm