Release 2.7.0 - #151
Conversation
|
Warning Review limit reached
Next review available in: 30 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
24ac3d2 to
96de6ff
Compare
The logo on every caption style, captions that fade out, a bookend that is cut to rather than faded through black, a guest name card, motion as four values, and templates for anyone signed in to Pro. cli/VERSION is generated from package.json by go generate.
16a5e97 to
70dd6c5
Compare
Rebased onto
main, which now carries everything below. This is the last content before the tag.package.jsonis the single source of truth;cli/VERSIONis regenerated bygo generate ./...incli/.go test ./...passes with the refreshed version.What 2.7.0 is
Four fixes measured against a published short (#148)
--logoreached only thebrandedcaption style; two gates dropped it everywhere else. A branded render is byte-identical after the fix.--bookend-fade, defaulting to a cut.--name-card,--name-card-sub. Only Remotion draws it, so--fastand an ASS fallback now refuse the combination instead of returning a clip without it.Motion as a value (#149)
{enter, exit, duration, feel}per part, replacing numbers hard-coded in each component. Every style ships what it already had; frame hashes identical across all four.Templates for Pro, wherever you are signed in (#150)
podcli templatesand--template <name|id>onprocessandstudio, resolved from the account. The primitives stay core, free and offline.studioand the MCP clip tools caught up on--logo,--name-cardand--motion.--thumbnail-placement offseparates drawing a thumbnail from welding it onto the video.Audiograms for audio-only episodes (#153)
The suggested moments get compared before one is chosen (#159)
podcli processand the studio go through one selection path and ship the same clips from the same episode.Dependencies
additionalProperties: falsefrom the MCP tool schemas and changes zod's own error strings. Runtime behaviour is unchanged and nothing in this repo reads either, but an external MCP client validating against the advertised schema may notice.After the tag
The cloud worker still pins
PODCLI_VERSION: 2.6.0. Bumping it is what carries all of this to podcli.com, and it should happen only once the release assets exist.