Skip to content

v0.5.25

Choose a tag to compare

@jacob-bd jacob-bd released this 15 Apr 18:38
· 252 commits to main since this release

Fixed

  • Audio download fails with 302→404 (Issue #158) — Prefer -dv download variant for fast CDN (drum.usercontent.google.com, ~3 MB/s). Audio downloads that previously failed now complete a 47MB file in ~15 seconds. Thanks to @Victor777777!
  • CDP WebSocket broken with system proxy (Issue #119, PR #157) — Temporarily clear proxy env vars around websocket.create_connection so Clash/Surge don't intercept localhost CDP. Thanks to @ahmelkholy!
  • Windows: MCP server crashes with UnicodeEncodeError (Issue #156) — Reconfigure stdout/stderr to UTF-8 at startup; set legacy_windows=False on Rich consoles. Thanks to @argonaut-cm!

Changed

  • Lazy-load NotebookLMClient in package __init__ for lighter startup

Full changelog: https://github.com/jacob-bd/notebooklm-mcp-cli/blob/main/CHANGELOG.md#0525---2026-04-15