Skip to content

1.0.13

Choose a tag to compare

@github-actions github-actions released this 17 Sep 23:04
· 25 commits to master since this release

Release Notes

✅ Improvements

  • Reduced redundant refreshes by deduplicating metadata-change events after recent file modifications.
  • Batched file-change handling using pending path/prefix queues to avoid unnecessary repeated UI refreshes.
  • Improved responsiveness and stability during rapid modify/rename/delete event bursts.
  • Kept settings editing smooth by preserving silent updates where appropriate (avoids focus/cursor interruptions while typing).

🧹 Cleanup

  • Removed development-only runtime profiling and test instrumentation from production code.
  • Simplified refresh flow by removing profiler wrappers while keeping optimized behavior.

🔧 Internal

  • Retained path/prefix invalidation flow for accurate cache updates.
  • Preserved debounced refresh scheduling for better event coalescing.