1.0.2
Registry-review response release — addresses every finding from the initial community.obsidian.md automated review.
🩹 Fixes
- License detectability — LICENSE is now the unmodified MIT text (the appended attribution note broke license recognition); attribution to ColorTab moved to NOTICE.md
- Manifest — plugin description now ends with punctuation
- Source — removed a redundant type assertion; the reset button now uses setDestructive() where available (Obsidian 1.13+) and falls back to setWarning() on 1.12
👷 Infrastructure
- Release assets (main.js, manifest.json, styles.css) now ship with GitHub build-provenance attestations — verify with: gh attestation verify main.js --repo CypherPoet/obsidian-tab-tint
Deliberately deferred: migrating display() → getSettingDefinitions() — the new API requires Obsidian 1.13 and this plugin's minAppVersion floor is 1.12.0 (see AGENTS.md).