zellij/_service
Soc Virnyl Estela 3fbc84a6ce - Bump version to 0.31.0:
* feat: Log errors causing "empty message received from client" (https://github.com/zellij-org/zellij/pull/1459)
  * chore(dependencies): update `crossbeam` `0.8.0` -> `0.8.1` (https://github.com/zellij-org/zellij/pull/1463)
  * add(option): `default-layout` setting for changing the default layout upon start, example: `default_layout: compact` (https://github.com/zellij-org/zellij/pull/1467)
  * fix: many typos (https://github.com/zellij-org/zellij/pull/1481)
  * add: checksum for release binary (https://github.com/zellij-org/zellij/pull/1482)
  * fix: update cli tooltips (https://github.com/zellij-org/zellij/pull/1488)
  * refactor: deduplicate code in `screen.rs` (https://github.com/zellij-org/zellij/pull/1453)
  * chore(dependencies): update  `clap`: `3.1.18` -> `3.2.2` (https://github.com/zellij-org/zellij/pull/1496)
  * fix: send `WriteChars:` once per action (https://github.com/zellij-org/zellij/pull/1516)
  * feat: allow swapping tabs, in a fullscreen pane (https://github.com/zellij-org/zellij/pull/1515)
  * feat: add action of undo renmae (https://github.com/zellij-org/zellij/pull/1513)
  * fix(docs): fix macport installation instructions (https://github.com/zellij-org/zellij/pull/1529)
  * feat: allow hex colors for themes (https://github.com/zellij-org/zellij/pull/1536)
  * fix: client hang when server is killed / shutdown delay (https://github.com/zellij-org/zellij/pull/1535)
  * fix: properly handle in-place editor in full-screen (https://github.com/zellij-org/zellij/pull/1544)
- add README.suse-maint.md

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=3
2022-07-29 12:53:01 +00:00

12 lines
308 B
Plaintext

<services>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">zellij</param>
<param name="compression">gz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">zellij</param>
</service>
</services>