[v1.86.0]
- GitLab scanning: honor OS-trusted internal CAs without requiring
SSL_CERT_FILE, and preserve custom GitLab API ports in repository enumeration and artifact fetching. - Added detection/validation rules for App Center, Branch.io, BrowserStack, Calendly, Cypress, Delighted, DeviantArt, Instagram, Iterable, Keen.io, Lokalise, Pendo, Razorpay, Spotify, WakaTime, WPEngine.
- Added revocation support for DeviantArt access tokens via the OAuth revoke endpoint and BrowserStack access keys via the key recycle endpoint.
- Windows builds: replaced
buildwin.batflow with Makefile-driven MinGW targets forwindows-x64andwindows-arm64, producing statickingfisher.exeartifacts packaged askingfisher-windows-*.zipwith checksums. - GitHub Actions (
ci.yml,release.yml): Windows jobs now build and test both x64 and arm64 via a matrix usingmake windows-x64/make windows-arm64.