v2026.2.16
·
17 commits
to main
since this release
What changed
- Improved social preview reliability for promo links (including Farcaster/Warpcast):
- default OG fallback image is now raster PNG (
/og.png) instead of SVG - promo page now emits richer OG/Twitter image metadata (
og:image:secure_url, type, dimensions, alt) - app now trusts proxy headers for canonical HTTPS metadata behind tunnels/proxies
- promo route (
GET /) now returns200even after sale end so crawlers can still build previews
- default OG fallback image is now raster PNG (
- Added
HEADsupport for OG image endpoints:/og.png/og.svg/og-image
- Unpaid browser handling for
GET /download(402) now renders leak’s custom guidance page while preserving x402 protocol headers (PAYMENT-REQUIRED) and existing API behavior. - Unified root promo page and unpaid
/downloadguidance content so both show the same details block:- price/network/sale end
- Agent Quick Path
- human action copy-link control
- install note
Breaking changes
- None.
Skill updates
- No required skill migration.
- Buyer/seller flow remains the same; this release mainly improves UX/discovery presentation and crawler compatibility.
Upgrade steps
- Update to
leak-cli@2026.2.16. - Restart running leak servers.
- If validating social cards, re-share links with a cache-busting query once (example:
/?v=2026.2.16).
Rollback
- Revert to the previous stable tag/package (
2026.2.15). - Restart services.
- Re-verify promo and
/downloadflows.
Full Changelog: v2026.2.15...v2026.2.16