Skip to content

Releases: CompositeCode/interlinedlist-synchronization

InterlinedList Sync v0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 02:44

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

  1. Edit ~/.config/interlinedlist-sync/config.toml — set sync.watched_dirs and network.api_base_url.
  2. Store credentials once: interlinedlist-sync --login --username you@example.com --password …
  3. Start the daemon: interlinedlist-sync --daemon (Linux: managed by the installed systemd user unit)

What changed

See the commit history for details.