Skip to content

Releases: itsrenoria/robofuse

v1.1.2

13 Feb 11:33

Choose a tag to compare

  • Fixed organizer path resolution for organized_dir in Docker-based setups.
  • Relative organized_dir handling is now consistent with other paths, so organized output is written where users expect (for example /app/library-organized).
  • Added a regression test covering the Docker-style /app working directory + /data/config.json case.

Upgrade note: If you ran versions before 1.1.2, check /data/library-organized once for files created by the old path behavior and move them if needed.

v1.1.1

09 Feb 13:43

Choose a tag to compare

  • Follow-up patch release focused on packaging and docs.
  • Release archives now include config.json template.
  • Installation/usage docs simplified across Docker, Binary, and Go Run.

v1.1.0

09 Feb 12:34

Choose a tag to compare

  • Introduced the v1.1.0 CLI (run, watch, dry-run).
  • Added release automation with GitHub Actions + GoReleaser.
  • Improved logging/tracking and updated ptt-go integration.