FEATURE
Schedule a post directly from the Renders page
Every clip on /renders that has a finished render now shows a Schedule button. Pick a connected platform (X via paste-token, YouTube via BYO OAuth — or any future OAuth platform), tweak the caption + hashtags, post now or schedule for later. The pipeline that publishes was already running; this just hooks the UI in.
FEATUREIMPROVEMENT
Stocks, crypto, and prediction markets get a detail page
Clicking any signal card on /home or /signals used to drop you on a 'coming soon' placeholder for non-topic types. Now non-topic signals render the latest value, percentage change, a full-width sparkline of the entire history, plus source + cadence + identifier panels (with a red callout when the latest refresh has been failing).
FEATUREFIX
Pinned research topics flow into the home Signal Feed
Pinning a topic on /ideate now creates the pinned query AND a topic-type signal under the hood, so the topic shows up on the home Signal Feed and on /signals immediately. If you pin right after running research, the result is saved as the first snapshot — no more 'never run' on cards you just researched. Run again refreshes both the snapshot and the feed card. Topic cards also display 'N mentions' instead of a bare number.
FIX
Resend and Cancel pending invites finally work
Three small bugs were stacked on top of each other in the team-invite flow. Switching the Resend button took unwinding all of them: missing handler case, wrong username format passed to Cognito's lookup, and the same wrong format passed to the actual RESEND command. Verified by sending a real welcome email through the live Lambda.
FEATUREIMPROVEMENT
Drag the playhead to scrub, plus smarter notification defaults
The timeline ruler and playhead now respond to drag, not just click — pull the playhead anywhere and the preview, audio overlays, and inspector follow in real time. Settings → Notifications shows a banner when new event types have been added since your last save, with a Use defaults button and a Reset to defaults below the grid.
FEATURE
Connect YouTube using your own Google OAuth app
While Meta and TikTok grind through app review, you can now stand up your own Google Cloud OAuth client and post to YouTube today. Settings → Platform connections → YouTube has step-by-step setup; paste your Client ID, Secret, and refresh token and ClipUnity validates and stores them per workspace.
FEATURE
Connect X (Twitter) by pasting your developer.x.com keys
X Premium users can generate four tokens at developer.x.com and paste them into ClipUnity to start posting immediately — no waiting on us to register a production OAuth app. We validate the keys, store them in AWS Secrets Manager scoped to your workspace, and the publish pipeline signs every request with OAuth 1.0a end-to-end.
IMPROVEMENT
Asset cards now show project + source platform
Multiple files with generic names like 9x16.mp4 used to look identical on /assets. Each card now leads with the parent project's title and a small pill that tags the source — YOUTUBE, TIKTOK, UPLOAD — so you can tell similar-looking files apart at a glance.
FEATURE
A plain-English changelog (this page)
/changelog now leads with hand-written entries for what shipped — features, fixes, polish — instead of just the raw git commit feed. The commit feed is still a click away under the Raw commit feed section if you want the engineering view.
IMPROVEMENT
Animated style previews on /templates
Each curated template card now shows an animated preview of what the captions, filter, and motion will actually do to your clip — uniform card sizes, real-aspect phone frames inside, sample captions in the template's exact font and color.
FIX
Resend and cancel pending team invites
The Resend and Cancel buttons under Settings → Team → Pending invites work end-to-end. Cognito sends a fresh welcome email with a new temporary password; cancelling drops the membership and (if the invitee never logged in) the empty Cognito account too.
FEATUREIMPROVEMENT
Brand kits stick to new captions, plus a real preview on /templates
Apply a brand kit once and every new text overlay you add inherits its color, font, and caption look — no more re-styling each layer. The /templates page now shows an animated preview of each preset (real captions, real filter) instead of a static gradient.
FIX
Pending team invites can be resent and cancelled again
The Resend and Cancel buttons under Settings → Team → Pending invites work end-to-end. Cognito sends a fresh welcome email with a new temp password; cancelling drops the membership and (if the invitee never logged in) the empty Cognito account too.
IMPROVEMENT
Click a project's title to rename it
On any project detail page, the title is a click-to-edit field. Enter saves, Escape cancels, and Backspace from an empty draft also cancels — the same shortcuts the editor uses. The change flows back to /projects immediately.