summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-06-13fix(logs): suppress debug logs when not debugging (#2532)Aram Drevekenin
2023-05-09Use rust 1.67 (#2375)har7an
2023-05-03improve build/ci times (#2396)Thomas Linford
2023-04-28fix(e2e): fix flaky locked mode test (#2413)Aram Drevekenin
2023-04-28feat(plugins): update and render plugins asynchronously (#2410)Aram Drevekenin
2023-04-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-03-29feat(terminal): cli and bindable action to clear all buffers for a specific p...Oleks Gnatovskyi
2023-03-27feat(plugins): async plugin loading (#2327)Aram Drevekenin
2023-03-08fix(sessions): attach --create regression (#2247)Aram Drevekenin
2023-02-28fix(new-tab): get config parameters from config file (#2203)Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-01-13fix: wide-char drop on resize to 1 and invalid session names (#2082)朱李
2022-11-23fix(panes): focus change when closing and between tabs (#1966)Aram Drevekenin
2022-11-22plugins: rework plugin loading (#1924)har7an
2022-11-22fix: empty session name (#1959)Jae-Heon Ji
2022-11-16fix(cli): measure cwd from cli client rather than the zellij server (#1947)Aram Drevekenin
2022-11-15refactor(plugins): change the data flow (#1934)Aram Drevekenin
2022-11-03fix(cli-actions): do not query termios for the cli client (#1905)Aram Drevekenin
2022-11-03fix(edit): treat cwd properly (#1904)Aram Drevekenin
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-28feat(command-panes): optionally allow panes to be closed on exit (#1869)Aram Drevekenin
2022-10-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-17Log `thread_bus` IPC messages only in debug mode (#1800)har7an
2022-10-13zellij/commands: Prevent recursive sessions (#1766)har7an
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-24feat: support `themes` directory (#1577)Jae-Heon Ji
2022-07-18feat(terminal): search panes (#1521)msirringhaus
2022-07-12Refactor match session name (#1582)Matthias Beyer
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
2022-07-07fix: typo (#1567)a-kenji
2022-07-06refactor(crates): move shared contents from zellij tile to zellij utils (#1541)har7an
2022-07-04fix: fallback to default values when terminal rows/cols are 0 (#1552)Thomas Linford
2022-06-25add(feature): `unstable` (#1542)a-kenji
2022-06-23fix: Make key order consistent (#1539)har7an
2022-06-18feat: add action to undo rename (#1513)Jae-Heon Ji
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
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-07feat(ui): add status bar tips (#1462)Aram Drevekenin
2022-06-06feat(scroll): edit scrollback with default editor (#1456)Cosmin Popescu
2022-06-03add(plugin): `compact-bar` & `compact` layout (#1450)a-kenji
2022-05-28feat(cli): merge --layout and --layout-path (#1426)Spyros Roum
2022-05-10fix(deps): Rename `suggestion` crate to `suggest` (#1387)Ken Matsui
2022-05-03feat: Attach sessions by unique prefix name (#1169) (#1360)raphCode
2022-04-29fix: change the way sessions are sorted (#1347)Jae-Heon Ji
2022-04-29Fix title widechar overflow (#1361)Aram Drevekenin
2022-04-28fix(compatibility): respond to bg and fg color ansi queries (#1358)Aram Drevekenin