1.12.0
A stability release: five bugs fixed, two things made noticeably faster, and the plugin now shows itself after installation instead of waiting to be found.
Added
- The view opens by itself once, right after install. A fresh install used to be represented only by a ribbon icon that had to be spotted first.
Fixed
- Inline rename could commit twice. Pressing
Enterstarts an asynchronous rename; clicking away during it ran the same commit again, renaming an already-renamed file and reporting a failure that never happened. - Drag state could get stuck. If anything re-rendered the columns while a file was being dragged, the next drop of files from Finder or Explorer tried to move stale paths instead of importing them.
- Column widths were lost mid-resize. A vault event redrawing the columns while you dragged a column edge silently discarded the new width.
- Deleting a folder left its contents in the multi-selection. The selection count was wrong afterwards, and later operations silently skipped those items.
- Closing the view left things running — pending refreshes, the type-ahead and rename timers, the lazy-load observers, and document listeners left over from a column resize.
Improved
- The calendar column no longer scans the whole vault twice on every render. Files are grouped by creation day once and reused until the vault changes. On large vaults this is a visible difference: every click used to pay for the scan.
- The Excluded files setting no longer saves on every keystroke. It waits for a pause in typing, and flushes immediately when you close the settings tab.
Documentation
The README now leads with the problem the plugin solves rather than a feature list, and gains badges, a getting-started walkthrough and a FAQ. Build instructions, the module map, the translation workflow and the release process moved to a new CONTRIBUTING.md.
Full changelog: CHANGELOG.md