Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 14:37
· 5 commits to main since this release

What's new

  • Signed and notarized builds. Cadence is now signed with a Developer ID certificate and notarized by Apple, and ships as a .dmg with a drag-to-Applications window. It opens on first launch like any other Mac app.
  • New icon set. Interface icons moved from SF Symbols to a bundled Solar set, with filled variants for selected and active states, so they look the same on every macOS version.

Under the hood

The UI now builds on the published GPUI Kit 0.6 release instead of a pinned Zed checkout, which removes the git dependencies and the toolchain coupling that came with them. Icons are SVG assets rendered through GPUI's own vector path, tinted by the surrounding text colour, and the app's asset source falls back to the kit's bundle for the components' own glyphs.

Full Changelog: v0.4.3...v0.5.0