Changelog
Latest updates and releases for VibeCheck.
v0.1.5 — 2026-03-17
- Update branding with new concentric circles logo across all components
- Add Enterprise pricing tier with custom limits
- Fix New Track button to open extension popup or redirect to Chrome Web Store
- Move promo tiles out of extension bundle
v0.1.4 — 2026-03-06
- Add Quick Fix — click elements on any page, suggest text/style changes, and create a fix track
- Add in-popup onboarding carousel for new users
- Remove Firebase from extension; all data operations now go through platform API
- Add signed URL upload to bypass Vercel body size limit
- Increase video size limit from 24MB to 60MB (~3 min recordings at 720p)
- Enable Chrome Debugger network capture by default and fix network logs not saving
- Capture browser viewport size instead of screen resolution
- Fix Magic Fill for checkboxes, radios, selects, and grouped inputs
- Fix extension sign-in error handling
v0.1.3 — 2026-02-24
- Add blur tool for hiding sensitive content in screenshots
- Redesign annotation color picker with semantic palette and animations
- Fix text tool infinite single-line expansion and adaptive width
- Remove FFmpeg WASM to reduce extension build size from 10MB to 1.8MB
- Capture tab URL for tracks so the URL field is no longer empty
- Redesign track save modal right panel layout with improved responsiveness
- Fix stale user actions leaking into new recordings
- Polish recording toolbar hover effects and slide-in animation
v0.1.1 — 2026-02-17
- Strip remote script URLs from network logs to comply with Chrome Web Store MV3 policy
- Add Repro Links — shareable URLs that let anyone record their screen without installing the extension
- Improve video player with drag-to-scrub and synced play/pause icon on video end
- Add AI-powered bug report generation from screenshots
- Add MCP server documentation and demo
- Add URL-based pagination to tracks page
- Make wide screenshots fully visible in track modal
v0.1.0 — 2026-02-13
- Fix platform redirect — extension now correctly opens tracks on app.vibecheck-qa.com in production
- Add production environment config for consistent platform URL handling
- Add manifest key for consistent extension ID across installations
v0.0.4 — 2026-02-10
- Replace browser
alert()with shadcn Sonner toasts - Move large track arrays to Firebase Storage to avoid Firestore 1MB doc limit
- Add Google Analytics + Vercel Analytics across platform, landing, and extension
- Embed screenshot images inline in GitHub issues
- Show Pro badge with tooltip in extension popup for pro users
- Fix
InfinityJSON serialization issue - Add usage limits, upgrade page, and Pro plan support
v0.0.3 — 2026-01-28
- Add docs section to landing site
- Store replay actions in Firebase and show saved tracks
- Add session replay feature for automated action playback
- Integrate
@radix-ui/react-selectand enhance UI components - Bundle FFmpeg locally for MV3 compliance
- Fix saved tracks not loading and replay not triggering from Firebase
- Create GitHub issues with one click, auto-filled with bug data