summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-02docs(changelog): `colors_transform` to `colorsys`a-kenji
2021-11-02Fix: move `colors_transform` to `colorsys` (#832)a-kenji
2021-11-01docs(changelog): forkpty => openptyAram Drevekenin
2021-11-01fix(unix): forkpty => openpty (#830)Aram Drevekenin
2021-11-01docs(changelog): add `rust-version` to `Cargo.toml`a-kenji
2021-11-01add: `rust-version` (msrv) field to `Cargo.toml` (#828)a-kenji
2021-11-01docs(changelog): fix typo bug_report templatea-kenji
2021-11-01fix(docs): Fix a typo and some grammatical errors in bug_report.md (#826)Ken Matsui
2021-11-01docs(changelog): Add `WriteChars` actiona-kenji
2021-11-01add: `WriteChars` action (#825)a-kenji
2021-10-31docs(changelog): fix unused import on darwina-kenji
2021-10-31fix(warning): Fix an unused import warning of std::fs on macos (#820)Ken Matsui
2021-10-31docs(changelog): update `cargo-make` for `v0.35.3`a-kenji
2021-10-31fix(docs): fix wrong arguments for `cargo make run` given in CONTRIBUTING.md ...Ken Matsui
2021-10-31docs(changelog): fix a typoa-kenji
2021-10-31fix(typo): Correct typo from `occured` to `occurred` (#821)Ken Matsui
2021-10-30docs(changelog): fix linkAram Drevekenin
2021-10-29docs(changelog): home end key fixAram Drevekenin
2021-10-29fix(compatibility): home and end key fix (#815)Aram Drevekenin
2021-10-29docs(changelog): scroll fixAram Drevekenin
2021-10-29fix(performance): do not hang when resizing large line wraps (#814)Aram Drevekenin
2021-10-27docs(changelog): bracketed paste fixAram Drevekenin
2021-10-27fix(input): properly handle bracketed paste (#810)Aram Drevekenin
2021-10-26chore(docs): update changelogBrooks Rady
2021-10-26fix(perf): plugins are only compiled onceBrooks Rady
2021-10-26docs(changelog): wide char midline fixAram Drevekenin
2021-10-26fix(compatibility): improve handling of wide characters inserted in the middl...Aram Drevekenin
2021-10-26docs(changelog): Rotate Pane locations (#802)Kunal Mohan
2021-10-26Feature: Rotate Pane locations (#802)Kunal Mohan
2021-10-25docs(changelog): Use hyperlinks for `setup --check` subcommandAlex Kenji
2021-10-25add(setup): change the links to be hyperlinks (#768)a-kenji
2021-10-25docs(changelog): performance fixAram Drevekenin
2021-10-25fix(performance): immediately render after a period of inactivity (#798)Alexandre Courbot
2021-10-23fix(style): fix clippy lints in `remote_runner`Thomas Linford
2021-10-22chore(rust): move to 2021 editionBrooks J Rady
2021-10-21fix(ci): bring back aarch64 linux buildsBrooks J Rady
2021-10-20chore(version): bump development versionAram Drevekenin
2021-10-20chore(release): v0.19.0 - retry for civ0.19.0Aram Drevekenin
2021-10-20fix(tests): update snapshotsAram Drevekenin
2021-10-20chore(release): v0.19.0Aram Drevekenin
2021-10-20docs(changelog): multiple-clients groundworkAram Drevekenin
2021-10-20refactor(screen): more multiple-users groundwork (#788)Aram Drevekenin
2021-10-19docs(Cchangelog): directional movement of panes #762Kunal Mohan
2021-10-19Feature: Move panes directionally (#762)Kunal Mohan
2021-10-18logging: remove unused log functions, change log file const to new file (#779)Thomas Linford
2021-10-18simplify .gitignore (#783)Canop
2021-10-12fix(plugin): clean up the mouse PR a littleBrooks J Rady
2021-10-12feat(plugin): Add mouse events for plugins (#629)qepasa
2021-10-12docs(changelog): preserve umask/keep default file permissionsKunal Mohan
2021-10-12Preserve current umask (#777)Thomas Linford