Changelog

[v1.0.2] - 2026-03-06

✨ New Features

  • Viewer Mode: Opt out of voting while still participating in room controls (reveal, undo, new round). Viewer cards show a dashed border and auto-reveal no longer waits for viewers to vote.

🐛 Bug Fixes

  • Fixed Cloudflare Turnstile firing internal IPC callbacks after widget removal on navigation
  • Fixed PostHog JS race condition bug
  • Fixed AbortError from BodyStreamBuffer being aborted
  • Fixed Spooky Planning activation via CSS attribute selector
  • Improved client-side error tracking and stability

[v1.0.1] - 2026-02-19

🐛 Bug Fixes

  • Fixed PostHog initializing multiple times on page navigation
  • Fixed guest login triggering a "fetcher" error during redirect
  • Fixed video autoplay error on browsers with stricter media policies
  • Prevented onboarding dialog from being dismissed with Escape key

[v1.0.0] - 2026-02-08

Spooky Planning has a new manifesto. TLDR; no pricing, no subscriptions, no new features behind paywalls. Just a free, focused tool that does one thing well. The roadmap is complete. From here on, efforts go into stability, performance, and polish.

✨ New Features

  • Added Live Stats page with real-time metrics and weekly activity charts

🚀 Improvements

  • Migrated server to Fastify with Server-Sent Events for real-time updates
  • Improved real-time connection stability and vote reveal synchronization across all clients
  • Added pagination to rounds history table
  • Rounds history now displays scale used, date with time, and rounded averages
  • Small visual refinements across landing page and room views
  • Landing page section headers are now linkable anchors
  • Simplified architecture: removed companies, subscriptions, and integrations
  • Updated contact email and manifesto copy

[v0.0.86] - 2025-09-14

🚀 Improvements

  • Enhanced landing page responsiveness and mobile voting experience with 2-column grid layout
  • Added skeleton loading states and improved avatar groups with "+N" indicators for better visual feedback

🐛 Bug Fixes

  • Fixed voting validation errors when using helper votes (? or ☕) in numeric scales and room layout spacing issues

[v0.0.85] - 2025-08-04 (45e3c78)

🚀 Improvements

  • Pricing Members option blackbox testing
  • Updated FAQ content
  • Updated Terms and Conditions
  • Updated How It Works
  • Improved SEO (missing tabs, sitemap, and content)

🐛 Bug Fixes

  • Fixed navbar tabs navigation

[v0.0.84] - 2025-08-01 (832cfcd)

✨ New Features

  • Session inactive timeout
  • Connection lost overlay

🚀 Improvements

  • Improved FAQ section on landing page

🐛 Bug Fixes

  • Fixed white border on magic link email
  • Fixed login invalid content-type errors

[v0.0.83] - 2025-07-04 (d369dc0)

✨ New Features

  • FAQ landing page section
  • Landing page navigation with scroll animation
  • Landing page hero window frame
  • Scales select with hint link to scales section
  • Updated email hint using input field
  • Renamed "My Scales" to "Scales" and display presets with duplication support
  • Create scales dialog with cards preview when typing
  • Ability to edit existing scales
  • Screen share mode (hidden votes)

[v0.0.82] - 2025-07-04 (95b1716)

✨ New Features

  • My scales options cards preview
  • New reveal votes animation

🐛 Bug Fixes

  • Fixed duplicated SSE connections
  • Fixed logout to delete rooms with no participants without removing round votes
  • SSE connection scoped per individual room only
  • Dropdown now closes on option click

[v0.0.81] - 2025-07-03 (b3a076e)

✨ New Features

  • Login Cloudflare Turnstile captcha

🐛 Bug Fixes

  • Fixed logout
  • Added `isLocked` room error toasts

[v0.0.8] - 2025-07-02 (cdfb7b1)

✨ New Features

  • Account preferences
  • My Scales
  • Room preferences
  • Unified tabs design system
  • Lock room
  • Edit round name

[v0.0.7] - 2025-07-01 (ae3ff2e)

✨ New Features / Improvements

  • Delete account
  • Guest account
  • Room settings tab navigation
  • Rounds history table
  • Added missing back buttons
  • In-memory pub/sub instance improvements
  • Improved SSE connections
  • Forms provider integration

[v0.0.62] - 2025-06-14 (37a0483)

🐛 Bug Fixes

  • Another round of hotfixes

[v0.0.61] - 2025-06-12 (4bbbbf1)

🐛 Bug Fixes

  • Fixed SSE provider authenticated requests and error handling in `text/plain`
  • Fixed upsert scales

[v0.0.6] - 2025-06-12 (2f104c0)

✨ New Features / Improvements

  • Auto-revealing in rounds
  • Round renaming
  • React Router 7 migration
  • Simplified room authorization

v0.0.5 and earlier (Alpha versions)

  • Foundation: Initial development and core architecture
  • Basic Features: Room creation, voting mechanics, user interface
  • Testing: Extensive testing and bug fixes
  • Infrastructure: Server setup and deployment pipeline