SHA256
1
0
forked from pool/wezterm

- Update to version 20230326.111934.3666303c:

* docs: show the return values of the new pane:move_to_xxx methods
  * mux: add lua api equivalent to move-pane-to-new-tab
  * mux: forward move-pane-to-new-tab requests to hosting mux
  * ci: automate making PR for flathub at release time
  * hyperlink_rules.md: add link supported regex syntax
  * mux: move-pane-to-new-tab didn't resync structure
  * tidy up some debug logging
  * mux: fix some dpi and pixel size issues
  * images: improve logging when things are weird
  * When a modal is active, it gets first dibs on key processing
  * palette: exclude copy mode actions unless copy mode is active
  * macos: invalidate window when dispatching from menubar
  * Add new-tab-button-click event
  * palette: prioritize platform-appropriate shortcuts
  * palette: refactor slightly
  * palette: add config for how ui key caps render
  * update tests for updated JetBrainsMono
  * update bundled JetBrainsMono to 2.304
  * palette: show key assignment alongside entries
  * ci: Use nextest (#3342)
  * palette: show the label from the command in the palette
  * docs: changelog for https://github.com/wez/wezterm/pull/3344
  * refactor(config & macos/windows): rename window_background_blur to macos_window_background_blur
  * feat(config & window): use CGSSetWindowBackgroundBlurRadius to set background blur on macos
  * docs: clarify the default for allow_square_glyphs_to_overflow_width
  * more entitlements on macos
  * re-run black ci/generate-workflows.py
  * ci: Use rust-cache instead of the general cache action (#3341)
  * fix(ci): Use install action instead of manually calling `cargo-install`

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=64
This commit is contained in:
Soc Virnyl Estela 2023-03-26 23:12:48 +00:00 committed by Git OBS Bridge
parent efc6f834ea
commit 3d6e9562b8
9 changed files with 213 additions and 14 deletions

View File

@ -1,9 +1,9 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/wez/wezterm.git</param>
<param name="versionformat">@PARENT_TAG@+g@TAG_OFFSET@</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">51e0c1b3933d206978590e0132401af97b8619c8</param>
<param name="revision">3666303</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/wez/wezterm.git</param>
<param name="changesrevision">51e0c1b3933d206978590e0132401af97b8619c8</param></service></servicedata>
<param name="changesrevision">3666303c7b26c6c966b3f136dbb954686d334cc3</param></service></servicedata>

View File

@ -1,11 +1,16 @@
[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/wez/libssh-rs.git"]
[source."git+https://github.com/image-rs/image.git?rev=fe069785ae245a2c510fd724ef96da283b05a236"]
git = "https://github.com/image-rs/image.git"
rev = "fe069785ae245a2c510fd724ef96da283b05a236"
replace-with = "vendored-sources"
[source."git+https://github.com/wez/libssh-rs.git"]
git = "https://github.com/wez/libssh-rs.git"
replace-with = "vendored-sources"
[source."https://github.com/wez/xcb-imdkit-rs.git"]
[source."git+https://github.com/wez/xcb-imdkit-rs.git?branch=hangfix"]
git = "https://github.com/wez/xcb-imdkit-rs.git"
branch = "hangfix"
replace-with = "vendored-sources"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6537c7471fda8a4ef4c4bd42d25d7ce35f08e8f5b8e0a3215b18ce575f4a78fb
size 93432179
oid sha256:b8ad680cd479f7d13ec734d9258371866ea772e957c6b847abea20d9826ac532
size 113780211

View File

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

View File

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

View File

@ -1,3 +1,197 @@
-------------------------------------------------------------------
Sun Mar 26 23:08:55 UTC 2023 - socvirnyl.estela@gmail.com
- Update to version 20230326.111934.3666303c:
* docs: show the return values of the new pane:move_to_xxx methods
* mux: add lua api equivalent to move-pane-to-new-tab
* mux: forward move-pane-to-new-tab requests to hosting mux
* ci: automate making PR for flathub at release time
* hyperlink_rules.md: add link supported regex syntax
* mux: move-pane-to-new-tab didn't resync structure
* tidy up some debug logging
* mux: fix some dpi and pixel size issues
* images: improve logging when things are weird
* When a modal is active, it gets first dibs on key processing
* palette: exclude copy mode actions unless copy mode is active
* macos: invalidate window when dispatching from menubar
* Add new-tab-button-click event
* palette: prioritize platform-appropriate shortcuts
* palette: refactor slightly
* palette: add config for how ui key caps render
* update tests for updated JetBrainsMono
* update bundled JetBrainsMono to 2.304
* palette: show key assignment alongside entries
* ci: Use nextest (#3342)
* palette: show the label from the command in the palette
* docs: changelog for https://github.com/wez/wezterm/pull/3344
* refactor(config & macos/windows): rename window_background_blur to macos_window_background_blur
* feat(config & window): use CGSSetWindowBackgroundBlurRadius to set background blur on macos
* docs: clarify the default for allow_square_glyphs_to_overflow_width
* more entitlements on macos
* re-run black ci/generate-workflows.py
* ci: Use rust-cache instead of the general cache action (#3341)
* fix(ci): Use install action instead of manually calling `cargo-install`
* fixup for running the tests
* add wezterm cli activate-pane, wezterm cli activate-tab
* Add: wezterm cli kill-pane
* mux: notify clients when the size/structure of a tab changes
* mux: propagate pane focus change events to clients
* reformat generate-workflows.py with black
* update terminfo to 0.8
* chore: Regenerate workflows
* fix(ci): Wrong path to tag-name.sh
* fixup images with the multiplexer
* macos: be precised about matching cocoa BOOL
* macos: don't treat command line args as .command scripts
* docs: changelog for #3339
* Fix leak of Pane struct
* wezterm-ssh: fix occasional segv on libssh shutdown
* wezterm-ssh: tidy up test output
* docs: note about sigmask change
* fix: disable mouse reporting for RIS/ResetTerminal sequence
* pty: unix: empty signal mask in the spawned child
* Update shell-integration.md
* factor window border sizes when computing window sizes
* docs: changelog for #3323 #2879 #3303
* fix: wezterm cli activate-pane-direction now repaints (#3303)
* docs: add --help output from various wezterm cli subcommands
* term: adjust logical line wrapping behavior
* fix lua string escaping in wezterm show-keys
* docs: updated window_decorations
* docs: changelog for #3330
* cargo update
* Fix transparent title bar on macOS with `window_decorations = "RESIZE|MACOS_FORCE_DISABLE_SHADOW"` (#3330)
* allow json encoding wezterm.GLOBAL entries
* fix delegation of --skip-config to wezterm-gui
* Fix some documentation pages (#3321)
* docs: changelog for #3227
* Apply suggestions from code review
* Changed config option name to mouse_wheel_scrolls_tabs, made it default to true (matching current behavior)
* Cargo formatted
* Add docs for new scroll_tabs config option
* Add config option for scrolling the tab bar
* add __len and __pairs metamethods to wezterm.GLOBALS
* ci: persuade zypper to install deps in get-deps
* get-deps: set -e
* docs: add --help output pages to the CLI reference
* minor update to zsh completion
* docs: improve color scheme page titles
* docs: simplify scheme aliases a bit more
* docs: fix handling of color scheme aliases
* docs: boost font page in search index
* docs: allow search to find 'changelog'
* docs: use strict mode to hopefully catch invalid links
* docs: simplify templating of install pages
* keys: avoid scrolling to bottom when CapsLock is pressed
* linuxbrew: 20 rather than 22
* wezterm-ssh: fix parsing of proxycommand
* Update wezterm-linuxbrew.rb.template
* docs: update a bunch of since lines to new macro
* docs: update nightly features -> current release
* docs: fix fedora37 stable download link
* docs: update linux releases
* Docs: update changelog for 20230320-124340-559cb7b0 release
* schemes: we now allow using any of the alias names, so refine docs
* sync from https://github.com/folke/tokyonight.nvim
* sync color schemes
* sync-color-schemes: handle renamed schemes slightly better
* sync-color-schemes: update for recent gogh schema changes
* minor optimization for single-frame animated formats
* fix potential deadlock when using wezterm cli split-pane
* deps: update predicates for wezterm-ssh tests
* ci: remove some builds
* build(deps): bump rstest from 0.16.0 to 0.17.0
* docs: fix typo in changelog
* docs: use snippets to make since: nightly more informative
* docs: allow using GH issue syntax shorthands
* build(deps): bump actions/deploy-pages from 1 to 2
* docs: more config.something style adjustments
* docs: shift from return {} style to config.something style
* remove open dependency
* add own open_url crate
* time: call_after accepts fractional seconds
* fix split size after unzooming, when the window size is unchanged
* fix hover state for retro tab bar
* fix(clippy): Remove closures where possible
* fix(clippy): Use `faster` methods on Iterators
* Convert admonition blocks to markdown equivalent
* fix time.call_after when used inside an event callback
* mouse: don't over invalidate when hovering tabs
* fix non-serde termwiz build
* clean up blob storage on shutdown
* use blob leases for decoded animation frames
* ImageDataType::File -> EncodedLease
* add wezterm-blob-leases crate
* docs: fix video link on features page
* fix kitty image protocol handling
* handle unsupported images better
* fix: rewrite `.` when fetching path in lua plugin crate
* docs: restore foo.html rather than foo/index.html style URLs
* Image decoding is now done in a bg thread
* move animation decoding from term layer to gui layer
* Use mkdocs admonish for note about mux color schemes
* term: avoid breaking animated webp images when resizing
* term: improve readability of error message for oversized image
* fix iterm2 image cursor position
* pages: run only one at a time, allow them to queue up
* improve default hyperlink_rules. add default_hyperlink_rules()
* fix DisableDefaultAssignment not working for CTRL|SHIFT P
* apply reloaded config to all panes, regardless of zoom state
* Set minimum animation frame duration to match max_fps
* Update Homebrew section
* docs: Correct to new URL
* fix(clippy): Remove unnecessary clone/to_string calls
* fix trigger paths!
* ci: adjust wezterm-ssh triggers
* revise verify-pages triggers and workflow
* ci: adjust termwiz workflow path triggers
* docs: changelog for https://github.com/wez/wezterm/pull/3146
* Improve XDG configuration searching
* fix: typo about parameter
* docs: make them build on macos again
* add log_unknown_escape_sequences config option
* docs: don't build now-unused mdbook bits
* ci: workflow should run when its file is changed
* docs: disable instant page nav
* ci: adjust path triggers
* docs: some adjustments for mkdocs
* docs: switch doc build to Material for MkDocs
* improve handling of animated webp images
* fix(clippy): Derive Default where possible
* Apply suggestions from code review
* Update docs/shell-integration.md
* Add function for users powershell + starship
* build(pty): don't use `std::os::fd::RawFd` symbol directly
* deps: open -> 4.0
* wezterm-ssh: fix leaky tests, as described in https://nexte.st/book/leaky-tests.html
* docs: fix pane:split direction top/bottom -> up/down
* include ssh config map in debug logging when running wezterm ssh -v
* Add comment
* Filter figterm from stateful check
* gdi.rs: Avoid non-idiomatic iterations over Option, they cause warnings
* ssh: support %l and %L in config files
* deps: socket2 -> 0.5
* docs: add mdbook-admonish
* ci: docs: deploy directly, rather than via gh_pages branch
* docs: fixup get_pane_direction docs
* Fix typo in "Terminal Emulators and PTYs" section
* add docs
* simplify direction conversion to lua
* add lua methods to access position and pane in the direction
* ci: try harder for app image build
* docs: shell-integration: document Xonsh support
* ci: maybe fix appimage build
* ci: generate appimage from ubuntu20
* termwiz: bump version ready for publish
* fix(input): support alt-left-bracket
* maybe fix win32 build
* ssh: detect exit-signal state for channels
* wsl: default_cwd is now ~
* ls-fonts: emulate the effect of normalize_output_to_unicode_nfc
* Allow negative number for cli get-text line
* make command palette font a little larger
* docs: command palette font size/color
-------------------------------------------------------------------
Tue Feb 14 01:19:35 UTC 2023 - William Brown <william.brown@suse.com>

View File

@ -1,4 +1,4 @@
name: wezterm
version: 20221119.145034.49b9839f+g221
mtime: 1675972611
commit: 51e0c1b3933d206978590e0132401af97b8619c8
version: 20230326.111934.3666303c
mtime: 1679854774
commit: 3666303c7b26c6c966b3f136dbb954686d334cc3

View File

@ -19,7 +19,7 @@
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
Name: wezterm
Version: 20221119.145034.49b9839f+g221
Version: 20230326.111934.3666303c
Release: 0
Summary: GPU-accelerated cross-platform terminal emulator and multiplexer
URL: https://github.com/wez/wezterm