You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capacitor deleteFile and renameFile now enforce file provenance before destructive operations (must match persisted storage or active adapter session path)
Added Capacitor Documents-path validation to reject invalid or traversal-like paths before file reads/renames/deletes
Fixed
Capacitor readFileFromDirectory now correctly allows root Documents reads when openDirectory() returns path: ''
Tauri path joining and rename parent-path handling now preserve native separators (/ and \) to avoid Windows path corruption
Build output now excludes test declaration files from the published package tarball
Added
Regression tests for Capacitor root-directory reads and destructive-operation authorization checks
Regression tests for Tauri Windows path handling and destructive-operation authorization checks