summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-03-09fix(ansi): pad line end when erasing charactersfix-asciiquariumAram Drevekenin
2023-03-08docs(changelog): command pane crash fixAram Drevekenin
2023-03-08fix(screen): hold and applylayout races (#2251)Aram Drevekenin
* fix(screen): log error instead of crashing when unable to find tab id * style(fmt): rustfmt
2023-03-08docs(changelog): attach --create fixAram Drevekenin
2023-03-08fix(sessions): attach --create regression (#2247)Aram Drevekenin
* fix(sessions): get attach --create working * style(fmt): rustfmt
2023-03-07chore(release): v0.35.1v0.35.1Aram Drevekenin
2023-03-07chore(version): bump development versionAram Drevekenin
2023-03-07hotfix: fix assetsAram Drevekenin
2023-03-07chore(release): v0.35.0v0.35.0Aram Drevekenin
2023-03-07chore(repo): version 0.35.0 (#2230)Aram Drevekenin
* chore(assets): new readme animation * chore(assets): increase animation resolution * chore(assets): improve animation * chore(assets): improve animation * docs(readme): some cleanups and clarifications * docs(readme): fix links and wording * chore(version): bump development version
2023-03-07docs(changelog): update changelog itemJae-Heon Ji
2023-03-06chore(repo): revert theme pr (#2229)Aram Drevekenin
* Revert "feat: add self-provided themes (#2224)" This reverts commit 63bfe9c5e495481da97c7c566a727216de75c8a7. * Revert "docs(changelog): add self-provided themes" This reverts commit 364f0e7c44921c23eef69c0f2d5fa4ff31aeb336.
2023-03-06CHANGELOG: Add PR #2194har7an
2023-03-06Feature: simulate publishing (#2194)har7an
* xtask: Add arguments to `publish` that allow specifying a custom git remote to push to and a custom cargo registry to publish packages to. * xtask/publish: Don't release `xtask` subcrate because it's not meant to be released at all. * xtask/publish: Add status messages to publish so we see what crate is currently being published, too. * xtask/publish: Disable default features on `zellij` because otherwise it tries to pick up the debug builds of the plugins, which aren't part of released version of `zellij utils`. * xtask/publish: Fix handling of custom registry * docs: Add `RELEASE.md` which explains how to simulate a zellij release. * xtask: Apply rustfmt * xtask: Remove `wasm-opt` from build steps because recent versions cause havoc in the release process in GitHub pipelines and it's primary goal is to only reduce binary size. Current rust versions seem to produce very compact wasm binaries themselves, though. * .github: Don't install wasm-opt in workflows
2023-03-06docs(changelog): add self-provided themesJae-Heon Ji
2023-03-06feat: add self-provided themes (#2224)Jae-Heon Ji
* chore: move themes to default assets * feat: add self-provided themes * fix: embed themes into binary
2023-03-06fix(cli): make auto_layout work through the cli (#2227)Aram Drevekenin
2023-03-06docs(changelog): layout tab name fixesAram Drevekenin
2023-03-06fix(layouts): naming and gototabname (#2225)Aram Drevekenin
* fix(layouts): properly apply tab name * fix(gototabname): do not crash and properly apply default shell * style(fmt): rustfmt
2023-03-01docs(changelog): pty log error for cwdAram Drevekenin
2023-03-01fix(pty): do not crash when unable to set cwd (#2214)Aram Drevekenin
* fix(pty): do not crash when unable to set cwd * style(fmt): rustfmt
2023-03-01docs(changelog): query tab names cli actionAram Drevekenin
2023-03-01feat(cli): `QueryTabNames` cli action to list all tab names (#2145)哇呜哇呜呀咦耶
* extend display char in tab * Add action to list all tab names * print tab names and remove logs * change msg name, and handle Log in normal client * fix log * resolve code conflict * change var name * add snapshot test * fix failed test case * restore snapshot * Revert "restore snapshot" This reverts commit b97a9512ab106615a1a1e5882392a03a17cdf1a3. * restore snapshot * revert snapshot * fix(layout): various parser and ui fixes (#2191) * fix(layout): error on nodes outside layout node * fix(layout): move stacked property to pane * fix(layout): various stack exceptions * fix(ui): non-flexible stacked pane titles now take up their full length * fix(ui): stack titles with no-pane-frames take up their proper length * style(fmt): rustfmt * docs(changelog): layout fixes * fix(messaging): cache hold pane messages by their tab_id if the tab is not ready (#2196) * fix(messaging): cache hold pane messages by their tab_id if the tab is not ready * style(fmt): rustfmt * docs(changelog): open panes fix * fix(layout): tab focus (#2197) * fix(layout): tab focus * style(fmt): rustfmt * docs(changel0g): tab focus fix * fix(cli): new-tab now also looks in layout_dir for layouts (#2198) * fix(cli): the new-tab action now also searches for layouts in the layout dir * style(fmt): rustfmt * fix(tests): add missing parameter to cli action * docs(changelog): new-tab cli layout folder fix * fix(kdl): new-tab keybind looks in layout_dir for layouts (#2200) * fix(themes): missing tokyo-night-dark theme * fix(kdl): new-tab keybind also looks in layout_dir for layouts * docs(changelog): new-tab keybind layout folder fix * fix(cli): edit cwd (#2201) * fix(cli): properly set cwd for edit panes * fix(layouts): properly set cwd for edit panes * style(fmt): rustfmt * docs(changelog0 * fix(layouts): do not relayout twice on auto_layout (#2202) * fix(layouts): do not relayout twice on auto_layout * style(fmt): rustfmt * fix(new-tab): get config parameters from config file (#2203) * fix(cli): take default shell from config if it exists when opening new tab * fix(cli): take layout dir from config when opening new tab if it exists * style(fmt): rustfmt * docs(changelog): new-tab config parameters * fix(grid): only use background pending styling when deleting characters (#2204) * docs(changelog): neovim underline fix * feat(layouts): exact panes constraint (#2206) * style(fmt): remove warnings * fix(swap-layouts): introduce exact panes constraint * fix(swap-layouts): improve floating pane swap layout ux * style(fmt): rustfmt * docs(changelog): exact panes constraint * fix(pty): report no-cwd for empty path returned from sysinfo (#2213) * fix(sixel): report pixel size in winsize change ioctl (#2212) * fix(sixel): report pixel size in winsize change ioctl * style(fmt): rustfmt * docs(changelog): various fixes * style(code): naming * test(log): adjust query tab names test to look at the log message * style(fmt): rustfmt --------- Co-authored-by: Aram Drevekenin <aram@poor.dev> Co-authored-by: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>
2023-03-01docs(changelog): plugin url decodeAram Drevekenin
2023-03-01fix(plugins): location path decoding from Url (#2190)Cory Forsstrom
* Add unit test for plugin run location parsing * Fix file plugin parsing for relative paths * Update test to check for path with spaces * Add a couple more tests
2023-03-01docs(changelog): various fixesAram Drevekenin
2023-03-01fix(sixel): report pixel size in winsize change ioctl (#2212)Aram Drevekenin
* fix(sixel): report pixel size in winsize change ioctl * style(fmt): rustfmt
2023-03-01fix(pty): report no-cwd for empty path returned from sysinfo (#2213)Aram Drevekenin
2023-02-28docs(changelog): exact panes constraintAram Drevekenin
2023-02-28feat(layouts): exact panes constraint (#2206)Aram Drevekenin
* style(fmt): remove warnings * fix(swap-layouts): introduce exact panes constraint * fix(swap-layouts): improve floating pane swap layout ux * style(fmt): rustfmt
2023-02-28docs(changelog): neovim underline fixAram Drevekenin
2023-02-28fix(grid): only use background pending styling when deleting characters (#2204)Aram Drevekenin
2023-02-28docs(changelog): new-tab config parametersAram Drevekenin
2023-02-28fix(new-tab): get config parameters from config file (#2203)Aram Drevekenin
* fix(cli): take default shell from config if it exists when opening new tab * fix(cli): take layout dir from config when opening new tab if it exists * style(fmt): rustfmt
2023-02-27fix(layouts): do not relayout twice on auto_layout (#2202)Aram Drevekenin
* fix(layouts): do not relayout twice on auto_layout * style(fmt): rustfmt
2023-02-27docs(changelog0Aram Drevekenin
2023-02-27fix(cli): edit cwd (#2201)Aram Drevekenin
* fix(cli): properly set cwd for edit panes * fix(layouts): properly set cwd for edit panes * style(fmt): rustfmt
2023-02-27docs(changelog): new-tab keybind layout folder fixJae-Heon Ji
2023-02-27fix(kdl): new-tab keybind looks in layout_dir for layouts (#2200)Jae-Heon Ji
* fix(themes): missing tokyo-night-dark theme * fix(kdl): new-tab keybind also looks in layout_dir for layouts
2023-02-26docs(changelog): new-tab cli layout folder fixAram Drevekenin
2023-02-26fix(cli): new-tab now also looks in layout_dir for layouts (#2198)Aram Drevekenin
* fix(cli): the new-tab action now also searches for layouts in the layout dir * style(fmt): rustfmt * fix(tests): add missing parameter to cli action
2023-02-26docs(changel0g): tab focus fixAram Drevekenin
2023-02-26fix(layout): tab focus (#2197)Aram Drevekenin
* fix(layout): tab focus * style(fmt): rustfmt
2023-02-26docs(changelog): open panes fixAram Drevekenin
2023-02-26fix(messaging): cache hold pane messages by their tab_id if the tab is not ↵Aram Drevekenin
ready (#2196) * fix(messaging): cache hold pane messages by their tab_id if the tab is not ready * style(fmt): rustfmt
2023-02-25docs(changelog): layout fixesAram Drevekenin
2023-02-25fix(layout): various parser and ui fixes (#2191)Aram Drevekenin
* fix(layout): error on nodes outside layout node * fix(layout): move stacked property to pane * fix(layout): various stack exceptions * fix(ui): non-flexible stacked pane titles now take up their full length * fix(ui): stack titles with no-pane-frames take up their proper length * style(fmt): rustfmt
2023-02-20docs(bug-report): update bug_report.md template with OSX log directory (#2181)Kai Spencer
Logs on OSX are located in `$TMPDIR` not `/tmp`
2023-02-20docs(changelog): glitchy resizes fixAram Drevekenin
2023-02-20fix(grid): glitchy resizes (#2182)Aram Drevekenin
* fix(grid): glitchy resizes * style(fmt): rustfmt