SHA256
1
0
forked from pool/wezterm
wezterm/_service

26 lines
1.0 KiB
Plaintext
Raw Normal View History

<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/wez/wezterm</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="scm">git</param>
- 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
2024-02-03 10:45:01 +01:00
<param name="revision">c3d37f9edae6951bbb564197a62bb433a289ff4f</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">uncomfy+openbuildservice@uncomfyhalomacro.pl</param>
</service>
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="manual" name="set_version"/>
<service name="cargo_vendor" mode="manual">
<param name="src">wezterm</param>
<param name="update">true</param>
<param name="i-accept-the-risk">RUSTSEC-2022-0090</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>