wezterm/_service
Soc Virnyl Estela 7edf7c01f2 - 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 04:12:27 +00:00

28 lines
1.1 KiB
Plaintext

<services>
<service mode="disabled" 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>
<param name="revision">73993a60b42d2bd195712e4e3c408c13da79b3ed</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">gz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">wezterm</param>
<param name="compression">gz</param>
<param name="update">false</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">wezterm</param>
</service>
</services>