zellij/_service

11 lines
312 B
Plaintext
Raw Normal View History

- 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 14:53:01 +02:00
<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">zellij-*.tar.gz</param>
- Update to version 0.35.1: * fix(panes): show visual error when unable to split panes vertically/horizontally * WIP: Use xtask as build system * fix(panes): show visual error when failing to resize panes * chore(repo): remove nix support * Floating panes in layouts * add tmux close pane key * fix: properly end selection with copy_on_select = false * fix 3 bugs * Errors: less unwrap in server * Support UTF-8 character in tab name and pane name * errors: handle missing plugin caches * Improve client disconnect handling * feat: add ScrollToTop action by * Fix status bar not displaying w/ size=1 and show shortcuts * Add GoToTabName action to switch tab by name * Use singlepass in debug mode by * cleanups around "buffer full" error * Make the singlepass compiler opt-in through flags by * Add pencil theme * Apply correct color on 'more tabs' message * feat: add args to new-tab action * update termwiz to v0.20.0 * feat(ui): swap layouts and stacked panes * fix(ux): cache stdin queries on startup (remove startup delay) * Project Governance Change * Add Helix editor (hx) to editors that support prefix positions * Extend display char in tab * Fix fullscreen navigation by * fix(grid): glitchy resizes * Update bug_report.md template with OSX log directory * fix(layout): various parser and ui fixes * fix(messaging): cache hold pane messages by their tab_id if the tab is not ready * fix(layout): tab focus * fix(cli): new-tab now also looks in layout_dir for layouts * fix(kdl): new-tab keybind looks in layout_dir for layouts * fix(cli): edit cwd * fix(layouts): do not relayout twice on auto_layout * fix(new-tab): get config parameters from config file * fix(grid): only use background pending styling when deleting characters * feat(layouts): exact panes constraint * fix(pty): report no-cwd for empty path returned from sysinfo * fix(sixel): report pixel size in winsize change ioctl * Fix plugin location path decoding from Url * Add action QueryTabNames to list all tab names * fix(pty): do not crash when unable to set cwd * fix(layouts): naming and gototabname * fix(cli): make auto_layout work through the cli * feat: add self-provided themes * Feature: simulate publishing * Revert theme pr OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=49
2023-03-10 15:05:45 +01:00
<param name="compression">zst</param>
<param name="update">true</param>
- 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 14:53:01 +02:00
</service>
<service name="cargo_audit" mode="manual" />
- 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 14:53:01 +02:00
</services>