Releases: kurenn/trawl
Releases · kurenn/trawl
Release list
Trawl v0.2.0
What's new in v0.2.0
- In-app updater — Trawl now checks GitHub Releases on launch and the sidebar shows an "↑ Update to vX" button that downloads, verifies, installs, and relaunches into the new version. Also surfaces checking / up-to-date / re-check states. (This is the first release that can auto-update; installs from here forward stay current in-app.)
Install
- macOS — open the
.dmg, drag Trawl to Applications. Not notarized yet, so clear the quarantine flag once:xattr -dr com.apple.quarantine /Applications/Trawl.app(Apple Silicon →aarch64.dmg, Intel →x64.dmg). - Windows — run the
.msior-setup.exe. On SmartScreen: More info → Run anyway. - Linux —
.AppImage(chmod +x and run),.deb, or.rpm.
Trawl shells out to
rclone— make sure it's installed and on yourPATH(brew install rclone).
If Trawl earns a spot in your workflow, you can buy me a coffee ☕.
Trawl v0.1.0
What's new in v0.1.0
Initial release.
- Sync Google Drive (folder link/ID or Shared with me) and pCloud public links into a local library via
rclone copy— additive, never deletes at the destination. - Live per-run progress (percent, bytes, files, speed, ETA) streamed from the Rust backend.
- Per-mapping auto-sync on an interval, Cancel / Retry / Delete, and a persisted last-run status with a clear error banner.
- Folder-loop guard that stops a source which recurses forever, plus a per-Drive-mapping Skip shortcuts toggle that ignores Google Drive shortcuts to copy through the loop.
- Destination containment (no escaping the library root) and a one-time Google Drive OAuth connect.
Install
- macOS — open the
.dmg, drag Trawl to Applications. Not notarized yet, so clear the quarantine flag once:xattr -dr com.apple.quarantine /Applications/Trawl.app(Apple Silicon →aarch64.dmg, Intel →x64.dmg). - Windows — run the
.msior-setup.exe. On SmartScreen: More info → Run anyway. - Linux —
.AppImage(chmod +x and run),.deb, or.rpm.
Trawl shells out to
rclone— make sure it's installed and on yourPATH(brew install rclone).
If Trawl earns a spot in your workflow, you can buy me a coffee ☕.