v1.5.0
NVIDIA/Audio2Face-3D-Samplesv1.5.0Mar 10, 2026by dogancanbakir
AI Summary
This release enhances headless browser automation capabilities by adding URL pattern deduplication, captcha detection/solving support, and knowledge base classification. It also resolves a bug regarding runner flag priority.
Key Highlights
- Added `-filter-similar` flag for URL path pattern deduplication
- Added captcha detection and solving support for headless mode
- Added knowledge base classification using DIT
- Fixed runner to prioritize `chrome-ws-url` over `headless` flag
New Features
- URL path pattern deduplication via `-filter-similar` flag
- Captcha detection and solving for headless mode
- Knowledge base classification using DIT
Full Release Notes
## What's Changed ### 🎉 New Features * Added `-filter-similar` flag for URL path pattern deduplication by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1550 * Added captcha detection and solving support for headless by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1536 * Added knowledge base classification using dit by @dogancanbakir in https://github.com/projectdiscovery/katana/pull/1538 ### 🐞 Bug Fixes * Fixed runner to prioritize `chrome-ws-url` over `headless` flag by @fail-open in https://github.com/projectdiscovery/katana/pull/1506 ## New Contributors * @fail-open made their first contribution in https://github.com/projectdiscovery/katana/pull/1506 **Full Changelog**: https://github.com/projectdiscovery/katana/compare/v1.4.0...v1.5.0