Highlights
- Docker runtime aligned to Playwright 1.57 (Jammy) with more robust APT installs.
- Recording reliability improved in Docker (handles cross-volume moves + explicit video sizing).
- Dashboard scroll polish with a top fade overlay.
- Clearer proxy rotation tooltip guidance.
Changes
Docker / Runtime
- Update Playwright base image to
v1.57.0-jammy. - Harden APT installs with retries/timeouts; keep VNC optional via
INSTALL_VNC. .gitignoreupdates for local artifacts and captures.
Recording Reliability
- Add
--disable-dev-shm-usagefor Chromium in Docker. - Recordings now use explicit video size.
- Move recordings across volumes safely by falling back to copy+unlink on
EXDEV.
UI / UX
- Dashboard task list gets a top fade for smoother scroll edge.
- Rotate Proxies tooltip now points to Settings → Proxies.
Docs
- Minor CONTRIBUTING branding tweak.
Full Changelog: v0.5...v0.5.1