Skip to content

Releases: tamnd/kage

v0.3.8

22 Jun 10:43
8bc9c8b

Choose a tag to compare

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

v0.3.7

19 Jun 16:23
105e68f

Choose a tag to compare

Changelog

Fixes

Other

v0.3.6

19 Jun 09:22
v0.3.6
c8fc6fa

Choose a tag to compare

Changelog

Fixes

  • 4e920c5: fix: correct mobile layout for paulgraham.com-style table pages (@tamnd)

Other

v0.3.5

19 Jun 08:22
v0.3.5
2c15f79

Choose a tag to compare

Changelog

Features

  • 060b4b6: feat: add --mobile flag for readable archives of legacy sites (@tamnd)

Other

  • 6655a43: Store each page under its real title in a packed ZIM (@tamnd)

v0.3.4

17 Jun 09:18
8bb1e34

Choose a tag to compare

Changelog

Fixes

  • eb683dd: fix: continue rendering when Chrome hits 'Object reference chain is too long' ( <>)
  • e80d38a: fix: kage serve Ctrl-C handling (@Xirui)
  • c85745b: fix: serve Ctrl-C stop (@zkd-11)

Other

v0.3.3

16 Jun 03:24
8178b76

Choose a tag to compare

Changelog

Other

v0.3.2

15 Jun 17:28
83822c1

Choose a tag to compare

Changelog

Other

v0.3.1

15 Jun 16:22
2d8a64c

Choose a tag to compare

Changelog

Other

v0.3.0

15 Jun 14:39
2ccf7bc

Choose a tag to compare

Changelog

Other

v0.2.1

15 Jun 06:36
v0.2.1
f370402

Choose a tag to compare

Changelog

Other