June 2026

v2.8.0 — Terminal Recording (Finally)

  • You can now record terminal sessions. Was supposed to ship in v2.6 but we hit some bugs with output buffering. It's solid now. Recordings are stored per session and you can replay them in the browser.
  • Latency improvement for APAC users — we added a new edge server in Singapore. Should be noticeably faster if you're in that region.
  • VS Code extension v1.9.0: fixed the "disconnect and never reconnect" bug. Also added a manual reconnect button because sometimes you just want to force it.
  • Fixed a bug where if two people typed on the same line at exactly the same time, cursors would jump around. Annoying to debug, but fixed.
May 2026

v2.7.0 — Permissions Got a Rewrite

  • The old permission system was... not great. We rewrote it. You can now set per-file permissions (give someone view-only access to just one file). Took way longer than expected.
  • Added a "comment-only" role. Useful for code reviews where you want someone to leave feedback but not actually change the code.
  • New API endpoints for managing team members. If you're automating onboarding, this should help.
  • Fixed a bug where files over 2MB would cause the editor to stutter. Turned out we were trying to syntax-highlight the entire file in one go. Oops.
April 2026

v2.6.0 — AI Completions (Opt-In)

  • Added optional AI code suggestions. It's off by default — you have to turn it on in settings. GDPR compliant (we're not storing your code to train models). Uses a small local model for basic completions and falls back to a bigger model for complex stuff.
  • Dark mode! Took us way too long. It's in the top-right menu. Your eyes will thank us.
  • Diff viewer now actually understands code structure in Python and Go. Before, it would sometimes show diffs that were technically correct but human-unreadable. Better now.
  • Memory leak fixed — if you left a session open for 6+ hours, the browser tab would start using 2GB of RAM. Not ideal. Fixed.
March 2026

v2.5.0 — Offline Editing

  • Big one: you can now edit offline. Changes sync when you're back online. Uses IndexedDB to store changes locally. We tested it by turning off WiFi and it actually works (most of the time).
  • Added "follow mode" — click on someone's name and your editor scrolls to follow their cursor. Useful for code walkthroughs.
  • Enterprise: SSO support for Okta and Azure AD. Took a while to get the SAML flows right.
  • Firefox users: fixed the echo issue in voice chat. Was a WebRTC config problem on our end.
February 2026

v2.4.0 — Mobile Apps

  • Launched iOS and Android apps. They're viewer-only for now (you can look at code and leave comments, but not edit). Editing on mobile is coming but the touch keyboard situation is... complicated.
  • Added Markdown preview. If you're editing a README or docs, you can split-pane to see how it'll render.
  • Onboarding rewrite. Used to take 7 clicks to join your first session. Now it's 3. Every click matters.
  • Fixed a race condition where if the host of a session left and immediately rejoined, some people would get disconnected. Subtle bug, annoying fix.
January 2026

v2.3.0 — Public Launch

  • We're out of beta. The site's open to everyone now.
  • Free tier bumped to 5 collaborators (was 2). We kept hitting the limit ourselves during internal testing, so figured others would too.
  • Added project export — you can download your entire project as a ZIP. Useful if you want to migrate away or just want a backup.
  • Hit 10,000 users. Not a huge number but it means something to us. Thanks to everyone who's stuck with us since the early days.