Skip to content

v0.17.2

Choose a tag to compare

@arimxyer arimxyer released this 31 Jan 19:50
· 6 commits to main since this release

What's Changed

Performance

  • Skip sync push on read-only commandsget no longer triggers a sync push, eliminating unnecessary file hashing and potential network round-trips on every read
  • Skip sync push on read-only TUI sessions — browsing credentials without editing no longer triggers a push on exit

UX

  • "Syncing... done" feedback — write commands (add, update, delete) and TUI write sessions now show sync progress on stderr

Internal

  • SmartPush returns (bool, error) so callers know if a push occurred without redundant checks
  • TUI tracks write operations via AppState.MarkWriteOperation() to distinguish read-only sessions