summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-02-26fix(tests): add missing parameter to cli actionnew-tab-layout-dirAram Drevekenin
2023-02-26style(fmt): rustfmtAram Drevekenin
2023-02-26fix(cli): the new-tab action now also searches for layouts in the layout dirAram Drevekenin
2023-02-26docs(changel0g): tab focus fixAram Drevekenin
2023-02-26fix(layout): tab focus (#2197)Aram Drevekenin
2023-02-26docs(changelog): open panes fixAram Drevekenin
2023-02-26fix(messaging): cache hold pane messages by their tab_id if the tab is not re...Aram Drevekenin
2023-02-25docs(changelog): layout fixesAram Drevekenin
2023-02-25fix(layout): various parser and ui fixes (#2191)Aram Drevekenin
2023-02-20docs(bug-report): update bug_report.md template with OSX log directory (#2181)Kai Spencer
2023-02-20docs(changelog): glitchy resizes fixAram Drevekenin
2023-02-20fix(grid): glitchy resizes (#2182)Aram Drevekenin
2023-02-20docs(changelog): fix fullscreen navigationAram Drevekenin
2023-02-20fix(ux): fullscreen navigation (#2117)Yves Biener
2023-02-20docs(changelog): cjk in tab namesAram Drevekenin
2023-02-20fix(tabs): allow CJK in tab names (#2119)哇呜哇呜呀咦耶
2023-02-18docs(changelog): scrollback positioning with HelixAram Drevekenin
2023-02-18feat(editor): scrollback positioning with Helix (#2156)bheylin
2023-02-17docs(governance): Project Governance Change (#2174)Aram Drevekenin
2023-02-17docs(changelog): fix startup delayAram Drevekenin
2023-02-17fix(ux): cache stdin queries on startup (remove startup delay) (#2173)Aram Drevekenin
2023-02-17docs(changelog): swap layouts and stacked panesAram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-02-17docs(changelog): termwiz updateAram Drevekenin
2023-02-17chore(deps): update termwiz to v0.20.0 (#2169)Thomas Linford
2023-02-16docs(changelog): add args to new-tab in keybindsJae-Heon Ji
2023-02-16feat: add args to new-tab action (#2072)Jae-Heon Ji
2023-02-16docs(changelog): apply correct color on tabsJae-Heon Ji
2023-02-16fix(plugins): apply correct color on 'more tabs' message (#2166)Pedro Fedricci
2023-02-13docs(changelog): pencil light themeAram Drevekenin
2023-02-13feat(themes): add pencil light (#2157)Aral Balkan
2023-02-13docs(changelog): singlepass compilerAram Drevekenin
2023-02-13chore(build): make the singlepass compiler opt-in through flags (#2146)m-lima
2023-02-09cleanups around "buffer full" error (#2136)har7an
2023-02-07docs(changelog): wasmer singlepass in devAram Drevekenin
2023-02-07chore(development): use singlepass in debug mode (#2134)m-lima
2023-02-07docs(changelog): switch to tab by nameAram Drevekenin
2023-02-07feat(cli): add `GoToTabName` action to switch tab by name (#2120)哇呜哇呜呀咦耶
2023-01-27docs(changelog): status bar one linerAram Drevekenin
2023-01-27fix(status-bar): not displaying w/ size=1 and show shortcuts (#2091)Felix Pankratz
2023-01-24docs(changelog): add ScrollToTop actionJae-Heon Ji
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2023-01-22Improve client disconnect handling (#2068)har7an
2023-01-19errors: handle missing plugin caches (#2093)har7an
2023-01-19docs(changelog): support utf8 char in tab and paneJae-Heon Ji
2023-01-19Support UTF-8 character in tab name and pane name (#2102)哇呜哇呜呀咦耶
2023-01-14Errors: less unwrap in server (#2069)har7an
2023-01-13docs(changelog): bugfixesAram Drevekenin
2023-01-13fix: wide-char drop on resize to 1 and invalid session names (#2082)朱李
2023-01-12docs(changelog): copy_on_select = false fixThomas Linford