summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2022-03-09fix(compatibility): home and end in cursor keys mode (#1190)Thomas Linford
2022-02-27Init nix ci (#1141)a-kenji
2022-02-22chore(version): bump development versionAram Drevekenin
2022-02-21chore: bump internal autocfg dependency to 1.1.0 (#1071)Marcin Puc
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-05chore(version): bump development versionAram Drevekenin
2022-01-04Remove unused dependency - termbg (#992)Kunal Mohan
2021-12-22fix(compatibility): handle inserting characters after wide character (#964)Aram Drevekenin
2021-12-20chore(version): bump development versionv0.23.0Aram Drevekenin
2021-12-14chore(version): bump development versionAram Drevekenin
2021-12-13chore(version): bump development versionAram Drevekenin
2021-12-09feat(status-bar): add multiple tips (#848)Jae-Heon Ji
2021-11-29chore(version): bump development versionAram Drevekenin
2021-11-25This adds a UI for multiple users in panes (behind a feature flag) (#897)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-10chore(version): bump development versionAram Drevekenin
2021-11-10chore(release): v0.20.1v0.20.1Aram Drevekenin
2021-11-10fix(envs): Unify operation of Zellij environment variables (#842)Ken Matsui
2021-11-08chore(version): bump development versionAram Drevekenin
2021-11-05fix(main): Refactor src/main.rs by splitting one massive main function into c...Ken Matsui
2021-11-05Merge branch 'support-first-option-in-attach-subcommand-to-attach-the-first-s...a-kenji
2021-11-06feat(attach): Support `--index` option to choose specific session by provided...Ken Matsui
2021-11-05fix(errors): Introduce thiserror to make error types simpler (#836)Ken Matsui
2021-11-05fix(errors): Add colored crate to replace primitive color formatting (#837)Ken Matsui
2021-11-02Fix: move `colors_transform` to `colorsys` (#832)a-kenji
2021-11-01fix(unix): forkpty => openpty (#830)Aram Drevekenin
2021-10-29fix(compatibility): home and end key fix (#815)Aram Drevekenin
2021-10-26fix(perf): plugins are only compiled onceBrooks Rady
2021-10-20chore(version): bump development versionAram Drevekenin
2021-09-30chore(version): bump development versionAram Drevekenin
2021-09-30chore(version): bump development versionAram Drevekenin
2021-09-30hotfix(stdin): poll for mouse hold in the stdin thread (#752)Aram Drevekenin
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-22feat(plugin): add manifest to allow for plugin configuration (#660)spacemaison
2021-09-15chore(version): bump development versionAram Drevekenin
2021-09-12Calculate width with unicode-width in tab-bar and utils (#709)Paulo Coelho
2021-09-10feat(cwd-pane): Keeping the cwd when opening new panes (#691)spacemaison
2021-08-31chore(version): bump development versionAram Drevekenin
2021-08-28feat(ui): overhauled resize and layout systemsBrooks Rady
2021-07-20Merge branch 'main' into unified-loggingqepasa
2021-07-19fix(style): bury the dead (code)Brooks J Rady
2021-07-13Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add pl...Paweł Palenica
2021-07-08Merge branch 'main' into unified-loggingqepasa
2021-07-08More cleanup, remove serde from zellij-serverPaweł Palenica
2021-07-08remove one more crate from zellij-serverPaweł Palenica
2021-07-08CleanupPaweł Palenica
2021-07-05chore(version): bump development versionAram Drevekenin
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford