summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2022-04-27fix(ipc): empty ipc msg crash (#1351)Aram Drevekenin
2022-04-16fix: minor system improvements (#1328)Jae-Heon Ji
2022-04-13fix(multiuser): properly clear UI when a user detaches (#1317)Aram Drevekenin
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-28fix(compatibility): ansi scroll down (#1279)Aram Drevekenin
2022-03-25feat(ui): add navigation with alt + arrow keys (#1264)Aram Drevekenin
2022-03-23chore(deps): move from termion to termwiz for STDIN handling (#1249)Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-18refactor(tab): move tiled panes to their own module (#1239)Aram Drevekenin
2022-03-17fix(feat): `disable_automatic_asset_installation` (#1226)a-kenji
2022-03-09fix(compatibility): replace wide characters under cursor properly (#1196)Aram Drevekenin
2022-03-07Improve: more explicit detach instruction (#1161)Jae-Heon Ji
2022-03-04fix(cli): `list-sessions` stderr on fail (#1174)a-kenji
2022-02-27fix(tests): ensure e2e tests use updated plugins (#1047)Thomas Linford
2022-02-25fix(input): handle discontiguous STDIN input (#1119)Aram Drevekenin
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-21fix(ui): floating panes UI (#1074)Aram Drevekenin
2022-02-21fix(copy): rejoin wrapped lines (#1069)Thomas Linford
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-12fix(compatibility): resolve fzf crash (#1056)Thomas Linford
2022-02-02fix(compatibility): do not set scroll buffer in alternate screen (#1032)Thomas Linford
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2022-01-23chore(deps): update arg parsing to clap v3 (#1017)Marcin Puc
2022-01-13feat: change dependency for `process_cwd` (#1001)Jae-Heon Ji
2022-01-04feat(keybinds): improve default keybindings (#991)Aram Drevekenin
2022-01-03Implement passing the bell signal to the terminal (#981)auronandace
2021-12-29fix(commands): add install default assets (#961)Jae-Heon Ji
2021-12-29fix(clippy): ensure clippy runs on all targets (#972)danieleades
2021-12-23fix(attach): make removing clients atomic (#966)Aram Drevekenin
2021-12-22fix(compatibility): handle deleting chars in lines with widechars (#965)Aram Drevekenin
2021-12-22fix(compatibility): handle inserting characters after wide character (#964)Aram Drevekenin
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-12-01fix(compatibility): full screen scroll region (#915)Aram Drevekenin
2021-11-30Prevent a zellij session from attaching to itself. (#911)Kunal Mohan
2021-11-12refactor(tabs): lay down infrastructure for multiple users (#864)Aram Drevekenin
2021-11-11Merge branch 'suggestion-for-similar-session-name' of https://github.com/ken-...a-kenji
2021-11-11feat(sessions): Suggestion for a similar session nameKen Matsui
2021-11-10add(feature): toggle boolean options with cli flag (#855)a-kenji