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:
committed by
Git OBS Bridge
parent
efc6f834ea
commit
3d6e9562b8
4
_service
4
_service
@@ -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>
|
||||
|
Reference in New Issue
Block a user