summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/lib.rs
AgeCommit message (Expand)Author
2024-07-05feat(ui): status bar redesign (#3475)Aram Drevekenin
2024-06-28dependencies: switch from Wasmer to Wasmtime (#3349)bjorn3
2024-06-14feat(plugins): rebind keys at runtime (#3422)Aram Drevekenin
2024-05-18Update soon-to-be incompatible dependencies (#3315)har7an
2024-04-26feat(plugins): add API to open new tabs with a LayoutInfo (#3305)Aram Drevekenin
2024-04-19fix(router): deadlock when unblocking input thread (#3281)Aram Drevekenin
2024-04-12feat(config): allow disabling writing session metadata to disk (#3258)Aram Drevekenin
2024-02-26feat(plugins): introduce plugin aliases (#3157)Aram Drevekenin
2024-02-06feat(sessions): welcome screen (#3112)Aram Drevekenin
2024-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2023-11-10feat(config): add serialization interval configuration (#2923)Aram Drevekenin
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-10-02fix(plugins): address potential security issue (#2830)Thomas Linford
2023-09-27feat(plugins): upgrade wasmer to 3.1.1 (#2706)Thomas Linford
2023-08-24feat(sessions): add a session manager to switch between sessions, tabs and pa...Aram Drevekenin
2023-06-13fix(logs): suppress debug logs when not debugging (#2532)Aram Drevekenin
2023-06-09feat(plugins): extensive plugin api (#2516)Aram Drevekenin
2023-06-07feat(wasm-plugin-system): major overhaul and some goodies (#2510)Aram Drevekenin
2023-05-05Do not unwrap() the sticky bit setting! (#2424)Val Packett
2023-04-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-04-18feat: support default cwd (#2290)Kangaxx-0
2023-04-13fix: do not hold on to router thread handle until server exit (#2328)Thomas Linford
2023-04-05fix(server): set sticky bit on socket files (#2141)Thomas Linford
2023-03-01feat(cli): `QueryTabNames` cli action to list all tab names (#2145)哇呜哇呜呀咦耶
2023-02-26fix(layout): tab focus (#2197)Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-02-13chore(build): make the singlepass compiler opt-in through flags (#2146)m-lima
2023-02-07chore(development): use singlepass in debug mode (#2134)m-lima
2023-01-22Improve client disconnect handling (#2068)har7an
2022-12-24Floating panes in layouts (#2047)Aram Drevekenin
2022-12-14fix(panes): show visual error when unable to split panes vertically/horizonta...Aram Drevekenin
2022-12-06refactor(messaging): reduce extraneous cross-thread messaging (#1996)Aram Drevekenin
2022-12-06refactor(plugins): fix plugin loading data flow (#1995)Aram Drevekenin
2022-11-08errors: Remove `log::error` in server (#1881)har7an
2022-11-02errors: Don't unwrap in `server::os_input_output` (#1895)har7an
2022-10-28errors: Don't unwrap in `server::pty_writer` (#1872)har7an
2022-10-26improve error handling in pty (#1840)哇呜哇呜呀咦耶
2022-10-21improve error handling in route (#1808)naosense
2022-10-20errors: Don't panic in `wasm_vm` (#1827)har7an
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-09Feature: Better error handling/reporting (#1670)har7an
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-13perf(terminal): better responsiveness (#1585)Aram Drevekenin
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-06-15feat: add capability to dispatch actions from cli (#1265)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-05-17fix: ensure pty_writer thread closes (#1422)Thomas Linford
2022-05-16fix(pty): paste freeze with large amounts of text (#1383)Thomas Linford