Releases: wesleyel/zed
Releases · wesleyel/zed
Release list
Zed 1.18.0 — math rendering (macOS arm64)
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-imagesand 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 bundlezed-remote-server-macos-aarch64.gz— remote server
Caveats
- Ad-hoc signed, not notarized, and built without the
com.apple.developer.associated-domainsentitlement, so universal links do not work. On first launch use right-click → Open, or runxattr -dr com.apple.quarantine "/Applications/Zed Dev.app". devrelease channel; installs asZed Dev.appalongside a normal Zed install.- Built via
script/bundle-mac-no-rebuild, soZED_BUNDLE=truewas not set at compile time. The app uses the systemgitonPATHinstead of the copy inContents/MacOS/git.
Zed 1.17.0 — math rendering (macOS arm64)
Local build of the math-rendering branch: KaTeX math rendering in Markdown, via RaTeX.
Artifacts (Apple silicon only):
Zed-aarch64.dmg— the app bundlezed-remote-server-macos-aarch64.gz— remote server
Caveats
- Ad-hoc signed, not notarized, and built without the
com.apple.developer.associated-domainsentitlement, so universal links do not work. On first launch use right-click → Open, or runxattr -dr com.apple.quarantine "/Applications/Zed Dev.app". devrelease channel; installs asZed Dev.appalongside a normal Zed install.- Built via
script/bundle-mac-no-rebuild, soZED_BUNDLE=truewas not set at compile time. The app uses the systemgitonPATHinstead of the copy inContents/MacOS/git.