forked from pool/wezterm
3d6e9562b8
* 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
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/wez/wezterm.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</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>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zstd</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">wezterm</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">wezterm</param>
|
|
</service>
|
|
</services>
|
|
|