Skip to content

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 10 Apr 21:48
· 2 commits to main since this release

Security

  • 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