Skip to content

Releases: bpauli/obsync

v1.0.0

18 Mar 06:28

Choose a tag to compare

Changelog

  • 66febce Add macOS launchd Launch Agent support (#4)

v0.2.3

16 Mar 06:42

Choose a tag to compare

Bug Fixes

  • Fix crash when vault contains symlinks pointing to directories (#1)
    • scanLocalFiles now resolves symlink targets and skips those pointing to directories
    • Broken symlinks are also skipped gracefully

v0.2.2

09 Mar 13:43

Choose a tag to compare

Changelog

v0.2.1

09 Mar 13:40

Choose a tag to compare

Changelog

  • dc177d6 ci: auto-bump version.go after release

v0.2.0

09 Mar 13:34

Choose a tag to compare

Changelog

  • 47e2005 feat: add hooks system for running scripts on sync events
  • dec9fca fix: fire PrePush/PostPush/PostPull hooks in watch mode

v0.1.2

05 Mar 14:21

Choose a tag to compare

Changelog

  • 3ea11c6 fix: gracefully skip files exceeding server size limit

v0.1.1

05 Mar 14:13

Choose a tag to compare

Changelog

  • 263c690 fix: correct push protocol and WebSocket message handling

v0.1.0

05 Mar 10:13

Choose a tag to compare

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