Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 23:00
· 39 commits to main since this release
0c93e23

Added

  • Bilingual UI (English / German): commands, settings, and notices now follow the
    Obsidian display language automatically — no separate setting. Built on the shared kit
    i18n module, vendored under src/vendor/kit/i18n.ts with the plugin's string tables in
    src/i18n/strings.ts.

Changed

  • Minimum Obsidian version raised to 1.8.7 — required by the native getLanguage()
    API used to detect the display language (matching the other plugins in the family).
  • Reworded the tagline and plugin description (dropped the "no letterhead, no branding"
    phrasing) in both READMEs and manifest.json.