v0.3.0
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
Install or update
curl -fsSL https://raw.githubusercontent.com/pungoyal/dotsync/main/install.sh | sh # new install
dotsync update # existing installVerify 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/dotsyncSee verifying releases.