Releases: bpauli/obsync
Releases · bpauli/obsync
Release list
v1.0.2
v1.0.1
v1.0.0
v0.2.3
v0.2.2
v0.2.1
Changelog
- dc177d6 ci: auto-bump version.go after release
v0.2.0
v0.1.2
Changelog
- 3ea11c6 fix: gracefully skip files exceeding server size limit
v0.1.1
Changelog
- 263c690 fix: correct push protocol and WebSocket message handling
v0.1.0
Changelog
- 58bd577 ci: add goreleaser and release workflow
- 04854f1 feat: add integration test scaffolding and .env.example
- 5f092bc feat: implement REST API client for Obsidian Sync
- b529715 feat: implement WebSocket sync client
- e21ca7e feat: implement config file management
- f4a2715 feat: implement crypto module (scrypt + AES-GCM)
- 7f1b45c feat: implement list command for displaying available vaults
- 369000c feat: implement login command with secure password prompting
- 6fb6d38 feat: implement pull command for downloading remote vault changes
- 3b6c9b1 feat: implement push command for uploading local vault changes
- 0870851 feat: implement secrets store (keyring abstraction)
- 8b1f0a0 feat: implement sync state management
- d4deaae feat: implement systemd integration commands (install, uninstall, status)
- ea0acce feat: implement terminal UI helpers
- c7f35ee feat: implement watch command for continuous bidirectional sync
- 3136fc0 feat: initialize Go module and project scaffolding
- 885d737 fix: protocol compatibility and add README