Skip to content

Changelog

What’s new in midcode

New features, improvements and fixes, release by release.

  1. v0.3.0Latest

    Play, preview & media

    • The interface is now available in English and Spanish.
    • New Settings window (⌘,) for language and preferences.
    • Play and Inspect modes: Play runs the site, with videos, animations and clickable menus. Pause to inspect and select.
    • Full-size preview for each breakpoint, plus Hide UI for a clean full-screen view.
    • Custom controls across the editor: selects, switches and tooltips built for midcode.
    • Text styles and tags: apply your project’s type styles and switch between h1–h6, p and more from the panel.
    • Copy reference: copy an element’s file:line to paste straight into your agent.
    • Replace images, videos and backgrounds right from the canvas.
    • Edit alt text for images.
    • Rename layers in the Layers panel.
    • Name layers with Apple Intelligence. It runs on-device, offline and free.
    • A new app icon.
  2. v0.2.0

    Styles & publish

    • Breakpoints now render at full page height, side by side.
    • Pause animations to inspect any state of the page.
    • Tailwind style panel: typography, colors from your @theme tokens, spacing and radius.
    • Style edits swap Tailwind classes in place, so every change is a minimal diff.
    • Publish: review what changed, then commit and push in one step.
    • Groundwork for automatic updates.
  3. v0.1.0

    First canvas

    • A project hub to open and reopen your Next.js projects.
    • Live breakpoints on an infinite canvas: Desktop, Tablet and Phone.
    • Click any element to select it and see where it’s written (file:line).
    • Double-click text to edit it. Changes are written straight to the source.
    • Comments pinned to elements, stored in your project’s .midcode folder.