SecretStorage migration (beta)
Tokens are now stored in Obsidian SecretStorage (Obsidian 1.11.4+).
BREAKING CHANGE: Downgrading to 1.4.1 cannot read SecretStorage tokens; users must re-enter tokens after downgrade. Refs #102, #147
What's Changed
- refactor: remove dead code (88ec156)
- fix: simplify token check (ff27ad8)
- fix: avoid double click prevention (0d50581)
- feat: notify user of token change (3dbaff5)
- fix: implement async calls into SecretStorage (31e7e66)
- chore: ignore AGENTS.md for the time being (5eded05)
- feat: migrate settings tab to SecretComponent (911b6c2)
- feat: replace token input with SecretComponent (f52e2d4)
- feat: migrate BetaPlugins to use SecretStorage tokens (acab0be)
- feat: enable token migration on plugin load (8ee85e1)
- refactor: decouple TokenValidator from TextComponent (a60b517)
- feat: extend settings to support SecretStorage (db6e45d)
- feat: add SecretStorage utilities and migration framework (57e3a43)
- chore: update obsidian api dependencies (6021d83)
New Contributors
- None
Full Changelog: 1.4.1...2.0.0-beta.0