Skip to content

Releases: Andrewkfb/obsidian-mission-control

0.2.2

Choose a tag to compare

@github-actions github-actions released this 10 Aug 03:53

Making sure this plugin is ready for the Obsidian Community Tab 😄

0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 03:32
Mission Control 0.2.1

0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 03:19
Mission Control 0.2.0

Refactor and Inbox

Choose a tag to compare

@Andrewkfb Andrewkfb released this 02 Jun 19:03

Made everything a tab, added an Inbox Tab

0.1.3 — new-tab fix + ribbon icon

Choose a tag to compare

@Andrewkfb Andrewkfb released this 29 May 03:06

another fix

Codex attempt

Choose a tag to compare

@Andrewkfb Andrewkfb released this 29 May 02:54
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

Choose a tag to compare

@Andrewkfb Andrewkfb released this 29 May 00:28
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

Choose a tag to compare

@Andrewkfb Andrewkfb released this 29 May 00:09

thought I did this already

Alpha again

Choose a tag to compare

@Andrewkfb Andrewkfb released this 28 May 23:04

I messed this up, forgot the most important files

Alpha

Choose a tag to compare

@Andrewkfb Andrewkfb released this 28 May 22:56

This is the first one, just so it's available on Github and easier to debug