Releases: CompositeCode/interlinedlist-synchronization
Releases · CompositeCode/interlinedlist-synchronization
Release list
InterlinedList Sync v0.2.2
InterlinedList Sync v0.2.2
Downloads
| Platform | File | Notes |
|---|---|---|
| macOS 13 Ventura or later | InterlinedSync-macOS-v0.2.2.zip |
Unzip and move to /Applications. Unsigned — right-click → Open to bypass Gatekeeper on first launch. |
| Windows 10 / 11 (x64) — installer | InterlinedListSync-Setup-v0.2.2.exe |
Double-click and follow the wizard. Adds a Start Menu entry and optional autostart. Self-contained — no separate .NET runtime is required. |
| Windows 10 / 11 (x64) — portable | InterlinedSync-Windows-v0.2.2.zip |
Unzip and run InterlinedSync.exe for users who prefer no installer. Self-contained — no separate .NET runtime is required. |
| Ubuntu / Debian (amd64) | interlinedlist-sync_*.deb |
sudo dpkg -i interlinedlist-sync_*.deb |
| Linux standalone binary | InterlinedSync-Linux-v0.2.2.tar.gz |
Extract and place interlinedlist-sync in your $PATH. |
First-time setup
- Edit
~/.config/interlinedlist-sync/config.toml— setsync.watched_dirsandnetwork.api_base_url. - Store credentials once:
interlinedlist-sync --login --username you@example.com --password … - Start the daemon:
interlinedlist-sync --daemon(Linux: managed by the installed systemd user unit)
What changed
See the commit history for details.