Skip to content

1.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Aug 18:50

Housekeeping release for the community plugin review. No behaviour changes.

Now requires Obsidian 1.7.2 or later. The plugin calls revealLeaf to bring the side group's tab to the front, and that returns a promise only from 1.7.2 onwards — the manifest had been claiming 1.4.0, which the review flagged. Dropping the call instead would have left notes opening into a hidden background tab, so the declared minimum moves up to match what the code actually needs.

Everything else is internal: the build no longer depends on builtin-modules, some unnecessary type assertions and an alias of this are gone, and the repo now runs the same lint rules the plugin directory's review bot does.