Skip to content

1.0.12

Choose a tag to compare

@github-actions github-actions released this 17 Sep 19:16
· 36 commits to master since this release

Release: Targeted Cache Invalidation

This release improves responsiveness by invalidating attribute cache entries only for affected files/paths, instead of clearing broad cache state.

What changed

  • Added path-based cache invalidation on vault events:
    • modify → invalidate changed file path
    • delete → invalidate removed file path
    • rename → invalidate both old and new paths
    • folder-rename safety via prefix invalidation
  • Added throttled visible refresh after invalidation to keep UI updates smooth

Impact

  • Faster incremental updates in large vaults
  • Less unnecessary cache churn
  • More consistent live styling after file operations
  • Keeps quick switcher and link suggestion flows feeling snappy