Skip to content

0.4.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 21:38
· 62 commits to main since this release
3f62b2b

Changed

  • Renamed to Local Image Generator (title case) in the manifest, view title
    and docs.

Internal

  • Community-store review compliance: the manifest description no longer contains
    the word "Obsidian"; global fetch/setTimeout/globalThis/document.createElement
    were replaced with their popout-window-safe Obsidian equivalents where applicable
    (activeWindow.fetch, createEl, …); unnecessary type assertions removed.
  • Added eslint-plugin-obsidianmd as a local lint gate (npm run lint) so
    store-review findings surface before submission instead of after.