Releases: Andrewkfb/obsidian-mission-control
Releases · Andrewkfb/obsidian-mission-control
Release list
0.2.2
0.2.1
0.2.0
Refactor and Inbox
Made everything a tab, added an Inbox Tab
0.1.3 — new-tab fix + ribbon icon
Codex attempt
Fix new-tab interception + add ribbon icon (v0.1.3)
- onLayoutChange: replace getMostRecentLeaf() check with
iterateRootLeaves() scan. getMostRecentLeaf() frequently returns
the previously-active leaf rather than the newly-created empty one,
so the type === 'empty' guard was silently failing on every new tab.
Now we find and replace ALL empty root leaves on each layout-change.
- activateView: simplified openNewTab path — getLeaf('tab') already
creates the tab, no need for the extra getMostRecentLeaf fallback.
- Add ribbon icon ('home') for one-click access to Mission Control
regardless of the new-tab setting.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix 2
Bump version to 0.1.2 Ensures BRAT detects and applies the crash fixes from 0.1.1 (which were released under a tag but with manifest still at 0.1.0, so BRAT silently skipped the update). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bug Fixes
Alpha again
I messed this up, forgot the most important files