What's changed
Fix: Windows binary no longer blocked by Defender
kage used go-rod's leakless launcher helper to guard Chrome processes, and that helper binary (leakless.exe) was being flagged as a trojan by Windows Defender (false positive, issues #7, #42). The fix disables leakless on Windows while leaving the Chrome cleanup path unchanged on all other platforms. The Windows binary now installs and runs cleanly with no AV interference.
Fix: brew install command now includes --cask
The README install snippet was missing --cask, so brew install kage would fail on a fresh machine. Fixed in the docs.
Feature: respect Crawl-delay from robots.txt during clone
When a site's robots.txt sets a Crawl-delay directive, kage now honors it between page fetches. This is a first step toward full crawl-rate control (#6); a --crawl-delay flag to override it from the command line is coming in a follow-up.
Upgrade
# Homebrew
brew upgrade kage
# Scoop
scoop update kage
# Docker
docker pull ghcr.io/tamnd/kage:0.3.8