Updates
Changelog
Follow all the latest updates, improvements, and bug fixes for UScraper.
v1.0.4
May 20, 2026New Features
- —Workspaces — group projects into named workspaces with isolated project lists, browser sessions, and run history; switch context from the sidebar without losing canvas zoom or the active browser.
- —Loop Continue block — advance multi-input loops explicitly: jump back to the loop-start block for the next value, then fall through to downstream blocks when the list is exhausted (without closing the browser).
- —Multi-input Type Text — add multiple search terms or strings via the Multiple Texts field; the flow runs once per value in the same browser session, matching the existing Multiple URLs pattern on Navigate.
- —New Workspace dialog — create workspaces with a custom name and accent color from the sidebar.
Improvements
- —Smoother canvas drag — pointer capture, zoom-aware coordinates, and requestAnimationFrame-batched position updates so blocks track the cursor more reliably at any zoom level.
- —Run panel loop telemetry — multi-input runs show iteration index (e.g. 2/4) and the current value in the step label for Navigate and Type Text loops.
- —Nested multi-input loops — the executor tracks active loops on a stack so Loop Continue always advances the innermost loop first.
v1.0.0
July 26, 2025New Features
- —Initial public release of UScraper!
