Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 08:21
cca97d7

0.3.0 (2026-09-21)

Features

  • add dotsync update to install the latest verified release (#5) (c707422)
  • add the dotsync icon and use it everywhere (#7) (43132a1)

Bug Fixes

  • install: show progress, abort and retry stalled downloads, fall back to IPv4, and fail with a diagnostic instead of hanging (c707422)

Performance

  • agent: make idle syncs write nothing and re-read nothing (#8) (f7f0815)

Install or update

curl -fsSL https://raw.githubusercontent.com/pungoyal/dotsync/main/install.sh | sh   # new install
dotsync update                                                                                    # existing install

Verify this release

gh attestation verify dotsync_0.3.0_<os>_<arch>.tar.gz --repo pungoyal/dotsync
# or offline, with the attached bundle:
gh attestation verify dotsync_0.3.0_<os>_<arch>.tar.gz --bundle dotsync_0.3.0.intoto.jsonl --repo pungoyal/dotsync

See verifying releases.