96 Commits

Author SHA256 Message Date
d49019f24b Accepting request 1315312 from utilities
OBS-URL: https://build.opensuse.org/request/show/1315312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=27
2025-11-04 17:40:53 +00:00
44dcf1b642 Accepting request 1310669 from home:ramdomPTM:branches:utilities
- add zellij-update-wasmtime-wasi-to-33.0.2.patch
  * CVE-2025-53901 (boo#1246953)

OBS-URL: https://build.opensuse.org/request/show/1310669
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=97
2025-11-03 14:14:04 +00:00
835f5ada0e Accepting request 1301195 from utilities
OBS-URL: https://build.opensuse.org/request/show/1301195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=26
2025-08-25 18:38:45 +00:00
47c14b4976 Accepting request 1298457 from home:RN:branches:utilities
- Update to version 0.43.1:
  * chore(release): v0.43.1
  * docs(changelog): KKP fix
  * fix(terminal): handle omitted flags in kitty keyboard protocol push sequence (#4334)
  * fix(web): use session name as initial document title (#4357)
  * fix(compact-bar): make tooltip hints use opaque bg (#4356)
  * docs(readme): description and roadmap update
  * docs(changelog): resurrection fix
  * fix(list): do not list sessions as resurrectable unless they are (#4354)
  * docs(changelog): terminal title fix
  * fix: terminal title (#4352)
- Update to version 0.43.0:
  * chore(release): v0.43.0
  * style: link and help fixes (#4339)
  * fix(ci): make cross compilation work with the no-web variant (#4330)
  * style: some cleanups (#4329)
  * docs(about): release notes for version 0.43.0 (#4326)
  * fix(web): focus terminal on init (#4325)
  * fix(web): allow pasting with cmd-v (#4321)
  * fix(web-client): theme not loading (#4265)
  * Add gruber-darker theme (#4288)
  * fix(web_server): Handle extracting session_token from multiple cookies (#4271)

OBS-URL: https://build.opensuse.org/request/show/1298457
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=95
2025-08-25 07:15:31 +00:00
d5dc35437b Accepting request 1271965 from utilities
OBS-URL: https://build.opensuse.org/request/show/1271965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=25
2025-04-22 20:13:45 +00:00
e72531b0a7 Accepting request 1271167 from home:ramdomPTM:branches:utilities
- Update to version 0.42.2:
  * chore(release): v0.42.2
  * chore: update patch version
  * fix(utils): Re-export prost (#4133)
  * docs(changelog): deps upgrade
  * fix(deps): fix --locked build on rust 1.86 (#4118)
  * performance(render): improve rendering performance by consolidating renders and introducing repaint_delay (#4100)
  * build: Don't re-export foreign crates in utils (#4087)
  * build: Don't use default features (#4086)
  * chore: Introduce workspace dependencies (#4085)
  * refactor(terminal): log scroll region as tuple rather than Option<tuple> (#4082)
  * chore(repo): update development version
  * chore(release): v0.42.1
  * docs(changelog): windows terminal fix
  * fix(mouse): fix mouse handling in windows terminal (#4065) (#4076)
  * chore(repo): update development version

OBS-URL: https://build.opensuse.org/request/show/1271167
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=93
2025-04-22 15:45:42 +00:00
7e9a26dc19 Accepting request 1254373 from utilities
- Include about.wasm plugin to build.
- Update to version 0.42.0:
  * fix(plugins): styling in the "about" plugin 
  * HOTFIX: fix tutorial link in about plugin
  * Fix compiler warnings
  * docs(contributing): update PR statement wording
  * docs(changelog): update 2 recent PRs
  * fix(selection): add proper multi-click dragging options
  * fix(stacked): stacked panes can't resize status-bar
  * docs(changelog): add 3 recent PRs
  * fix(ui): add split right/down shortcut hints to the status-bar
  * fix(grid): out of bounds removal when app does not update its scroll region on resize
  * fix(plugins): prevent paging plugins from cache at runtime
  * fix(serialization): stacked panes fixes
  * fix(panes): multiplayer stack issues
  * fix(panes): when focusing pane off the tab edge, break ties with active_at instead of y
  * fix(toolchain): Unbreak client startup
  * fix(panes): various fixes for rendering stacked panes without pane frames
  * Fix compiler warnings
  * docs(changelog): verbose about error
  * fix(about): more verbose config readonly error
  * docs(changelog): sixel fix
  * fix(grid): Clear sixels when clearing terminal
  * docs(changelog): deps update
  * chore(deps): update some dependencies
  * fix(stacked-panes): better handling of adding new panes to a stack
  * feat(plugins): add tab history to the `SessionUpdate` Event
  * docs(changelog): pin plugin pane fix
  * fix(pinned-panes): allow pinning floating plugin panes with the mouse
  * docs(changelog): recent fixes
  * fix(floating-panes): reset swap floating layouts when closing last floating pane
  * fix(tiled-panes): recover from full stack
  * docs(changelog): chrono upgrade
  * fix(logging): segfault in chrono crate
  * docs(changelog): clipboard message fixes
  * fix(clipboard): clipboard message
  * docs(changelog): filepicker improvements
  * fix(ux): some filepicker improvements
  * docs(changelog): resize shortcuts
  * feat(ui): resize shortcuts
  * docs(changelog): convert old themes
  * chore(repo): convert themes to new spec
  * docs(changelog): mouse double click selection
  * feat(mouse): double-click to mark word boundaries, triple-click to mark paragraph
  * docs(changelog): tips on startup
  * feat(ux): tips on startup
  * docs(changelog): about plugin
  * feat(ui): about plugin and release notes
  * docs(changelog): new theme definition spec
  * feat(config): new theme definition spec
  * docs(issue-template): clarify requirements
  * docs(changelog): logical position fix
  * fix(break-pane): strip logical position when inserting pane to new tab
  * docs(changelog): floating pane coordinate fix
  * fix(floating-panes): when changing coordinates, if a pane is not floating - make it floating
  * docs(changelog): plugin editor and shell info
  * feat(plugins): send info about $EDITOR and $SHELL
  * docs(changelog): plugin apis to open panes near plugin
  * feat(plugins): Allow opening panes near plugin
  * docs(changelog): plugins pasted text event
  * feat(plugins): add `PastedText` Event
  * fix(tiled-panes): opening panes from the cli
  * docs(changelog): floating pane coordinate chagne API
  * feat(plugins): API to change floating pane coordinates
  * docs(changelog): stacked resize
  * feat(ui): stacked resize
  * chore(deps): update to Wasmtime 29.0.1
  * Update rust toolchain to 1.84
  * docs(changelog): floating pane fixes
  * fix(floating-panes): handle uncaught errors
  * docs(changelog): include PR link
  * docs(changelog): CSI= fix
  * fix(terminal): support kitty keyboard protocol setting with "="
  * docs(changelog): mouse any event tracking
  * feat(terminal): mouse AnyEvent tracking (1003)
  * docs(changelog): stack panes command
  * feat(ux): stack panes command
  * docs(changelog): cursor overflow fix
  * fix(terminal): cursor overflow
  * docs(changelog): synchronized rendering query response
  * fix(terminal): mode 2026 feature detection response
  * docs(changelog): logical index pane sorting
  * fix(layout-applier): logical index pane sorting
  * docs(changelog): pin floating panes
  * feat(ux): pin floating panes
  * docs(changelog): multiplayer cursor fix
  * fix(multiuser): properly clear fake cursors
  * docs(changelog): layout tab focus fix
  * fix(screen): off by 1 error when focusing layout tab
  * docs(changelog): plugin hidden focus fix
  * fix(plugins): properly focus plugin after it was hidden
  * docs(changelog): slash detach fix
  * fix(plugins): do not detach if using a slash in a session name
  * chore(repo): add funding.json
  * docs(changelog): allow plugins to change host folder
  * feat(plugins): allow changing the plugin's `/host` folder (under a new permission)
  * docs(changelog): ui component padding
  * fix(plugins): properly pad UI elements when they have a background
  * docs(changelog): focus_pane_with_id fix
  * fix(plugins): properly focus pane after tab was closed
  * chore(repo): fix typo in lock file
- Update _service file.
  * obsoleted "disabled" run mode now replaced with "manual".
  * Use recomprizz instead of recompress.

OBS-URL: https://build.opensuse.org/request/show/1254373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=24
2025-03-19 21:34:01 +00:00
Soc Virnyl Estela
4d86b4c763 - Include about.wasm plugin to build.
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=91
2025-03-19 10:10:19 +00:00
Soc Virnyl Estela
0e8eeb42c1 - Update to version 0.42.0:
* fix(plugins): styling in the "about" plugin 
  * HOTFIX: fix tutorial link in about plugin
  * Fix compiler warnings
  * docs(contributing): update PR statement wording
  * docs(changelog): update 2 recent PRs
  * fix(selection): add proper multi-click dragging options
  * fix(stacked): stacked panes can't resize status-bar
  * docs(changelog): add 3 recent PRs
  * fix(ui): add split right/down shortcut hints to the status-bar
  * fix(grid): out of bounds removal when app does not update its scroll region on resize
  * fix(plugins): prevent paging plugins from cache at runtime
  * fix(serialization): stacked panes fixes
  * fix(panes): multiplayer stack issues
  * fix(panes): when focusing pane off the tab edge, break ties with active_at instead of y
  * fix(toolchain): Unbreak client startup
  * fix(panes): various fixes for rendering stacked panes without pane frames
  * Fix compiler warnings
  * docs(changelog): verbose about error
  * fix(about): more verbose config readonly error
  * docs(changelog): sixel fix
  * fix(grid): Clear sixels when clearing terminal
  * docs(changelog): deps update
  * chore(deps): update some dependencies
  * fix(stacked-panes): better handling of adding new panes to a stack
  * feat(plugins): add tab history to the `SessionUpdate` Event
  * docs(changelog): pin plugin pane fix
  * fix(pinned-panes): allow pinning floating plugin panes with the mouse
  * docs(changelog): recent fixes
  * fix(floating-panes): reset swap floating layouts when closing last floating pane

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=90
2025-03-19 02:25:27 +00:00
cbfaf8fe0e Accepting request 1248069 from utilities
OBS-URL: https://build.opensuse.org/request/show/1248069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=23
2025-02-24 14:50:26 +00:00
6a5accf045 Accepting request 1246794 from home:bochtigesmele:branches:utilities
- Update spec file to build with target wasm32-wasip1
- Update zellij to version 0.41.2

OBS-URL: https://build.opensuse.org/request/show/1246794
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=88
2025-02-24 10:07:22 +00:00
0befe62586 Accepting request 1222611 from utilities
OBS-URL: https://build.opensuse.org/request/show/1222611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=22
2024-11-08 11:00:50 +00:00
Soc Virnyl Estela
5e39bba3ae Accepting request 1221405 from home:ramdomPTM:branches:utilities
- Update _service file
- Update spec file to build new plugins
- Update to version 0.41.1:
  * chore(release): v0.41.1
  * HOTFIX: patch version
  * HOTFIX: default plugins generic compilation issue
  * chore(release): v0.41.0
  * docs(changelog): base mode keybindings fix
  * fix(ux): forward keys to pane in locked mode and base mode rather than hard-coded normal mode (#3715)
  * docs(changelog): configuration fixes
  * fix(ux): configuration fixes (#3713)
  * docs(readme): add https to curl download
  * docs(changelog): MoveFocusOrTab fullscreen awareness

OBS-URL: https://build.opensuse.org/request/show/1221405
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=86
2024-11-08 00:31:32 +00:00
4db26a49e6 Accepting request 1172749 from utilities
- Update _service:
  * apply vendor filterer
- Update ./README.suse-maint.md:
  * manualrun obsoletes disabledrun
- Update vendored dependencies:
  * filter for only linux platforms. this lessens tarball size
- 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/1172749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=21
2024-05-09 15:28:35 +00:00
Soc Virnyl Estela
16fbb6b70b 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
0d3a7719e0 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
6f138fe566 Accepting request 1169334 from utilities
OBS-URL: https://build.opensuse.org/request/show/1169334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=20
2024-04-21 18:26:48 +00:00
Soc Virnyl Estela
48506465f2 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
3729bd69bf Accepting request 1148964 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1148964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=19
2024-02-22 19:58:39 +00:00
Soc Virnyl Estela
0dd361fab2 - Change BuildRequires: rust+cargo -> cargo
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=79
2024-02-15 04:54:42 +00:00
1180915e56 Accepting request 1138480 from utilities
OBS-URL: https://build.opensuse.org/request/show/1138480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=18
2024-01-14 18:03:20 +00:00
Soc Virnyl Estela
66c54da369 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
b68268f472 Accepting request 1128835 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1128835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=17
2023-11-26 18:37:56 +00:00
Soc Virnyl Estela
0c069d753a - 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
61e231b696 Accepting request 1113179 from utilities
- Update to version 0.38.2:
  * fix(terminal): wrap lines when adding characters in
    alternate screen

OBS-URL: https://build.opensuse.org/request/show/1113179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=16
2023-09-25 18:02:14 +00:00
Soc Virnyl Estela
709782f69b - 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
cad0b39817 Accepting request 1110146 from utilities
- Add session-manager and fixture-tests plugins.
- 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/request/show/1110146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=15
2023-09-11 19:21:36 +00:00
Soc Virnyl Estela
dd72d4fe2b - 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
3afb5962fa - 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
ee4c16d2c5 Accepting request 1104915 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=14
2023-08-21 09:45:36 +00:00
Soc Virnyl Estela
6b4944a82e Replace obsoleted disabled option with manual
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=68
2023-08-13 14:07:58 +00:00
d50beeb2ec Accepting request 1094350 from utilities
- Update to version 0.37.2:
  * hotfix: include theme files into binary
  * fix: make plugin hide_self api idempotent
- Changes from 0.37.1:
  * hotfix: theme options does not work
  * fix: various plugin api methods
- Changes from major release 0.37.0:
  * fix(plugin): respect hide session option on compact-bar
  * feat: allow excluding tabs from tab sync in layouts
  * feat: support default cwd
  * feat: cli action to reload plugins at runtime for easier plugin development
  * docs(architecture): update architecture docs
  * feat(themes): add nightfox themes
  * feat: provide default themes
  * feat: update and render plugins asynchronously
  * fix: support environment variables and shell expansions in layout cwds
  * fix: add file paths to file not found errors
  * fix: error loading non-existant themes directory
  * build: speed up build and ci
  * fix: sticky bit FreeBSD crash
  * build: Bump rust toolchain version to 1.67
  * fix: update config file output
  * feat: plugin workers for background tasks
  * fix: cwd of newtab action
  * feat: plugin system overhaul
  * feat: add virtually all of Zellij's API to plugins
  * fix: runtime panic because of local cache
  * fix: cursor flickering
  * fix: focus tab as well as pane when relaunching plugin
  * feat: ui improvements for strider search
  * fix: only watch fs if plugins explicitly request it
  * fix: suppress debug logging when not debugging
  * feat: send pane events to plugins
  * fix: use debounced watcher for watching filesystem
  * feat: add more plugin api methods

OBS-URL: https://build.opensuse.org/request/show/1094350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=13
2023-06-21 20:40:17 +00:00
Soc Virnyl Estela
f47d1671f0 - Update to version 0.37.2:
* hotfix: include theme files into binary
  * fix: make plugin hide_self api idempotent
- Changes from 0.37.1:
  * hotfix: theme options does not work
  * fix: various plugin api methods
- Changes from major release 0.37.0:
  * fix(plugin): respect hide session option on compact-bar
  * feat: allow excluding tabs from tab sync in layouts
  * feat: support default cwd
  * feat: cli action to reload plugins at runtime for easier plugin development
  * docs(architecture): update architecture docs
  * feat(themes): add nightfox themes
  * feat: provide default themes
  * feat: update and render plugins asynchronously
  * fix: support environment variables and shell expansions in layout cwds
  * fix: add file paths to file not found errors
  * fix: error loading non-existant themes directory
  * build: speed up build and ci
  * fix: sticky bit FreeBSD crash
  * build: Bump rust toolchain version to 1.67
  * fix: update config file output
  * feat: plugin workers for background tasks
  * fix: cwd of newtab action
  * feat: plugin system overhaul
  * feat: add virtually all of Zellij's API to plugins
  * fix: runtime panic because of local cache
  * fix: cursor flickering
  * fix: focus tab as well as pane when relaunching plugin
  * feat: ui improvements for strider search
  * fix: only watch fs if plugins explicitly request it
  * fix: suppress debug logging when not debugging
  * feat: send pane events to plugins
  * fix: use debounced watcher for watching filesystem
  * feat: add more plugin api methods

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=66
2023-06-21 10:23:55 +00:00
Soc Virnyl Estela
83914a3999 - 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
c1adde0c37 Accepting request 1085500 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1085500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=12
2023-05-08 15:25:05 +00:00
Soc Virnyl Estela
f6066488fa OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=61 2023-05-01 10:17:23 +00:00
Soc Virnyl Estela
f78429f787 - 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
c1a582cc56 Accepting request 1076785 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1076785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=11
2023-04-03 15:45:58 +00:00
Soc Virnyl Estela
47cbdcac15 Accepting request 1071167 from home:gladiac:branches:utilities
- Install the themes
- Allow to load themes from /usr/share/zellij/themes/
  * Added zellij-fix-theme-dir.patch

OBS-URL: https://build.opensuse.org/request/show/1071167
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=58
2023-03-29 23:41:07 +00:00
Soc Virnyl Estela
7d281329ea 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
85756a0708 - 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
bda2a591f8 Accepting request 1070835 from utilities
- Fix vendored dependencies.
- Fix specfile. Duplicated BuildRequires section for rust+cargo
- 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/request/show/1070835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=10
2023-03-11 17:24:07 +00:00
Soc Virnyl Estela
f9cf5b2870 OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=54 2023-03-11 08:17:19 +00:00
Soc Virnyl Estela
16a1fbb56b - 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
0b91ea325e - Fix specfile. Duplicated BuildRequires section for rust+cargo
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=52
2023-03-11 08:00:54 +00:00
Soc Virnyl Estela
b4acbe6753 OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=51 2023-03-11 07:58:43 +00:00
Soc Virnyl Estela
75bcffdb18 - Set rust toolchain to 1.63.
OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=50
2023-03-11 07:57:09 +00:00
Soc Virnyl Estela
08a1c3aa0a - 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
791a8a62e0 Accepting request 1045158 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1045158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zellij?expand=0&rev=9
2022-12-24 13:52:25 +00:00
Soc Virnyl Estela
61c3e71ad9 - Update to version 0.34.4:
* Fix application crash when resizing with flexible plugin panes in layout
  * Allow the SHELL variable to contain non-absolute shell paths (e.g. SHELL=sh instead of SHELL=/bin/sh

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=47
2022-12-17 06:46:31 +00:00