summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorhar7an <99636919+har7an@users.noreply.github.com>2023-01-19 18:17:33 +0000
committerGitHub <noreply@github.com>2023-01-19 18:17:33 +0000
commitb274fc5ab19abe8b3ef7f7afe38897f526263414 (patch)
treebaf1ae9cc8407da95558ad827d63d6de5c964979 /CHANGELOG.md
parent670b9c27597c656cd457be8a41e6548d007b4feb (diff)
errors: handle missing plugin caches (#2093)
* server/plugins: Always recreate plugin folders in case they aren't existent and don't mark errors to do so as non-fatal. The latter masks the underlying cause when e.g. the `.cache` folder is, for some reason, not writable by zellij (See #2092), whereas the former fixes problems arising from the user having purged their .cache/zellij folder entirely. * utils/errors: Rewrite panic message * changelog: Add PR #2093
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06d805c95..e24865d3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix: disallow path-like names for sessions (https://github.com/zellij-org/zellij/pull/2082)
* errors: Remove more `unwrwap`s from server code (https://github.com/zellij-org/zellij/pull/2069)
* fix: support UTF-8 character in tab name and pane name (https://github.com/zellij-org/zellij/pull/2102)
+* fix: handle missing/inaccessible cache directory (https://github.com/zellij-org/zellij/pull/2093)
## [0.34.4] - 2022-12-13