Changelog

What's new

The latest improvements, fixes, and updates we've shipped to Rollwise. We add to this list whenever we release something new.

Last updated

4.04version

Releases, team billing transitions, and billing UI guardrails

  • Add public /releases and in-app /settings/releases with shared changelog UI;
  • customer-facing copy; sidebar link under settings; refresh session on /settings.
  • Extract switchOrganizationSubscriptionPlan; team archive/delete downgrades to
  • Premium with owner confirm; unarchive from Premium upgrades to Team with
  • rollback on Stripe failure; billing page hides Team→Premium when 2+ active.
  • Releases build script, data fallback, tests; premium two-seat migration and
  • related billing/plan/checkout updates.
Fix
4.03version

backfill stuck estimates, deterministic fallback, clearer UI

  • Backfill missing forecasts on Forecast page (deterministic baseline, cap 48)
  • Sync content_projects when view_forecasts exists but columns are empty
  • Fall back to deterministic forecast when AI/recommendation seed fails
  • Fix owner-channel assignment so non-workspace creators see projects
  • Replace fake Generating state with Estimate unavailable + better labels/meter
  • ConfidenceChip: optional meter + tooltips (default pill unchanged)
Chore
4.02version

default next dev to webpack for reliable lightningcss

  • Turbopack's bundled PostCSS path fails to load the lightningcss native
  • addon on some macOS setups (misleading MODULE_NOT_FOUND). Webpack dev
  • works; add npm run dev:turbo for Turbopack when desired.
Fix
4.01version

defer Rolo variant resolution to satisfy react-hooks lint

  • Schedule setState via queueMicrotask so variant sync is not synchronous
  • inside the effect (react-hooks/set-state-in-effect).
Feature
4.0version

expand Rolo loading with multiple animation variants

  • Add variant prop (classic-roll, float, orbit, pendulum, sway, spin, wobble)
  • with random-per-mount default; refine flat SVG and layout options.
Feature
3.0version

workspace YouTube voice sync, settings UI, and AI context

  • Add org voice columns, excerpts, version history (migrations + RLS)
  • OAuth youtube.force-ssl; transcript sync job + inline POST sync
  • Voice API (guidelines, sync, versions/restore) and settings page
  • Wire voice into channel AI context, recommendations, script assist
  • Sidebar link; Vercel cron for transcript sync
Feature
2.0version

artifact comments, version history, workspace sign-in prefs

  • Project artifact comment threads (API, Drive sync, mentions, notifications)
  • Resolve/reopen threads; inline highlights + block-anchored pins; sticky editor chrome
  • RichTextEditor: header slot, bounded scroll region, comment pin clicks
  • Artifact version history API/UI with plain-text diff and restore
  • Sign-in workspace preference + apply-sign-in-workspace API
  • Migrations: artifact comments, resolved_at, sign-in preference, rollo2 premium
  • TopBar deep links for comment mentions; misc workspace/auth UI updates
1.02version

Fix CI: defer setState in effects (react-hooks/set-state-in-effect), fix exhaustive-deps warnings

  • KanbanBoard, NewProjectModal, teammate-analytics-client: wrap sync setState in queueMicrotask()
  • team-management-client: closeInviteModal as useCallback, add to effect deps
  • billing-client: fetchInvoices as useCallback, add to effect deps
1.01version

Creator workspace & team features: naming, stage prefs, project team, new project modal, date picker, plan gating

  • Workspace: owner can set/edit name at signup and in settings; sidebar updates via event
  • Team: stage preferences per member (workspace stages API); Team Analytics page and icon
  • Projects: New Project modal (name, drive sync, date, team step); DateInput component; date timezone fix (noon UTC)
  • Project team: ProjectMembersPanel, add/remove members; stage transition modal (suggest add/remove by stage prefs)
  • APIs: suggested-assignees, workspace stages, stage-preferences; members/workspace/stage-assignments use service role where needed
  • Stages: PATCH/DELETE resolve channel from stage + membership (fix 'No channel found'); workspace stages for Team page
  • Sidebar: fix Team Analytics vs Analytics highlight (parent/child path)
  • Plan gating: free/individual_premium see Team button with Crown, upgrade modal; no team step or stage modal; Rollo2 set to free for testing
  • Migrations: member_stage_preferences, organizations update policy
Fix
1.0version

stripe key type for CI (string | null | undefined)