- manifest: drop redundant "Obsidian" from description
- settings: render logo as inline themed SVG (no shipped image assets,
adapts via currentColor), move all inline styles to styles.css, use
Setting().setHeading() for section headers, drop document/activeDocument
access, and avoid returning a promise from a void event handler
- syncInbound: use FileManager.trashFile to respect the user's deletion
preference instead of Vault.trash
- main: type catch parameters as unknown (no unsafe any)
- apiClient: optional catch binding for the unused error
- build: replace builtin-modules package with node:module builtinModules
- release CI: attach only main.js/manifest.json/styles.css and add
build provenance attestations
- versions.json: backfill 1.0.1 and 1.1.1
Co-authored-by: Cursor <cursoragent@cursor.com>