summaryrefslogtreecommitdiffstats
path: root/zellij-server
AgeCommit message (Expand)Author
2024-02-06feat(sessions): welcome screen (#3112)Aram Drevekenin
2024-01-22fix(terminal): improve reflow performance and general memory usage by reducin...Aidan Hobson Sayers
2024-01-22fix(terminal): some real/saved cursor bugs during resize (#3032)Aidan Hobson Sayers
2024-01-18performance(terminal): improvements to reflow performance by removing O(n^2) ...Aidan Hobson Sayers
2024-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2023-12-13perf: improve plugin download & load feature (#3001)Jae-Heon Ji
2023-12-02feat(terminal): implement synchronized renders (#2977)Aram Drevekenin
2023-12-01fix(plugins): display errors properly (#2975)Aram Drevekenin
2023-11-30fix: fix flakey scroll history (#2935)pierce
2023-11-30fix(grid): various crashes (#2972)Aram Drevekenin
2023-11-30feat(plugins): skip plugin cache flag (#2971)Aram Drevekenin
2023-11-29chore(version): bump development versionAram Drevekenin
2023-11-29chore(version): bump to 0.39.2Aram Drevekenin
2023-11-29fixup: zellij-server: fix compiler warnings (#2873)rmsyn
2023-11-19fix(sessions): untie serialization interval from session read interval (#2951)Aram Drevekenin
2023-11-13chore(version): bump development versionAram Drevekenin
2023-11-13chore(release): v0.39.1v0.39.1Aram Drevekenin
2023-11-11fix(plugins): reloading plugin after crash (#2929)Aram Drevekenin
2023-11-10feat(config): add serialization interval configuration (#2923)Aram Drevekenin
2023-11-09feat(panes): reuse CWD when dropping to shell in command panes (#2915)Diego Alonso
2023-11-09fix(performance): only refresh relevant prorcess in sysinfo when serializing ...pierce
2023-11-08fix(ux): LaunchPlugin and some cwd fixes (#2916)Aram Drevekenin
2023-11-08fix: styled underlines in editors (#2918)Mike Lloyd
2023-11-07chore(version): bump development versionAram Drevekenin
2023-11-06docs(api): docs for shim.rs (#2909)Aram Drevekenin
2023-11-06fix(plugins): start plugin pane in cwd of focused pane if possible (#2905)Aram Drevekenin
2023-11-05feat(ux): allow renaming sessions (#2903)Aram Drevekenin
2023-11-05feat(terminal): support styled underlines (#2730)Eatgrass
2023-11-04feat(sessions): resurrect sessions through the session-manager (and plugin AP...Aram Drevekenin
2023-11-02feat: load plugins from the web (#2863)Jae-Heon Ji
2023-11-02feat(plugins): UI components (#2898)Aram Drevekenin
2023-10-20feat(plugins): web requests api (#2879)Aram Drevekenin
2023-10-17feat(panes): Add an option to press <ESC> and drop to shell in command panes ...Aram Drevekenin
2023-10-16feat(plugins): plugin run_command api (#2862)Aram Drevekenin
2023-10-13fix(resurrection): log failure instead of crashing in some edge cases (#2851)Aram Drevekenin
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-10-12fix(plugins): add zellij version to cached artifact path (#2836)Thomas Linford
2023-10-02fix(plugins): address potential security issue (#2830)Thomas Linford
2023-09-28chore: update uuid dependency to 1.4.1 (#2821)silwol
2023-09-27feat(plugins): upgrade wasmer to 3.1.1 (#2706)Thomas Linford
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-09-15chore(version): bump development versionAram Drevekenin
2023-09-15chore(version): bump version for patch releaseAram Drevekenin
2023-09-15fix(terminal): wrap lines when adding characters in alternate screen (#2789)Aram Drevekenin
2023-08-31chore(version): bump development versionAram Drevekenin
2023-08-31chore(version): adjust version for releaseAram Drevekenin
2023-08-30fix(grid): memory leak with unfocused tabs (#2745)Thomas Linford
2023-08-28refactor(server): remove unnecessary mut (#2735)Orhun Parmaksız
2023-08-28chore(version): bump development versionAram Drevekenin
2023-08-27fix(panes): refocus pane properly on tab change (#2734)Aram Drevekenin