Skip to content

v2.0.4 - 2026-03-07

Choose a tag to compare

@saifyxpro saifyxpro released this 07 Mar 14:23
· 62 commits to main since this release
b2ff311

🖥️ UI & Dashboard UX Refactor

  • Flatten Dashboard Chrome: Flattened the shared dashboard surface system by removing shadow-heavy styling, disabling blur and smooth transitions, and strengthening borders across cards, dialogs, lists, and controls.
  • Normalize Layout Rhythm: Unified the dashboard shell around a single content width and flatter bordered surface system so page headers, cards, and scraper workspaces align on the same design rhythm.
  • Unify Scraper Workspace UX: Aligned the Website Scraper workspace with the Google SERP workspace by matching the header shell, page framing, and configuration card structure. Converted output and config options into dropdown-style controls.
  • Header Structure: Turned page headers into bordered section shells for a clearer screen structure.
  • Logs Route Redesign: Added a full-width /logs request workspace with a denser table, compact filter toolbar, and an overlay log details dialog to prevent compressing the table view.
  • Sidebar Adjustments: Kept Headless Mode enabled by default in settings, moved the collapse control into the header, and updated the primary logo text color to black and blue.

🛠️ Backend API Enhancements

  • Automated Cloudflare Challenge Solver: Added automated Cloudflare turnstile bypass logic with simulated human mouse movements directly to the API, alongside retry logic and SSE progress rendering for the frontend.
  • Markdown Improvements: Integrated Mozilla Readability & GitHub Flavored Markdown for improved markdown extraction, along with expanding/collapsing results panel UI reliability enhancements.
  • Documentation: Added demo GIF and Cloudflare bypass proof images to the README.

🔗 Related GitHub Commits

  • refactor(web): flatten dashboard chrome and unify scraper workspace UX (@saifyxpro)
  • refactor(web): normalize dashboard layout and improve logs workspace UX (@saifyxpro)
  • feat(api): add automated cloudflare challenge solver (@saifyxpro)
  • feat(api): enhance cloudflare challenge solver with retry and SSE progress (@saifyxpro)
  • fix(website-scraper): improve markdown extraction and results panel expand button reliability (@saifyxpro)
  • chore(web): update version to v2.0.4 (@saifyxpro)
  • style(web): update primary logo text color to black and blue (@saifyxpro)
  • docs(readme): add demo gif and cloudflare bypass proof images (@saifyxpro)