Releases: nmbrthirteen/podcli
Releases · nmbrthirteen/podcli
Release list
v2.2.1
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-runfirst to see exactly what will be removed. --purgeis 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 uninstallremoves 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\binfrom the userPATH, and--dry-runreports the PATH cleanup it would perform. install.ps1gains-Uninstall -Purgesupport with the same PATH cleanup.- Uninstall tests updated for the new default behavior.
Full changelog: v2.2.0...v2.2.1
v2.2.0
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_clipsMCP tools, or withpodcli 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-thumbnailsonpodcli processto 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
FormatSpecsingle 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
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
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
What's Changed
- Add friendly uninstall flow by @teethatkamsai in #33
- Content studio + standalone Thumbnail studio pages by @nmbrthirteen in #34
New Contributors
- @teethatkamsai made their first contribution in #33
Full Changelog: v2.0.13...v2.1.0
v2.0.13
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
What's Changed
- Add
podcli ui+ backend hardening and audit fixes by @nmbrthirteen in #30
Full Changelog: v2.0.11...v2.0.12
v2.0.11
v2.0.10
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