- Added secure token storage using Obsidian's SecretStorage API.
- Authentication tokens are now stored securely using the platform's native secret storage (Keychain on macOS, Credential Manager on Windows, libsecret on Linux).
- Tokens are no longer stored in
data.json, preventing accidental exposure when syncing vaults. - Existing tokens are automatically migrated to secure storage on plugin load.
- New password-style input with visibility toggle in Git settings.
- Requires Obsidian 1.11.4 or later.
- Added configurable frontmatter output format setting.
- YAML format is now the default (more readable and standard for static site generators).
- JSON format available as an option for backwards compatibility.
- Configurable in Settings > Note properties (frontmatter).
- Improved diff view styling.