Changelog
All notable changes to the WebCrawler project.
[v2.1.1] - 2025-12-28
Fixed
- Dependencies: Added
setuptoolstorequirements.txtto fixModuleNotFoundError: No module named 'pkg_resources'required bypython-Wappalyzer.
[v2.1.0] - 2025-12-28
Added
- Deployment: Support for Vercel Serverless Functions via
api/index.pyandvercel.json.
Fixed
- Deployment: Fixed
ModuleNotFoundError: No module named 'Wappalyzer'by updatingrequirements.txtto usepython-Wappalyzer.
[v2.0.0] - 2024-12-28
Released
- New UI: Complete redesign using Tailwind CSS and "Nexus" aesthetic (Dark mode, glassmorphism).
- Core Refactor: Modularized
crawler.pywith type hints and robust error handling. - Live Documentation: Added
/docsroute to view project documentation in-app. - Mobile Support: Fully responsive navigation and layout.
[v1.1.0] - 2024-12-27
Added
- QuillJS Editor: Replaced standard textarea with rich text editor.
- Client-Side Save: Native file saving using File System Access API.
- Copy Button: Instant clipboard copy for Markdown.
[v1.0.0] - 2024-12-26
Released
- Initial release with basic crawling and tech stack detection.