summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2021-09-29chore(release): v0.18.0v0.18.0Aram Drevekenin
2021-09-28docs(changelog): viewport scrollback fixAram Drevekenin
2021-09-28docs(changelog): progress bar fixAram Drevekenin
2021-09-27docs(changelog): fullscreen messageAram Drevekenin
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
* feat(sessions): mirrored sessions * fix(tests): input units * style(fmt): make rustfmt happy * fix(tests): make mirrored sessions e2e test more robust * refactor(sessions): remove force attach * style(fmt): rustfmtify * docs(changelog): update change * fix(e2e): retry on all errors
2021-09-22chore(docs): update changelogBrooks Rady
2021-09-21docs(changelog): Copy example config on releasea-kenji
2021-09-21docs(changelog): Solely name tab in `tabs` sectiona-kenji
2021-09-19chore(docs): update changelogBrooks Rady
2021-09-19chore(docs): add new `Visible` eventBrooks Rady
2021-09-19Docs(changelog): attach --create feature (#731)Kunal Mohan
2021-09-17docs(changelog): update cwd fixAram Drevekenin
2021-09-15chore(version): bump changelog versionAram Drevekenin
2021-09-15Fix prompt line overflowing when resizing panes (#725)Aram Drevekenin
* fix(wrap): do not wrap empty lines and properly place cursor when resizing * fix(wrap): truncate last blank line wraps * fix(wrap): truncate lines right after unwrapping them * refactor(grid): remove unused method * docs(changelog): document change
2021-09-15docs(changelog): update pane title fixAram Drevekenin
2021-09-13docs(changelog): Add options subcommand to attacha-kenji
2021-09-13docs(changelog): Improve handling of empty yaml filesa-kenji
2021-09-13docs(changelog): add naming tab's in the `layout`a-kenji
2021-09-12docs(changelog): fix automated builds that use `setup`a-kenji
2021-09-12docs(changelog): unicode_width in `tab-bar` titlesa-kenji
2021-09-10docs(changelog): document cwd fixAram Drevekenin
2021-09-09docs(changelog): tab bar fixesAram Drevekenin
2021-09-09docs(changelog): add cmd_exec featureBrooks Rady
2021-09-06chore(docs): fix/update example config filea-kenji
2021-09-06fix(borders): properly handle in-viewport borderless panes (#697)Aram Drevekenin
* fix(borders): properly handle in-viewport borderless panes * style(fmt): make clippy happy * fix(borders): properly handle panes outside the viewport on startup * style(fmt): not this time, clippy * docs(changelog): document change
2021-09-06fix(borders): properly handle wide chars in pane titles (#698)Aram Drevekenin
* work * fix(frame): properly handle widechars in frame titles * style(fmt): make rustfmt happy * fix(truncate): do not reverse second part of string (oops) * docs(changelog): document change
2021-09-06docs(changelog): update tab fixAram Drevekenin
2021-09-01fix(tabs): force render by index rather than by position (#684)Aram Drevekenin
* fix(tabs): force render by index rather than by position * docs(changelog): document change
2021-08-31chore(release): v0.16.0v0.16.0Aram Drevekenin
2021-08-28chore(docs): update changelogBrooks Rady
2021-08-26docs(changelog): formattinga-kenji
2021-08-26docs(changelog): add template and tabs to `layout`a-kenji
2021-08-25fix(compatibility): maintain original cursor shape (#659)Aram Drevekenin
* fix(compatibility): maintain original cursor shape * docs(changelog): document change
2021-08-24fix(compatibility): only send bracketed paste to terminals requesting it (#658)Aram Drevekenin
* fix(compatibility): only send bracketed paste to terminals requesting it * docs(changelog): update change * style(fmt): make rustfmt happy
2021-08-23docs(changelog): add `ToggleTab` actiona-kenji
2021-08-23fix(compatibility): docker-compose progress bar (#656)Aram Drevekenin
* fix(compatibility): docker-compose progress bar * docs(changelog): progress bar fix * style(fmt): make rustfmt happy
2021-08-23docs(changelog): copy to clipboard UIAram Drevekenin
2021-08-19Fix scrolling (#650)Aram Drevekenin
* fix(grid): scroll up on empty line * fix(grid): line wrapping while scrolling * style(grid): fix names * docs(changelog): document fix
2021-08-16docs(changelog): nushell fixAram Drevekenin
2021-08-13fix(compatibility): support changing index colors with osc (#646)Aram Drevekenin
* fix(compatibility): support changing index colors with osc * style(fmt): make rustfmt happy * style(fmt): make clippy happy * style(fmt): make rustfmt happy * docs(changelog): document fix
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
* work * resize working * move focus working * close pane working * selection and fullscreen working * pane title line * titles and conditional scroll title * whole tab resize working * plugin frames working * plugin splitting working * truncate pane frame titles * cleanup * panes always draw their own borders - also fix gap * toggle pane frames * move toggle to screen and fix some bugs * fix plugin frame toggle * fix terminal window resize * fix scrolling and fullscreen bugs * unit tests passing * e2e tests passing and new test for new frames added * refactor: TerminalPane and PluginPane * refactor: Tab * refactor: moar Tab * refactor: Boundaries * only render and calculate boundaries when there are no pane frames * refactor: Layout * fix(grid): properly resize when coming back from alternative viewport * style: remove commented code * style: fmt * style: fmt * style: fmt + clippy * docs(changelog): update change
2021-08-01docs(changelog): Fix update plugins #621a-kenji
2021-07-28docs(changelog): Simplify deserialization slightlya-kenji
2021-07-25docs(changelog): Add `ScrollToBottom` `action` #626a-kenji
2021-07-22docs(changelog): add dump `layout` to stdouta-kenji
2021-07-22docs(changelog): display session-name in tab-bara-kenji
2021-07-21chore(changelog): add logging featureBrooks Rady
2021-07-20docs(changelog): noop for mouse actions on pluginsa-kenji
2021-07-19chore(release): rotate changelogBrooks J Rady
2021-07-09Fix formating of markdowna-kenji