summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-12-14chore(version): bump development versionAram Drevekenin
2021-12-14docs(changelog): fullscreen bugAram Drevekenin
2021-12-14Fix tab fullscreen switch (#941)Aram Drevekenin
* fix(tab): switch focus with fullscreen * style(fmt): make rustfmt happy
2021-12-13docs(packaging): fedora COPRChetan Vardhan
2021-12-13chore(version): bump development versionAram Drevekenin
2021-12-13chore(release): v0.22.0v0.22.0Aram Drevekenin
2021-12-13style(fmt): make rustfmt happy and update pluginsAram Drevekenin
2021-12-13hotfix(plugins): run load function for every user when cloning pluginAram Drevekenin
2021-12-10hotfix: default to quicknav tipAram Drevekenin
2021-12-09docs(changelog): Allow naming panesKunal Mohan
2021-12-09Feature: Add pane names (#928)Kunal Mohan
* Read pane name from layout * Update pane name at runtime * Fix tests * prefer and render pane name over pane title * fix clippy errors * fix after rebase
2021-12-09docs(changelog): distinct tips in `status-bar`a-kenji
2021-12-09docs(changelog): update default layoutsa-kenji
2021-12-09feat(status-bar): add multiple tips (#848)Jae-Heon Ji
* feat(status-bar): add draft for multiple tips * feat: add TIPS_MAP * Simplified 'tip' function. * chore: update file structure * feat(status-bar): update method of Tip rendering * feat(status-bar): change type of tip in State * refactor(status-bar): related to random tip selection * feat(status-bar): add simple local cache for testing * feat(status-bar): add cache system for tip data * Add mpadir to wasm for plugin to access zellij temp folder. * refactor(status-bar): update cache and utils * fix(status-bar): update file read error * refactor(status-bar): update macros * chore(status-bar): delete test data * chore(status-bar): update missing fixes * feat(status-bar): add detailed error * style: make clippy
2021-12-09chore: update example layout (#926)Jae-Heon Ji
2021-12-08docs(changelog): multiple users in pluginsAram Drevekenin
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
* fix(plugins): support multiple clients * fix(style): make clippy happy
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-12-05docs(changelog): fix resize performanceThomas Linford
2021-12-05fix(perf): throttle resizes on sigwinch (#895)Thomas Linford
Reduce renders while resizing window to reduce performance problem with a large scrollback buffer due to lines recalculation.
2021-12-04docs(changelog): fix unbind keya-kenji
2021-12-04fix(config): unbind keys correctly (#925)a-kenji
* turn off the merging of key bindings of layout and configuration files for now. In certain situations the keybindings would be overwritten. Fix #923
2021-12-03fix(warn): remove unnecessary mut (#922)a-kenji
2021-12-03docs(changelog): update example config optionsa-kenji
2021-12-03fix(assets): update config option examples (#920)a-kenji
* update config option examples: ``` no_pane_frames -> pane_frames no_mouse_mode -> mouse_mode ``` closes #916
2021-12-02docs(changelog): windows paste fixAram Drevekenin
2021-12-02fix(compatibility): do not duplicate bracketed paste in chunked stdin input ↵Aram Drevekenin
(#917) * debug message * fix attempt * oops * remove log message * rustfmt * style(clippy): make clippy happy * style(clippy): make clippy happy again!
2021-12-01docs(changelog): fix flaky scrolling issueAram Drevekenin
2021-12-01fix(compatibility): full screen scroll region (#915)Aram Drevekenin
* fix(compatibility): properly handle scrolling when scroll region is full screen * style(fmt): make clippy and rustfmt happy
2021-11-30fix(plugin): mismatch JSON format on `get_zellij_version`Jae-Heon Ji
* chore(wasm): comment on target of error * fix(wasm): formatting the VERSION string * refactor(wasm): simplify code * chore: delete comments resolved * feat(wasm): update write_object fn for generic
2021-11-30docs(changelog): prevent session from attaching to itselfKunal Mohan
2021-11-30Prevent a zellij session from attaching to itself. (#911)Kunal Mohan
* fix #905 Prevent a zellij session from attaching to itself. * Add check while attaching using index as well
2021-11-30docs(changelog): formattinga-kenji
2021-11-30docs(changelog): add `gray` to themes sectiona-kenji
2021-11-30fix(theme): add gray to theme (#914)a-kenji
fix #912 * Add `gray` to theme
2021-11-30docs(changelog): fix missing theme on config mergea-kenji
2021-11-30Fix: missing theme in config (#913)Tw
Signed-off-by: Tw <wei.tan@intel.com>
2021-11-30fix: Update CONTRIBUTING.md (#909)Joseph Post
added a newline to fix URLs
2021-11-29chore(version): bump development versionAram Drevekenin
2021-11-29chore(release): v0.21.0v0.21.0Aram Drevekenin
2021-11-29chore(build): update pluginsAram Drevekenin
2021-11-27fix(style): remove unused importsBrooks J Rady
2021-11-26docs(changelog): add zellij version to plugin apia-kenji
2021-11-26feat: provide the zellij version to plugins (#894)Jae-Heon Ji
* feat: add draft of feature * feat(wasm): add plugin API for getting of zellij version * feat(wasm): update feedback * delete unnecessary function
2021-11-26update(readme): update matrix link to new room (#903)a-kenji
2021-11-25add: badge for matrix chat (#902)a-kenji
2021-11-25chore(deps): bump actions/upload-release-asset from 1.0.1 to 1.0.2 (#901)dependabot[bot]
Bumps [actions/upload-release-asset](https://github.com/actions/upload-release-asset) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/actions/upload-release-asset/releases) - [Commits](https://github.com/actions/upload-release-asset/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: actions/upload-release-asset dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-25feat(update): integrate dependabot for gh actions (#900)a-kenji
* dependabot will check weekly, if the gh actions have new versions available and will open a pr, if necessary
2021-11-25docs(changelog): multi user ui for panesAram Drevekenin
2021-11-25This adds a UI for multiple users in panes (behind a feature flag) (#897)Aram Drevekenin
* feat(ui): multiple users in panes * style(fmt): make rustfmt happy * style(fmt): make clippy happy