What's new

Changelog

Every update, improvement, and new feature we ship — documented here.

v1.11.5 June 2026 Patch

Web Audio Lookahead Scheduler

Metronome clicks are now pre-scheduled 25–100 ms in advance so setInterval jitter never lands a click in the past — reference track and metronome are perfectly aligned with zero audible offset.

Fixed

  • Interval fires every 25 ms with a 100 ms lookahead window — clicks are always enqueued in the future, eliminating the ~10 ms setInterval latency that shifted metronome clicks relative to the reference track
v1.11.4 June 2026 Patch

True Zero-Latency Reference Track Sync

Metronome and reference tracks now share one AudioContext, click timing uses lookahead scheduling, and the ref track start is anchored at a fixed audio timestamp — all three align perfectly with no audible delay.

Fixed

  • Shared AudioContext eliminates clock drift between metronome and reference tracks; nextClickTimeRef lookahead removes setInterval jitter from every metronome click; ref tracks are pre-scheduled at a fixed audio timestamp anchored at countdown start so setTimeout drift cannot shift them
v1.11.3 June 2026 Patch

Reference Track Audio Context Unification

Metronome and reference tracks unified onto the same AudioContext to share the same hardware clock and output-latency path.

Fixed

  • Metronome and reference tracks now share a single AudioContext — both are on the same hardware clock and the same output-latency path, eliminating cross-context drift
v1.11.1 June 2026 Patch

Reference Track Timing Fix

Reference tracks now start sample-accurately in sync with recording, eliminating the 50–200 ms delay caused by the browser's asynchronous audio startup.

Fixed

  • Replaced HTMLAudioElement with Web Audio API AudioBufferSourceNode so reference tracks start at the same hardware callback as MediaRecorder — no more audible lag
v1.11.0 June 2026 Minor

Points, Levels, Badges & Leaderboard

Coda now rewards musicians for every contribution — earn points, level up through 8 tiers, unlock badges, and compete on weekly and all-time leaderboards.

Added

  • Points system — every action earns points: signup, project created, recording submitted/approved/selected, performance published, follow received
  • 8 levels with distinct names and visual tier badges: Newcomer → Apprentice → Session Player → Collaborator → Performer → Ensemble → Virtuoso → Maestro
  • 8 badges auto-awarded for key milestones: First Note, Composer, World Stage, Applause, Centurion, Team Player, Rising Star, Maestro
  • Leaderboard on the Musicians page — toggle between "This week" and "All time"; top 3 on a podium, ranks 4–10 in a list below
  • Level progress bar and earned badges panel on musician profile pages
v1.10.0 June 2026 Minor

Performance Mix Preview

Before generating the final performance video, project owners can now preview all selected recordings in a synchronized grid and fine-tune each track's volume.

Added

  • Mix preview — all selected recordings play simultaneously in a responsive grid before the final render, with a shared Play/Pause control
  • Per-track volume sliders (0–200 %) to balance quiet or loud recordings before generating
  • Volume settings passed to FFmpeg for per-stream volume filtering in the final mix
v1.9.0 June 2026 Minor

Reference Track Playback While Recording

Musicians can now play approved recordings from other parts as a live reference while recording their own take — perfect for staying in time and in tune with the ensemble.

Added

  • Collapsible "Reference Tracks" panel in the recording screen — select approved recordings from any part to hear while you play
  • Reference tracks start exactly when recording begins (after count-in) and stop when recording stops
  • Global volume slider to balance the reference playback against your own microphone
v1.8.1 June 2026 Patch

Switched Email Provider to Resend

Outbound SMTP was blocked by the hosting provider; transactional emails now go through Resend's HTTP API, which is unaffected by port restrictions.

Changed

  • Email delivery switched from IONOS SMTP to Resend HTTP API — resolves delivery failures on Digital Ocean where outbound SMTP ports are blocked
v1.8.0 June 2026 Minor

Email Language Preference

All transactional emails are now sent in the user's preferred language, auto-detected from the browser at signup and configurable in account settings.

Added

  • Transactional emails sent in the user's language — auto-detected from browser locale at signup
  • "Email language" selector in account settings to change your email language at any time
  • All five email templates fully translated into all 6 app languages (English, Spanish, Catalan, German, Chinese, Japanese)
v1.7.1 June 2026 Patch

Fancy Transactional Email Templates

All five transactional emails were redesigned with gradient headers, per-email badge icons, card-style info boxes, and a social footer.

Changed

  • All transactional emails redesigned with dark gradient hero header, per-email colored badge circles, card-style info boxes, gradient CTA buttons, and social-links footer
v1.7.0 June 2026 Minor

Transactional Email System

Coda now sends HTML emails for key platform events — welcome, project created, recording submitted, recording status, and performance published.

Added

  • Welcome email sent to every new user immediately after signup
  • Project created email sent to the creator with next-step guidance
  • Recording submitted email notifying the project creator when a musician uploads a take
  • Recording status emails (approved ✅, rejected, selected ⭐) sent to the musician, including any feedback
  • Performance published email sent to all musicians whose recordings were selected for the final video
v1.6.0 June 2026 Minor

Project Likes & Redesigned Open-Project Cards

Users can now like projects from cards, the project detail page, and the home feed sidebar. The "Looking for Musicians" sidebar cards were also fully redesigned with richer information.

Added

  • Project likes — authenticated users can like/unlike any project from the Projects page, the project detail header, and the home feed sidebar
  • Redesigned "Looking for Musicians" sidebar cards — show creator avatar, difficulty, instrument badges, participant count, genre tag, and like button
v1.5.2 June 2026 Patch

Changelog Page Syntax Fix

Fixed a JavaScript syntax error on the changelog page that prevented it from loading correctly.

Fixed

  • Changelog page syntax error caused by unescaped apostrophes in Catalan strings and misplaced German translations inside the Spanish locale section
v1.5.1 June 2026 Patch

Profile Photos & Country Flags in Project Cards

Creator photos and country flags now appear correctly on project cards and recording lists throughout the app.

Fixed

  • Project cards now show the creator's profile photo and country flag correctly
  • Recording avatars in the Review Center and Performance pages now show photos and flags
v1.5.0 June 2026 Minor

Mobile Wall & Responsive Website

The app now shows a friendly "desktop only" screen on phones, with App Store / Google Play buttons (coming soon). All marketing sub-pages are now fully responsive.

Added

  • Mobile wall on the app — phones see a branded screen with App Store / Google Play buttons (coming soon) and a "Continue anyway" escape hatch

Fixed

  • All marketing sub-pages (About, Press, Contact, Features, How it Works, Changelog) now have responsive hero headings and body text
  • Founder photo on the About page resizes correctly on small screens
v1.4.3 June 2026 Patch

Country Flag in Posts & Activity Feed

Country flags now display correctly next to post avatars on the home feed and the activity tab on musician profiles.

Fixed

  • Country flag now shows correctly on post avatars in the home feed and the activity tab on musician profiles
v1.4.2 June 2026 Patch

Country Auto-Detection & Flag Fix

Browser locale is used to auto-set country on signup, and profile avatars no longer show a pirate flag when no country is set.

Added

  • Country is now auto-detected from the browser locale when a new account is created and stored on the user profile automatically

Fixed

  • Participant avatars in project contributor lists no longer show a pirate flag for users without a country — the flag badge is omitted when no country is available
v1.4.1 June 2026 Patch

Analytics & Cookie Consent

Google Tag Manager with Consent Mode v2 and a cookie consent banner across all marketing pages.

Added

  • Google Tag Manager (GTM) integration across all marketing pages
  • Consent Mode v2 defaults on every page — analytics and functionality storage denied until the user consents; ad storage always denied
  • Cookie consent banner (slides in from bottom on first visit) with Accept all / Reject buttons — available in all 6 languages
v1.4.0 June 2026 Minor

My Recordings & Musician Profiles

Recordings are now a first-class feature — browse your own in the sidebar, see any musician's public recordings on their profile, and watch the feed update automatically when a new recording lands.

Added

  • My Recordings sidebar item — new page lists every recording you have submitted, with project links, status badges, duration, and feedback
  • Recordings tab on musician profiles — public grid of a musician's approved and selected recordings, linked to the originating project
  • Auto-post on recording upload — once a recording finishes transcoding, a post is automatically published to the musician's activity feed

Changed

  • Project recordings panel: approved and selected recordings from other participants are now visible to everyone in the project
v1.3.1 June 2026 Patch

Unified Footers

All footers across the app now share the same canonical structure.

Changed

  • Homepage, listening mode, and the /welcome landing page now share the same footer structure — Brand, Product, Company, Legal, social icons
  • Added Changelog link to the Product column in the marketing sub-page footer (previously missing in German)
v1.3.0 June 2026 Minor

Mobile navigation & SEO

The marketing website is now fully mobile-friendly with a hamburger menu, and optimised for search engines with structured data and a sitemap.

Added

  • Mobile hamburger navigation menu — all pages now have a full slide-in drawer with nav links, language selector, and CTAs
  • robots.txt and sitemap.xml for search engine crawling
  • Canonical URL tags on every page to prevent duplicate-content issues
  • JSON-LD structured data (SoftwareApplication, Organization, BreadcrumbList) for richer Google results
  • Keyword and description meta tags on all pages
v1.2.0 June 2026 Minor

Score replacement & bug fixes

Replace your sheet music without recreating the project, plus social previews for join links and several interface fixes.

Added

  • Project owner can replace or add the sheet music from the Score tab of any unpublished project
  • Join links shared on WhatsApp and other platforms now show a visual preview card with the project title

Fixed

  • Projects page filters now work correctly and are translated in all 6 languages
  • Musician profile page now shows the correct country flag and avatar image
  • Version number in the sidebar is now displayed in white for better visibility
v1.1.1 June 2026 Patch

Social previews & full legal translations

Sharing on WhatsApp and social networks now shows a visual preview card, and all legal pages are fully translated.

Added

  • Open Graph & Twitter Card meta tags on all website pages — links shared on WhatsApp, Twitter/X, etc. now show a visual preview card
  • Social preview image (1200×630) with Coda branding

Fixed

  • Terms, Privacy, and Cookie pages now fully translated in all 6 languages — body paragraphs and list items were previously English-only
  • All contact emails on the website replaced with hello@joincoda.app
v1.1.0 June 2026 Minor

Search & Changelog

Global search across the app and a dedicated changelog page on the website.

Added

  • Global search (⌘K) in the app sidebar — finds projects, musicians, and performances in real time
  • Dedicated /changelog page on the marketing website with full release history

Fixed

  • Profile save no longer shows "Musician not found" when the handle is changed
v1.0.0 June 2026 Major

Initial Launch

The first public release of Coda — a full async music collaboration platform for musicians worldwide.

Added

  • Complete async recording workflow with metronome, count-in, and score integration
  • AI-powered performance video generation with per-musician name, handle, and country labels
  • Full project lifecycle from recruiting musicians to publishing virtual ensemble performances
  • Social features: musician profiles, follow system, activity feed, community posts, and direct messaging
  • Smart notifications including instrument-based project recruiting alerts
  • Multilingual support: English, Spanish, Catalan, German, Chinese, and Japanese