Skip to content

Releases: wesleyel/zed

Zed 1.18.0 — math rendering (macOS arm64)

Choose a tag to compare

@wesleyel wesleyel released this 26 Aug 05:05
1deff1d

Local build of the math-rendering branch: KaTeX math rendering in Markdown, via RaTeX.

Changes since v1.17.0-math-rendering

  • Rebased onto upstream main (55007f5), 173 commits of upstream work.
  • New setting agent.paste_images_as_temp_files (default off). When enabled, an image pasted into the agent panel is written to $TMPDIR/zed-pasted-images and inserted as a file mention carrying its name and path, instead of being attached inline as base64 image data. This lets agents that read files themselves work with pasted screenshots.
  • The absolute path is also inserted as plain text next to the mention. A mention on its own reaches the agent as an ACP resource link, which an agent is free to ignore; the plain text survives as a text content block, so the agent always sees the path and can read the image straight off disk.
  • Image file mentions no longer fail with an error when the model has no image support; they resolve to a plain link, so the agent still receives the path.

Artifacts (Apple silicon only):

  • Zed-aarch64.dmg — the app bundle
  • zed-remote-server-macos-aarch64.gz — remote server

Caveats

  • Ad-hoc signed, not notarized, and built without the com.apple.developer.associated-domains entitlement, so universal links do not work. On first launch use right-click → Open, or run xattr -dr com.apple.quarantine "/Applications/Zed Dev.app".
  • dev release channel; installs as Zed Dev.app alongside a normal Zed install.
  • Built via script/bundle-mac-no-rebuild, so ZED_BUNDLE=true was not set at compile time. The app uses the system git on PATH instead of the copy in Contents/MacOS/git.

Zed 1.17.0 — math rendering (macOS arm64)

Choose a tag to compare

@wesleyel wesleyel released this 16 Aug 13:31
cbd7b57

Local build of the math-rendering branch: KaTeX math rendering in Markdown, via RaTeX.

Artifacts (Apple silicon only):

  • Zed-aarch64.dmg — the app bundle
  • zed-remote-server-macos-aarch64.gz — remote server

Caveats

  • Ad-hoc signed, not notarized, and built without the com.apple.developer.associated-domains entitlement, so universal links do not work. On first launch use right-click → Open, or run xattr -dr com.apple.quarantine "/Applications/Zed Dev.app".
  • dev release channel; installs as Zed Dev.app alongside a normal Zed install.
  • Built via script/bundle-mac-no-rebuild, so ZED_BUNDLE=true was not set at compile time. The app uses the system git on PATH instead of the copy in Contents/MacOS/git.