summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-11Merge branch 'suggestion-for-similar-session-name' of https://github.com/ken-...a-kenji
2021-11-11docs(changelog): overwriting options on clia-kenji
2021-11-11fix(options): handling and overwriting cli opts (#859)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-10docs(changelog): paste hotfixAram Drevekenin
2021-11-10fix(input): properly query bracketed paste mode in terminals (#858)Aram Drevekenin
2021-11-10 docs(changelog): toggle boolean opts from cli flaga-kenji
2021-11-10add(feature): toggle boolean options with cli flag (#855)a-kenji
2021-11-10docs(changelog): unify environment variable'sa-kenji
2021-11-10fix(envs): Unify operation of Zellij environment variables (#842)Ken Matsui
2021-11-09docs(changelog): use key-value in `docker-compose`a-kenji
2021-11-09fix(docker-compose): Use the key-value style for environments to prevent huma...Ken Matsui
2021-11-09docs(changelog): add e2e instructions for darwina-kenji
2021-11-09fix(docs): Add additional e2e test instruction for macOS users (including m1)...Ken Matsui
2021-11-09docs(changelog): add darwin systems to cia-kenji
2021-11-09feat(ci): Support macOS build & test on CI (#846)Ken Matsui
2021-11-09docs(changelog): simplify match armsa-kenji
2021-11-09fix(match): Make match arms much simpler (#844)Ken Matsui
2021-11-08Update GOVERNANCE.mdThomas Linford
2021-11-08docs(changelog): add initial session name to layoutAlex Kenji
2021-11-08feat: add initial session name to layout template (#789)Jae-Heon Ji
2021-11-08chore(version): bump development versionAram Drevekenin
2021-11-08chore(release): v0.20.0v0.20.0Aram Drevekenin
2021-11-08docs(changelog): half page scrollingAram Drevekenin
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-07fix(ci): release with stable toolchainBrooks J Rady
2021-11-07chore(plugin): update assets and E2E testsBrooks J Rady
2021-11-05docs(changelog): simplify the `main.rs` functiona-kenji
2021-11-05fix(main): Refactor src/main.rs by splitting one massive main function into c...Ken Matsui
2021-11-05docs(changelog): add `--index` option for `attach`a-kenji
2021-11-05Merge branch 'ken-matsui-support-first-option-in-attach-subcommand-to-attach-...a-kenji
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-05docs(changelog): fix stray `'`a-kenji
2021-11-05docs(changelog): use `thiserror` to simplify errorsa-kenji
2021-11-05fix(errors): Introduce thiserror to make error types simpler (#836)Ken Matsui
2021-11-05docs(changelog): add colored crate for error fmta-kenji
2021-11-05fix(errors): Add colored crate to replace primitive color formatting (#837)Ken Matsui
2021-11-05docs(changelog): non-directional resizeAram Drevekenin
2021-11-05feature(resize): Non directional resize (#520)Henil Dedania
2021-11-04docs(changelog): resize fixAram Drevekenin
2021-11-04fix(resize): do not ignore minimums when doing directional resizes (#838)Aram Drevekenin
2021-11-03add: `try_from` for `ConfigFromYaml` -> `Config` (#835)a-kenji
2021-11-03docs(changelog): update cwd fixAram Drevekenin
2021-11-03fix(cwd): open pane in cwd even if default shell is explicit (#834)Aram Drevekenin
2021-11-03chore(warnings): remove unused imports (#833)a-kenji
2021-11-02chore(docs): update changelogBrooks Rady
2021-11-02feat(ui): add right-click support to pluginsTw