- 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
This commit is contained in:
Soc Virnyl Estela 2024-02-03 09:45:01 +00:00 committed by Git OBS Bridge
parent 17923587b7
commit c45b44eadd
8 changed files with 73 additions and 11 deletions

View File

@ -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">178f35a496d5367b8c00bc5d5bb69b0425d2bf8d</param> <param name="revision">c3d37f9edae6951bbb564197a62bb433a289ff4f</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>

View File

@ -3,4 +3,4 @@
<param name="url">https://github.com/wez/wezterm.git</param> <param name="url">https://github.com/wez/wezterm.git</param>
<param name="changesrevision">69ae847273aa2b0a64bdb07cf19d3f6fbaaa6b71</param></service><service name="tar_scm"> <param name="changesrevision">69ae847273aa2b0a64bdb07cf19d3f6fbaaa6b71</param></service><service name="tar_scm">
<param name="url">https://github.com/wez/wezterm</param> <param name="url">https://github.com/wez/wezterm</param>
<param name="changesrevision">178f35a496d5367b8c00bc5d5bb69b0425d2bf8d</param></service></servicedata> <param name="changesrevision">c3d37f9edae6951bbb564197a62bb433a289ff4f</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:a9c1030b5bd609bd8215e5e886a2dd57d69e1205b5f1677c377be03c2cbe31f3 oid sha256:e6683e6e57592e0c89c5ea1d0c8dff314a47e310ffe3490dcf714e81e3348c29
size 95253670 size 94599443

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b034aab21bed320ebe1713caf169f8c87f64de47f247b716f8ebfdca0dc9473f
size 101092331

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:290d5f7230d0aa3efa5c7262808b5932dfbfa44ac3406572879e9450fc439709
size 101084164

View File

@ -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 <uncomfy+openbuildservice@uncomfyhalomacro.pl> Sat Jan 27 00:18:58 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -1,4 +1,4 @@
name: wezterm name: wezterm
version: 20230712.072601.f4abf8fd+git390 version: 20240128.202157.1e552d76+git29
mtime: 1706297213 mtime: 1706927982
commit: 178f35a496d5367b8c00bc5d5bb69b0425d2bf8d commit: c3d37f9edae6951bbb564197a62bb433a289ff4f

View File

@ -20,7 +20,7 @@
# %%global _dashed_version 20230712-072601-f4abf8fd # %%global _dashed_version 20230712-072601-f4abf8fd
Name: wezterm Name: wezterm
Version: 20230712.072601.f4abf8fd+git390 Version: 20240128.202157.1e552d76+git29
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