Releases: FelixClements/ClickFlow
Releases · FelixClements/ClickFlow
Release list
ClickFlow v0.02
ClickFlow v0.02
Architecture deepening release built from de8f992 on main.
Highlights
- Workflow domain module — unified action registry, YAML repository, placeholder resolver, and execution engine
- Queue processor — shared
QueueRunnerfor CLI and GUI with consistent progress tracking - Execution seam —
RunCallbacksfor progress/cancel;settings.timeoutnow applies correctly - Platform adapter —
AutomationPortwithPyAutoGuiAdapterandFakeAdapterfor testability - Runtime paths —
bootstrap()fixes dev entry points and portable build path handling - Recording core — shared
core/recording.pyfor CLI and GUI recorders - RDP zoom —
settings.scale_rangeexposed in workflow YAML - Tests — 12 pytest characterization tests (
requirements-dev.txt)
Bug fixes
- GUI queue tab now reads
settings.images_dirfrom workflow YAML (not top-level) cli/capture_images.pysaves to projectimages/instead ofcli/images/- Removed GUI monkey-patch on private
engine._execute_step
Download
- Windows portable (x64):
ClickFlow-v0.02-windows-x64.zip - Extract the zip, then run
ClickFlow.exefrom the extracted folder (seeREADME_FIRST.txt).
Rolling build
For the latest main commit, use the rolling prerelease: latest-main
ClickFlow latest main (de8f992)
Automated rolling build from the main branch.
Commit: de8f992
Run: https://github.com/FelixClements/ClickFlow/actions/runs/32595105743
This prerelease is replaced on each push to main.
First Release
Add Windows portable build and rolling main release workflow - Add PyInstaller launcher, spec, and Windows build script - Add build requirements and release README for portable zip - Document Windows zip build and rolling latest-main prerelease - Add GitHub Actions workflow to update latest-main on main pushes - Include GUI screenshots and expanded README guidance for actions/queues