summaryrefslogtreecommitdiffstats
path: root/zellij-client
AgeCommit message (Expand)Author
2022-09-14Don't send the server an exit signal when client panics (#1731)raphCode
2022-09-09chore(version): bump development versionAram Drevekenin
2022-09-09chore(release): v0.31.4v0.31.4Aram Drevekenin
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-08-18chore(version): bump development versionAram Drevekenin
2022-08-18chore(release): v0.31.3v0.31.3Aram Drevekenin
2022-08-17chore(version): bump development versionAram Drevekenin
2022-08-17chore(release): v0.31.2v0.31.2Aram Drevekenin
2022-08-17fix(terminal): SGR/UTF8 mouse reporting in terminal panes (#1664)Aram Drevekenin
2022-08-02chore(version): bump development versionAram Drevekenin
2022-08-02chore(release): v0.31.1v0.31.1Aram Drevekenin
2022-07-28chore(version): bump development versionAram Drevekenin
2022-07-27fix(status-bar): reflect actual current keybindings (#1242)har7an
2022-07-26Log every panic to the logfile (#1602)raphCode
2022-07-12fix(cli): let the exit message be different when detaching (#1573)Matthias Beyer
2022-07-08feat(terminal): sixel support (#1557)Aram Drevekenin
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-07-02fix: various typos (#1553)a-kenji
2022-06-25add(feature): `unstable` (#1542)a-kenji
2022-06-21fix: exit client on empty rcv (#1535)raphCode
2022-06-20add: debug information for certain actions (#1533)a-kenji
2022-06-19fix: dispatch various actions correctly (#1530)a-kenji
2022-06-17fix(action): dispatch of `edit-scrollback` (#1523)a-kenji
2022-06-16fix: clarify comments (#1519)a-kenji
2022-06-16fix(action): correctly dispatch the `Write` action (#1518)a-kenji
2022-06-16fix(action): send `WriteChars` once per action (#1516)a-kenji
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-15fix: remove obsolete logs (#1504)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-10docs: fix typos (#1481)Kian-Meng Ang
2022-06-07chore(version): bump development versionAram Drevekenin
2022-06-06fix(mouse): selection sometimes getting stuck (#1418)Thomas Linford
2022-05-24Fix double panic lockup in clients panic handler (#1433)raphCode
2022-05-16fix(input): ANSI code sent to terminal on startup and resizeThomas Linford
2022-05-09build(deps): bump log from 0.4.16 to 0.4.17 (#1386)dependabot[bot]
2022-05-02chore(version): bump development versionAram Drevekenin
2022-05-02chore(release): v0.29.1v0.29.1Aram Drevekenin
2022-05-02chore(version): bump development versionAram Drevekenin
2022-04-30fix(mouse): improve mouse event reporting (#1329)Thomas Linford
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-13chore(version): bump development versionAram Drevekenin
2022-04-13chore(package): patch versionAram Drevekenin
2022-04-12feat(signals): support XTWINOPS 14 and 16 (and query the terminal for them on...Aram Drevekenin
2022-03-31chore(version): bump development versionAram Drevekenin
2022-03-28build(deps): bump log from 0.4.14 to 0.4.16 (#1278)dependabot[bot]
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