# Changelog

What's new

A running record of improvements, fixes, and new features shipped to TokenBuzz.

v0.21.0

v0.21.0

Improved conversion path from TokenBuzz's marketing site to the signup flow with deep-linking support.

๐Ÿš€ Highlights

  • Ticker deep-links โ€” clicking a token on the marketing site now flows directly to signup with that token in context, reducing friction and improving discoverability.

v0.20.0

v0.20.0

v0.20.0 adds Stripe webhook support for payment processing.

๐Ÿงฐ Under the hood

  • Stripe webhooks โ€” integrated event handling for reliable payment processing.

v0.19.0

v0.19.0

Marketing page ticker now delivers faster updates with improved infrastructure.

๐Ÿš€ Highlights

  • Live ticker performance โ€” the marketing page ticker now reads from S3 snapshots for faster, more reliable data delivery.

v0.18.0

v0.18.0

Foundational improvements to data ingestion quota management.

๐Ÿงฐ Under the hood

  • Ingestion quota entitlement system โ€” core infrastructure for plan-based data ingestion limits, enabling accurate usage tracking and enforcement across user accounts.

v0.17.1

v0.17.1

A patch release focusing on mobile usability improvements and outlining the next phase of product enhancements.

๐Ÿ› Fixes

  • Mobile marketing site โ€” fixed horizontal overflow and added hamburger navigation to improve responsiveness on smaller screens.

๐Ÿงฐ Under the hood

  • Documented the M15 milestone roadmap, focusing on SEO improvements, better analytics, and AI-powered search optimization.

v0.17.0

v0.17.0

Subscription tiers and payment infrastructure now configured and ready.

๐Ÿงฐ Under the hood

  • Billing system โ€” Stripe integration and subscription tier configuration established.

v0.16.0

v0.16.0

We're building out our infrastructure layer with automated ticker data capture and storage.

๐Ÿงฐ Under the hood

  • Ticker snapshots infrastructure โ€” added automated snapshot collection with Lambda functions and S3 storage, establishing the foundation for Phase 1 of our M7 data initiative.

v0.15.0

v0.15.0

We've strengthened our price data infrastructure for improved reliability and responsiveness.

๐Ÿงฐ Under the hood

  • Rate-limit protection โ€” added safeguards to prevent data collection failures when external services are rate-limited or unavailable.
  • Proactive price caching โ€” new background process pre-loads price data, ensuring it's instantly available and up to date.

v0.14.0

v0.14.0

Real-time price updates are now live.

๐Ÿš€ Highlights

  • Live price ticker โ€” Get real-time crypto prices via the new /api/price/[symbol]/live endpoint, powered by Jupiter.

v0.13.0

v0.13.0

Social events now appear directly on your price charts.

๐Ÿš€ Highlights

  • Event overlays on candle charts โ€” visualize where social activity and community events occurred in relation to price movements, helping you identify correlations between buzz and market action.

๐Ÿงฐ Under the hood

  • Added slash commands for streamlined development workflows.

v0.12.0

v0.12.0

Enhanced candlestick charts with technical analysis indicators.

๐Ÿš€ Highlights

  • Moving averages โ€” SMA and EMA indicators are now available on candlestick charts, toggled via intuitive chip controls.

v0.11.0

v0.11.0

Faster navigation and portfolio management in TokenBuzz.

๐Ÿš€ Highlights

  • Command palette โ€” Instantly search for tokens and add them to your dashboards and Hum without leaving your current view.

v0.10.0

v0.10.0

Real-time price charts and faster asset discovery.

๐Ÿš€ Highlights

  • Real-time candlestick charts โ€” Track price action with interactive OHLCV charts powered by GeckoTerminal.
  • Quick-add menu โ€” Rapidly add tokens to your watchlist from a unified command registry.

๐Ÿงฐ Under the hood

  • Conventional Commits required for all PRs and commits, improving consistency.
  • Refined release automation with proper label cleanup.

v0.9.0

v0.9.0

Introducing Hum AI assistant, customizable dashboards, and โŒ˜K navigation.

๐Ÿš€ Highlights

  • Hum AI assistant โ€” Chat powered by TokenBuzz context. Drag-and-drop tokens, cards, and tweets for analysis, stream responses with intelligent caching, and save conversations with persistent history and monthly quotas.

  • Customizable dashboards โ€” Drag-and-drop layout editor with card context menus and full analytics chart support.

  • โŒ˜K command palette โ€” Fast navigation and actions with a streamlined top bar.

๐Ÿ› Fixes

  • Mobile menu alignment โ€” Fixed Add card menu positioning and overflow on mobile.

๐Ÿงฐ Under the hood

  • Refactored Hum inference for improved performance.
  • Enhanced data persistence for conversations and dashboards.

v0.8.0

v0.8.0

This release delivers the Alerts feature and enables multi-provider API key support.

๐Ÿš€ Highlights

  • Alerts โ€” Create alerts on token metrics and market conditions with full data processing and a dedicated management UI.
  • Custom API providers โ€” Configure TokenBuzz to use your own API providers through the provider registry.

๐Ÿ› Fixes

  • Sign-in flow โ€” Already-authenticated users no longer see the sign-up page.
  • Marketing navigation โ€” Fixed homepage section links on the marketing site.

๐Ÿงฐ Under the hood

  • Improved issue tracking with size-aware planning guidelines.
  • Automated release notes generation.
  • Updated dependencies including the latest Anthropic SDK.

v0.7.0

v0.7.0

Release v0.7.0.

Changes

  • ci: never cancel production deploys mid-apply
  • docs: don't push while a deploy is in flight for the same stage
  • ci: add [skip deploy] escape hatch to the deploy workflow
  • feat(scripts): AI-written release notes + reliable release creation
  • docs: end PR summaries with PR / issue / branch links in that order
  • docs: open PRs automatically when changes are ready (no need to ask)
  • chore(byok): Phase 5 โ€” remove unused project TWITTER_API_KEY secret (#111)
  • docs: add claude-starter โ€” portable Claude Code config for a Terraform repo
  • fix(byok): correct twitterapi.io user-info param + response shape (#112)
  • feat(byok): Phase 6 โ€” background-polling opt-in toggle (#112)
  • feat(byok): Phase 6 โ€” background jobs poll per-user keys (#112)
  • feat(byok): Phase 6 โ€” getPollAssignments fan-out for background polling (#112)
  • feat(byok): Phase 6 core โ€” per-user backgroundPolling opt-in + query assigner (#112)
  • docs: make GitHub Project Status updates a hard per-turn rule
  • chore: gitignore the AI time-tracking active-issue state file
  • feat(byok): Phase 4 โ€” interactive query path uses the caller's key (#110)
  • polish(account): de-duplicate the API Keys intro copy (#109)
  • refactor(account): move API Keys into the Clerk UserProfile as a custom page (#109)
  • fix(account): route the Settings menu item to /account (#109)
  • feat(byok): Phase 3 โ€” Account API Keys UI (#109)
  • feat(byok): Phase 2 โ€” thread API key through twitterapi.io client (#108)
  • feat(byok): Phase 1 โ€” KMS crypto + UserData BYOK schema + DB layer (#106)
  • chore(jobs): gate twitterapi.io polling crons behind ENABLE_POLLING (default off)

v0.6.2 โ€” Roadmap planning

v0.6.2

Roadmap planning and release-tooling housekeeping.

๐Ÿงฐ Under the hood

  • Scoped two new initiatives on the roadmap โ€” Token Press Releases and Token News & Articles โ€” each broken into delivery phases.
  • Synced release configuration so version history stays consistent going forward.

v0.6.1 โ€” Analytics fix + release tooling

v0.6.1

Analytics error handling and release configuration sync.

๐Ÿš€ Highlights

  • Analytics error visibility โ€” consolidated analytics fan-out logic and now surface all query errors to users, enabling faster diagnosis of upstream issues.

๐Ÿงฐ Under the hood

  • Synced release-please baseline to ensure consistent versioning and changelog behavior across all future releases.

v0.6.0 โ€” Cycle-time tracking + cleanup

v0.6.0

Tooling consolidation and development workflow cleanup.

๐Ÿงฐ Under the hood

  • Replaced Toggl CLI with GitHub-native cycle-time stamp helper (npm run stamp), reducing external dependencies and keeping all tracking in GitHub Projects.
  • Retired Toggl per-turn auto-logging hooks; now all cycle-time tracking uses native GitHub date and timestamp fields.
  • Removed stale repository files and fixed dangling references, leaving the codebase leaner and easier to navigate.
  • Documented the cycle-time stamping workflow for consistent future use: start when Status leaves Backlog, done when it reaches Done.

v0.5.0 โ€” Automated release history

v0.5.0

Automated release and changelog management via release-please.

๐Ÿงฐ Under the hood

  • Introduced release-please for fully automated release history, version bumping, and changelog generation from conventional commits.
  • Completed release-please bootstrap, enabling hands-off releases on every merge to master.

v0.4.0 โ€” Analytics reliability + roadmap planning

v0.4.0

Analytics reliability improvements and internal planning refinements.

๐Ÿš€ Highlights

  • Rate-limit resilience โ€” analytics queries now cap concurrency and gracefully surface upstream 429 errors to users, preventing cascading failures during traffic spikes.

๐Ÿงฐ Under the hood

  • Roadmap planning now includes time estimates and target timelines for all milestones, making feature delivery more predictable.
  • Milestone tracking now uses native GitHub Project Start and Target date fields, enabling accurate planned-vs-actual cycle-time analysis and better capacity planning.

v0.3.0 โ€” Mobile-friendly UI

v0.3.0

Mobile-first responsive redesign across the entire authenticated application.

๐Ÿš€ Highlights

  • Responsive app shell โ€” navigation, sidebars, and top-bar now adapt fluidly from mobile (320px) through tablet to desktop.
  • Mobile-optimized data tables โ€” token lists and analytics tables reflow gracefully on small screens with touch-friendly interactions.
  • Responsive pages โ€” Feed, Dashboard, Watchlist, Alerts, and Analytics pages now render correctly across all breakpoints.
  • Touch-friendly UI โ€” increased tap targets on buttons and forms; account and alerts forms now work smoothly on mobile devices.
  • Cross-breakpoint QA โ€” thorough testing and fixes across mobile, tablet, and desktop viewports to ensure consistent, reliable UX at every size.

v0.2.0 โ€” AI time-tracking tooling

v0.2.0

Infrastructure and automation work to support sustainable development.

๐Ÿš€ Highlights

  • Public changelog โ€” /changelog page on the marketing site now pulls live GitHub Releases, keeping users informed of product changes.
  • Development time-tracking โ€” Toggl integration CLI + auto-logging hooks make cycle-time visibility effortless across all sessions.
  • Session continuity โ€” SessionStart orientation hook prints recent commits, open PRs, and milestones at session start; layered memory model keeps durable knowledge in code and live status in GitHub.
  • Verification automation โ€” PR comments now auto-embed verification screenshots, replacing manual evidence gathering.

๐Ÿงฐ Under the hood

  • Wired CHANGELOG_GITHUB_TOKEN (fine-grained, read-only PAT) into the marketing app so /changelog can read this repo's GitHub Releases securely server-side.
  • Toggl Track integration auto-logs time per turn, reducing manual tracking overhead for the development team.
  • SessionStart hooks provide quick orientation without monolithic handoff docs; project memory is now layered by change frequency.

v0.1.0 โ€” Initial release

v0.1.0

The first public cut of TokenBuzz.

๐Ÿš€ Highlights

  • Marketing site โ€” landing, pricing, FAQ, and contact.
  • Authenticated app with Clerk sign-in.
  • Movers โ€” the top tokens by buzz delta across 1H / 24H / 7D windows, sortable by mentions.

๐Ÿ“ Notes

This is the inaugural changelog entry. Future releases are generated from merged pull requests and categorized automatically via .github/release.yml.

More coming soon.