wezterm/_service

29 lines
1.1 KiB
Plaintext
Raw Normal View History

<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="scm">git</param>
<param name="revision">8d8d7d3ff46e05125c03ed84e734aa3ef52b001b</param>
- Update to version 20221119.145034.49b9839f: * fix IME composition status applying to all panes * allow disabling tabs, new tab button in tab bar * Update macos docs with wezterm CLI installation (#2619) * docs: changelog for https://github.com/wez/wezterm/pull/2661 * Fix relative CWD path given on command line being interpreted as within the server's CWD * fixes flow chart and typo in config file docs * docs: changelog for https://github.com/wez/wezterm/pull/2636 * Fix background cover algorithm * Fix dragging by left or right status with retro tab bar * docs: fix MoveTabRelative default key assignments * docs: update first example to use wezterm.action style * gui: improve error message for unsupported height/width values for Color and Gradient * webgpu: improve messaging when no adapters are found * webgpu: minor optimization of shader * use constants for has_color values in wgsl shader and in the rust code * webgpu: support hsv transforms * fix resizing on windows when wgpu is enabled * add some config options to influence webgpu selection * make drawRect work on macos when using webgpu * This makes webgpu actually render * fixup crash when running in webgpu mode * plumb webgpu code into draw path * Abstract more over the render state, add RenderContext * put WebGpuState into an Rc * Add IndexBuffer abstraction * Add VertexBuffer abstraction * Add MappedVertexBuffer abstraction * make TripleLayerQuadAlloctor::Gpu(BorrowedLayers) self-referential * use a self-referential struct for mapping vertexbuffers * erase generic T from Atlas, Sprite, CachedGlyph etc. * notionally allow webgpu texture atlas creation * make Vertex conform to Pod * Basic useless wgpu based rendering foundation * deps: update raw-window-handle * docs: add_wsl_distributions_to_launch_menu was removed * partially handling overflowing tab titles * changelog for https://github.com/wez/wezterm/pull/2746 * Allow windows installer to run on arm64 emulating x64 * rustdoc markdown fences-- * xcursor: parse and follow theme inheritance * reduce size of BoxedQuad by 2/3 * quads: switch to allocating quads rather than contiguous vertices * remove dead code * Add support for heap profiling using dhat * perf: adjust clustering when bidi is disabled * lfucache: improve LFU algorithm and structure * refactor: move lfucache into its own crate * cargo update * docs: remove wezterm-nightly-bin AUR link * gui: fix cursor color invalidation issue * Fix horizontal wheel events * docs for #2702 * keyevent: fixup prevent_fallback processing * docs: changelog for #2112 * wezterm.terminfo: add statusline entries * cargo update * Fix compiler warning * keys: add prevent_fallback option for ActivateKeyTable * docs: changelog for https://github.com/wez/wezterm/pull/2670 * Continue parsing cmdline arguments in the desktop file * Allow to pass the command to execute via "-e" * rust 1.65 does a better job with enum packing * termwiz: release 0.19 * fix: temp fix for Android build error * deps: cargo update for openssl * deps: cargo update * deps: remove async-std dep OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=48
2022-11-21 04:49:03 +01:00
<param name="match-tag">20221119-145034-49b9839f</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>
- Update to version 20220624.141144.bd1b7c5d+git171: * macos: Add com.apple.security.automation.apple-events entitlement * fix padding to the right of retro tab bar * overlays: handle resize better * color scheme: allow exporting schemes that set index colors * x11/wayland: always try the portal for appearance * exec domains: pass paneid to fixup method * docs: fix typos * add wezterm.color.save_scheme for exporting color schemes * add lua functions for importing color scheme files * colors: move wezterm.get_builtin_color_schemes to wezterm.colors.get_builtin_schemes * add wezterm.color.get_default_colors * add wezterm.gui.get_appearance to retrieve dark mode * fix build; last commit passed `cargo check` but not `cargo build`!? * fonts: allow glyph not found warnings to show after config reload * color schemes: add version metadata * color schemes: remove : splitting for prefix extraction * fonts: limit missing glyph notification to once per hour * debug overlay: remember last log line globally * colors: refine importer * color schemes: move other color scheme format code to color-funcs * x11/wayland: subscribe to xdg desktop portal for settings changes * docs: fix link discussing subpixel hinting * windows: avoid recursing and borrowing inner twice * x11/wayland: use xdg desktop portal settings interface to get dark mode * Fix shortcut for "move between panes": `shift` was missing * docs: show how to find just the dark color schemes * docs: clarify order of extracted colors * docs: changelog for https://github.com/wez/wezterm/issues/2234 * lua: add pane:is_alt_screen_active() OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=20
2022-07-16 06:12:27 +02:00
<param name="compression">gz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">wezterm</param>
- Update to version 20220624.141144.bd1b7c5d+git171: * macos: Add com.apple.security.automation.apple-events entitlement * fix padding to the right of retro tab bar * overlays: handle resize better * color scheme: allow exporting schemes that set index colors * x11/wayland: always try the portal for appearance * exec domains: pass paneid to fixup method * docs: fix typos * add wezterm.color.save_scheme for exporting color schemes * add lua functions for importing color scheme files * colors: move wezterm.get_builtin_color_schemes to wezterm.colors.get_builtin_schemes * add wezterm.color.get_default_colors * add wezterm.gui.get_appearance to retrieve dark mode * fix build; last commit passed `cargo check` but not `cargo build`!? * fonts: allow glyph not found warnings to show after config reload * color schemes: add version metadata * color schemes: remove : splitting for prefix extraction * fonts: limit missing glyph notification to once per hour * debug overlay: remember last log line globally * colors: refine importer * color schemes: move other color scheme format code to color-funcs * x11/wayland: subscribe to xdg desktop portal for settings changes * docs: fix link discussing subpixel hinting * windows: avoid recursing and borrowing inner twice * x11/wayland: use xdg desktop portal settings interface to get dark mode * Fix shortcut for "move between panes": `shift` was missing * docs: show how to find just the dark color schemes * docs: clarify order of extracted colors * docs: changelog for https://github.com/wez/wezterm/issues/2234 * lua: add pane:is_alt_screen_active() OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=20
2022-07-16 06:12:27 +02:00
<param name="compression">gz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">wezterm</param>
</service>
</services>