fix(whats-new): allow plugin-fs write into AppData cache dir (#1062)

* fix(whats-new): allow plugin-fs write into AppData cache dir

mkdir for release-notes/ succeeded but write_text_file to nested
paths was denied without fs:allow-app-write-recursive — RC/stable
re-fetched whats-new.md on every launch with an empty cache folder.

* docs: CHANGELOG PR #1062 for release-notes cache write
This commit is contained in:
cucadmuh
2026-06-11 11:02:51 +03:00
committed by GitHub
parent c503226b0a
commit 90452a8f8c
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
"fs:allow-write-file",
"fs:allow-read-file",
"fs:allow-mkdir",
"fs:allow-app-write-recursive",
"fs:scope-download-recursive",
"fs:scope-home-recursive",
"window-state:allow-save-window-state",