summaryrefslogtreecommitdiffstats
path: root/zellij-utils
AgeCommit message (Expand)Author
2023-08-06test for github workflowJae-Heon Ji
2023-08-01fix: cache pathJae-Heon Ji
2023-08-01apply formatJae-Heon Ji
2023-08-01fix: update cache pathJae-Heon Ji
2023-07-31refactor: update default cache functionJae-Heon Ji
2023-07-26fix: don't save permission data in memoryJae-Heon Ji
2023-07-25touch up uiAram Drevekenin
2023-07-25style(fmt): rustfmtAram Drevekenin
2023-07-25feat(plugins): make plugins configurable (#2646)Aram Drevekenin
2023-07-25chore(version): bump development versionAram Drevekenin
2023-07-25fix(rendering): occasional glitches while resizing (#2621)Aram Drevekenin
2023-07-22feat: add file cachingJae-Heon Ji
2023-07-16feat: add request permission uiJae-Heon Ji
2023-07-13WIP: add exaple of permission uiJae-Heon Ji
2023-06-20chore(release): v0.37.2v0.37.2Aram Drevekenin
2023-06-20chore(version): bump development versionAram Drevekenin
2023-06-20hotfix: include theme files into binary (#2566)Jae-Heon Ji
2023-06-19chore(version): bump development versionAram Drevekenin
2023-06-19chore(release): v0.37.1v0.37.1Aram Drevekenin
2023-06-19chore(version): bump development versionAram Drevekenin
2023-06-19Revert "Fix error loading non-existant themes directory and use default theme...Jae-Heon Ji
2023-06-18chore(version): bump development versionAram Drevekenin
2023-06-18chore(release): v0.37.0v0.37.0Aram Drevekenin
2023-06-17docs(plugins): document the zellij-tile events and commands api (#2554)Aram Drevekenin
2023-06-17feat(plugins): more plugin api methods (#2550)Aram Drevekenin
2023-06-16performance(plugins): use a debounced fs watcher (#2546)Aram Drevekenin
2023-06-15feat(plugins): plugin pane state events (#2545)Aram Drevekenin
2023-06-14fix(plugins): allow loading relative urls (#2539)Aram Drevekenin
2023-06-13fix(plugins): only listen to hd if a plugin is subscribed to hd events (#2529)Aram Drevekenin
2023-06-09feat(plugins): extensive plugin api (#2516)Aram Drevekenin
2023-06-07feat(wasm-plugin-system): major overhaul and some goodies (#2510)Aram Drevekenin
2023-05-16feat(plugins): Plugin workers and strider (#2449)Aram Drevekenin
2023-05-15Fix issue 2421 - Update config file output (#2443)Kangaxx-0
2023-05-09Use rust 1.67 (#2375)har7an
2023-05-02Fix error loading non-existant themes directory and use default themes as the...Imbris
2023-04-28fix(errors): add file path context to all IO errors in ConfigError (#2412)Imbris
2023-04-28feat(layout): Support environment variables in cwd (#2288) (#2291)Ran Shaham
2023-04-27feat: provide default themes (#2307)Jae-Heon Ji
2023-04-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-04-18feat: support default cwd (#2290)Kangaxx-0
2023-04-18feat: Add layout configuration to exclude panes from tab sync (#2314)Theo Salzmann
2023-04-13chore(version): bump development versionAram Drevekenin
2023-04-13chore(release): v0.36.0v0.36.0Aram Drevekenin
2023-04-03feat(panes): allow defining an expanded stacked pane (#2343)Aram Drevekenin
2023-03-30fix(layouts): nested attribute truncating (#2337)Aram Drevekenin
2023-03-30fix(layouts): do not default to default swap layouts when opening a new tab w...Aram Drevekenin
2023-03-30Add option to hide session name in tab-bar (deriving from #2172) (#2301)Marcel Baur
2023-03-29feat(terminal): cli and bindable action to clear all buffers for a specific p...Oleks Gnatovskyi
2023-03-27feat(plugins): async plugin loading (#2327)Aram Drevekenin
2023-03-24fix: Fix crash and memory leak by updating interprocess depgbrigandi