0.1.3
CoNote Git 0.1.3
Sync individual Obsidian vault subfolders with collaborators via GitHub — automatically, with no manual commits.
What's new in this release
- GitHub OAuth sign-in via device flow (no personal access token needed)
- Vault folder browser and GitHub repo picker in settings
- Side-by-side conflict resolution modal
- Auto-push after 10s inactivity, auto-pull every 30s
Changes since 0.1.2
- Fix ArrayBuffer conversion without type assertion
- Address Obsidian plugin review feedback (API usage, CSS, async handlers)
- Use vault.configDir instead of hardcoded .obsidian path
- Replace builtin-modules dependency with Node built-ins