14 Commits

Author SHA256 Message Date
Soc Virnyl Estela
85db73cd8c OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=84 2024-05-08 11:38:51 +00:00
Soc Virnyl Estela
3e026a49ff Accepting request 1172656 from home:Krukas:branches:utilities
- Update to version 0.40.1:
  * fix(sessions): issue where sessions would occasionally become unresponsive
  * fix(cli): respect all options (eg. `default-layout`) when creating a session in the background from the CLI
  * fix(cli): rename tab and pane from cli
  * fix(plugins): respect $SHELL when opening a terminal from plugins (eg. from the filepicker strider)
  * fix(tabs): closing a tab no longer breaks tab movement
  * feat(plugins): add API to open new tabs with a LayoutInfo
  * feat(cli): add `zellij action list-clients` to allow listing the connected clients as well as their pane_id and running command
  * feat(cli): allow binding Ctrl J

OBS-URL: https://build.opensuse.org/request/show/1172656
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=83
2024-05-08 09:38:32 +00:00
Soc Virnyl Estela
6920f6e420 Accepting request 1169331 from home:amanzini:branches:utilities
- Update to version 0.40.0:
  This release includes exciting new features as well as some long awaited and requested improvements.
  * A new welcome screen
  * A new filepicker
  * Pipes
  * Open floating panes at specific coordinates
  * Rearrange tabs
  * Disconnect other clients
  * Plugin aliases
  * New possible keys to bind
  * Start session in the background
  * Performance improvements
  * for details checkout the official annonuncement https://zellij.dev/news/welcome-screen-pipes-filepicker
  * Are you upgrading from an older version using a custom config file?
    In order to take advantage of some of the new features (eg. the welcome-screen and filepicker), 
    you'll need to swap the plugins section in your configuration file with the one from the default file.

OBS-URL: https://build.opensuse.org/request/show/1169331
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=81
2024-04-20 10:49:27 +00:00
Soc Virnyl Estela
7c673318da Accepting request 1138393 from home:smolsheep:upgrades
- Update to version 0.39.2:
  * Fix: typo in help page
  * Fix: untie serialization interval from session read interval
  * Fix: zellij-server: fix compiler warnings

OBS-URL: https://build.opensuse.org/request/show/1138393
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=77
2024-01-13 15:38:12 +00:00
Soc Virnyl Estela
64a63fb857 - Update sources in specfile
* remove cargo_config
- Update to version 0.39.1:
  * fix: styled underlines in editors
  * fix(plugins): add `LaunchPlugin` and some cwd fixes
  * fix(performance): significantly reduce CPU utilization when serializing sessions
  * fix(panes): reuse CWD when dropping to shell in command panes
  * fix(resurrection): reduce default serialization interval to 1m and make it configurable
  * fix(plugins): allow reloading plugins if they crashed
  * feat(panes): start panes/editors/commands/plugins in-place
  * fix(theme): fg color for gruvbox light theme
  * fix: display parsing error for kdl files located under the 'themes' directory
  * refactor(plugins): wasmer v3.1.1
  * refactor(config): dependency updates
  * fix(plugins): address cranelift-codegen vulnerability
  * fix(plugins): use versioned path for plugin artifact cache
  * feat(sessions): session resurrection
  * feat(rendering): terminal synchronized output
  * feat(plugins): plugin command API for executing commands in the background
  * feat(ui): cyberpunk themes
  * feat(ux): add ESC option to drop to shell in command panes
  * feat(plugins): allow plugins to make web requests behind a permission
  * feat(plugins): UI components for plugins
  * feat(plugins): load plugins from the web
  * feat(terminal): support styled underlines
  * feat(ux): allow renaming sessions
  * fix(plugins): open new plugins in the current cwd

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=75
2023-11-18 22:26:01 +00:00
Soc Virnyl Estela
9f36a60bb9 - Update to version 0.38.2:
* fix(terminal): wrap lines when adding characters in
    alternate screen

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=73
2023-09-23 04:35:37 +00:00
Soc Virnyl Estela
86cebd11c7 - Add session-manager and fixture-tests plugins.
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=71
2023-09-09 14:04:24 +00:00
Soc Virnyl Estela
df3e1f14db - Update to version 0.38.1:
* refactor(server): remove unnecessary mut
  * fix(status-bar): add break tab hints
  * fix(reconnect): glitches on windows terminal
  * fix(grid): memory leak with unfocused tabs
  * fix(input): enforce ordering of actions after opening a new pane

- Remove zellij-fix-theme-dir.patch

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=70
2023-09-09 13:34:04 +00:00
Soc Virnyl Estela
533d0ee4ff - Add patch fix-gitignore-bypass.patch.
* This will fix issues where setting `--all` to see
    hidden files will still hide gitignore-ed files.

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=63
2023-06-21 10:17:07 +00:00
Soc Virnyl Estela
f4d1eb3fa3 - Update to version 0.36.0:
* add my tweaked theme
  * fix(screen): focus pane on screen edge when moving pane focus offtab
  * Correct summary
  * Updated layout examples to .kdl from .yaml
  * fix(panes): adding panes to lone stack
  * fix(panes): closing a stacked pane should relayout
  * Fixed issue #1948
  * feat(plugins): async plugin loading
  * docs(readme): update roadmap image
  * Add action to clear all buffers for a specific pane
  * Added launch in xonsh
  * Add option to hide session name in tab-bar (deriving from #2172)
  * fix(layouts): don't default to default swap layouts on new-tab action
  * fix(layouts): nested attribute truncating
  * fix(scrollback-editor): properly invoke editor when command includes spaces
  * fix(layouts): focus tab race
  * feat(panes): allow defining an expanded stacked pane
  * fix(layout): pane focus in stack
  * fix(plugins): prevent Strider from opening double-panes when editing files
  * fix: set sticky bit on socket
  * chore(assets): adjust logo
  * fix: do not hold on to router thread handle until server exit

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=60
2023-05-01 08:09:57 +00:00
Soc Virnyl Estela
d31a1221d0 OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=57 2023-03-27 00:05:32 +00:00
Soc Virnyl Estela
a4c48453e0 - Update to version 0.35.2:
* fix(sessions): attach --create regression
  * fix(screen): hold and applylayout races
  * fix(ansi): pad line end when erasing characters

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=56
2023-03-26 23:09:29 +00:00
Soc Virnyl Estela
e7db37ef30 - Fix vendored depencies.
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=53
2023-03-11 08:16:02 +00:00
Soc Virnyl Estela
cb621b8637 - 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 14:05:45 +00:00