Skip to content

Releases: nmbrthirteen/podcli

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 11:47
62681a6

podcli v2.2.1

⚠️ Behavior change: podcli uninstall now removes everything by default

podcli uninstall previously kept your user data (config, knowledge, presets, assets, history, cache) unless you passed --purge. It now removes the entire managed podcli folder, including that user data, by default.

  • If you want to keep your data, back up your podcli folder before uninstalling, or run podcli uninstall --dry-run first to see exactly what will be removed.
  • --purge is now a no-op alias, kept only for compatibility (uninstall already removes everything).
  • Uninstall still prompts for confirmation unless you pass --yes.

Changes

  • Native podcli uninstall removes the full managed podcli folder by default (runtime files, models, cached data, and the managed user-data folder). (#41)
  • Windows: uninstall now removes %LOCALAPPDATA%\podcli\bin from the user PATH, and --dry-run reports the PATH cleanup it would perform.
  • install.ps1 gains -Uninstall -Purge support with the same PATH cleanup.
  • Uninstall tests updated for the new default behavior.

Full changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 11:30
67ba851

podcli v2.2.0

Highlights

  • Horizontal (16:9) and square (1:1) clips alongside vertical 9:16, with per-format captions that scale to the canvas instead of floating mid-frame. Set the format in the studio (New episode → Settings → Format), via the create_clip / batch_create_clips MCP tools, or with podcli process --format. Defaults to vertical, so existing behavior is unchanged. (#37)
  • Content studio — free-form "ask for anything" generation (LinkedIn post, thread, extra hooks, …) plus per-section Regenerate for titles, description, tags, and hashtags with optional guidance, and a live thumbnail preview. (#37)
  • YouTube / direct-URL import — paste a link into the studio's video field to download it via yt-dlp and continue straight into the preview/transcription workflow. (#40)
  • Thumbnail CLI flags--thumbnails / --no-thumbnails on podcli process to force thumbnail generation on or off. (#38)

Studio UI

  • Refreshed palette and a consistency pass: one low-opacity hairline border system, darker surfaces, depth from shadow, all-SVG icons, portaled modals, a sticky preview pane, tabular figures, and loading buttons that stay legible.
  • Episode work now survives navigation — export results, energy analysis, suggestions, and selections persist when you leave and return to the page.

Under the hood

  • New FormatSpec single source of truth (backend/services/formats.py) replaces scattered 1080×1920 hardcodes; format is threaded end to end with format-aware duration caps, and the render path forks on the format's reframe strategy (face-tracked crop for vertical/square, scale-and-pad letterbox for horizontal).

Full changelog: v2.1.2...v2.2.0

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 14:41
2139b6b

What's Changed

  • fix: AI CLI discovery and manual path overrides (v2.1.2) by @nmbrthirteen in #39

Full Changelog: v2.1.1...v2.1.2

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:00
f19fcc7

What's Changed

  • Fix Windows uninstall and repair broken bundled Python runtime by @teethatkamsai in #35

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 15:04
cb5bfda

What's Changed

New Contributors

Full Changelog: v2.0.13...v2.1.0

v2.0.13

Choose a tag to compare

@github-actions github-actions released this 01 Jul 06:37
00578fd

What's Changed

  • Trust Hugging Face CDN redirect hosts in model downloader by @nmbrthirteen in #32

Full Changelog: v2.0.12...v2.0.13

v2.0.12

Choose a tag to compare

@github-actions github-actions released this 27 Jun 21:04
2396637

What's Changed

Full Changelog: v2.0.11...v2.0.12

v2.0.11

Choose a tag to compare

@github-actions github-actions released this 19 Jun 15:59

What's Changed

Full Changelog: v2.0.10...v2.0.11

v2.0.10

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:49
5a924b3

What's Changed

  • Fix bundled Studio config paths by @nmbrthirteen in #27
  • Two-step thumbnail picker (choose text + frame, then render) + title-select fix by @nmbrthirteen in #28

Full Changelog: v2.0.7...v2.0.10

v2.0.9

Choose a tag to compare

@github-actions github-actions released this 19 Jun 12:45

Full Changelog: v2.0.8...v2.0.9