Skip to content

FileFlow 0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:32

The Flow map becomes a real flow chart.

  • Flow graph — the Flow tab's Map view now draws your automations as a node-link graph: sources on the left, destinations on the right, one animated edge per rule. Flows that feed the same destination converge on a single node, so shared targets are finally visible at a glance. Edge color follows the flow type, a warning color and dashes call out failed or never-run rules, and moving particles show which flows are healthy (they respect your reduced-motion setting). Click any edge to inspect that flow and run it — the familiar detail row with Run now and Reveal appears below the graph. History is unchanged.
  • Automated releases — versions are now built and published by CI: the macOS app and the Windows MSI are compiled, checksummed, and attached to the GitHub release automatically.

Install / update:

curl -fsSL https://raw.githubusercontent.com/Arylmera/FileFlow/main/install.sh | sh