Skip to content

Releases: zed-industries/zed

v0.150.4

28 Aug 16:48
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Go to definition not working in Svelte and Vue files (#16654).
  • Fixed caching for Anthropic models when using the Zed provider (#16685).
  • Fixed a panic when diagnostics contain multiple links (#16601).
  • Fixed more Elixir files not being executable (#16382).

v0.150.4-pre

27 Aug 11:43
Compare
Choose a tag to compare
v0.150.4-pre Pre-release
Pre-release

Bug fixes

  • Fixed an issue where git state would stop updating if the root directory of a git repository was updated in certain ways
  • Fixed app menu performance slowdowns when there are multiple windows open.

v0.149.6

27 Aug 11:42
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where git state would stop updating if the root directory of a git repository was updated in certain ways
  • Fixed app menu performance slowdowns when there are multiple windows open.

v0.150.3-pre

22 Aug 21:03
Compare
Choose a tag to compare
v0.150.3-pre Pre-release
Pre-release

Bug Fixes

  • Fixed Go to definition not working in Svelte and Vue files (#16469) and (#13769)
  • Fixed caching for Anthropic models when using the Zed provider (#16685)
  • Fixed a panic when diagnostics contain multiple links (#16601)
  • Fixed more Elixir files not being executable (#16382)

v0.149.5

22 Aug 19:39
Compare
Choose a tag to compare

Bug Fixes

  • Fixed: Go to definition not working in Svelte and Vue files (#16469) and (#13769)
  • Fixed caching for Anthropic models when using the Zed provider (#16685)
  • Fixed a panic when diagnostics contain multiple links (#16601)

v0.150.0-pre

20 Aug 18:49
Compare
Choose a tag to compare
v0.150.0-pre Pre-release
Pre-release

Today's preview release is largely identical to today's stable release. We've fast-tracked all new recently-released preview features to Zed stable, where they're currently being highlighted. There are a few subtle updates in preview, but the main action is happening in stable and around Zed AI. Next week's preview will be back on track with new features and improvements.

For more information on Zed AI, read our in-depth blog post and see the assistant documentation on our revamped website.

v0.149.3

20 Aug 18:42
Compare
Choose a tag to compare

Introducing Zed AI! Our new hosted service that brings advanced AI-assisted coding directly into Zed.

For more information on Zed AI, read our in-depth blog post and see the assistant documentation on our revamped website.

Enhancements

General

  • Added syntax highlighting for tagged template literals in javascript, typescript and tsx languages for css, html, js, json, sql, ts, yaml and yml (#15984; thanks RobinMalfait).
  • Added support for recognizing CUDA files as C++ (#16098; thanks Athishpranav2003).
  • Added an editor::ScrollCursorCenterTopBottom action for toggling scroll position with a single key binding (#16134).
  • Added an editor::HandleInput action to ease typing symbols that are part of keymaps. E.g. if , o k key binding is bound, ", ,": ["editor::HandleInput", ","] would allow to type , without timeouts (#16131).
  • Improved behavior of ctrl-a and ctrl-e on macOS (#15981).
  • Added fallback to a smallest tree sitter node when hovering over a symbol (#16062; thanks WeetHet).
  • Improved MimeType list in XDG .desktop file (#15623; thanks rudolfkastl).
  • Added a popup that is displayed when the keymap is invalid (#15977).
  • REPL: Improved visuals of repl stdout/stderr by reducing default line count to 32 (#16061).
  • Added performance.show_in_status_bar: true setting (macOS-only) to show the time to the first window draw and FPS (#16422).

AI

  • Added support to allow for pasting images into the Assistant Panel to include them as context. Currently works only on macOS, and with Anthropic models. Future support is planned for more models, operating systems, and image clipboard operations (#15782).
  • Added a count of the context tokens when hovering token counts in the inline assist (#16147).
  • Zed now allows the model to control indentation when performing inline transformation. We're hoping this improves the indentation experience in Python and other indentation-sensitive languages, but it does require more from the model (#16145).
  • Added more context when using assistant: Quote selection to insert text into the assistant panel (#16038).
  • Assistant workflow steps can now be applied and reverted directly from within the assistant panel (#15936).
  • Added UI affordances to the assistant panel to show which messages have been cached (#16395; thanks rowillia).
  • Migrated cache invalidation to be based on has_edits_since_in_range to be smarter and more selective about when to invalidate the cache and when to fetch (#16395; thanks rowillia).
  • Added support for 8192 output tokens from Claude Sonnet 3.5 (#16358; thanks rowillia).
  • Improved conformance with Anthropic Images in Chat Completions API (#16270).
  • Reduced instances of over-generation when inserting docs or annotations above a symbol (#16333).
  • Added support for Prompt Caching in Anthropic. For models that support it this can dramatically lower cost while improving performance (#16274; thanks rowillia).
  • Workflows can now create new files in folders that didn't exist (#16251).
  • Added support for GPT-4o for Copilot Chat (#16446; thanks Hawkbawk).
  • Updated inline assist icon in the editor & terminal (#16363).

Vim

  • Vim: Added support for range syntax in command (#15985).
  • Vim: Prefill command with :'<,'> from visual mode (#15985).

Bug Fixes

  • Fixed cmd window showing when repl executing commands (#16016; thanks JunkuiZhang).
  • Fixed ctrl-u/ctrl-d in Vim mode not working correctly when vertical_scroll_margin is set to a really high value (#16031).
  • Vim: Fixed a possible panic that could happen when using a very high value for vertical_scroll_margin that exceeded the number of visible lines on the screen (#16029).
  • Fixed a potential panic that can occur when deleting entries from the recent-projects menu (#15965; thanks CharlesChen0823).
  • Fixed an issue where the markdown preview button would not show up for some markdown files (#15961).
  • repl: Fixed scaling of stdout/stderr line heights (#16308).
  • Restored the ability to toggle the model selector in the Assistant via a keybinding (Preview only) (#16319).
  • Restored the behavior of ctrl-a until we can separate the behavior of the command for soft wraps and leading indentation (Preview Only) (#16246).
  • Fixed a bug where directories were often omitted from the completions for the /file slash command (#16242).
  • Fixed detection of Python virtual environments (#15989; thanks vitallium).
  • Fixed an issue where the count of selected characters was incorrect (#16420).
  • Fixed an issue where an extra newline was inserted after running a /file command in the assistant (#16419).

Documentation

  • Updated Terms and Conditions (#16478).

v0.149.3-pre

19 Aug 22:27
Compare
Choose a tag to compare
v0.149.3-pre Pre-release
Pre-release

Enhancements

  • Assistant: Added UI affordances to the assistant panel to show which messages have been cached (#16395; thanks rowillia).
  • Assistant: Migrated cache invalidation to be based on has_edits_since_in_range to be smarter and more selective about when to invalidate the cache and when to fetch (#16395; thanks rowillia).

Documentation

  • Updated Terms and Conditions (#16478).

v0.149.2-pre

19 Aug 16:49
Compare
Choose a tag to compare
v0.149.2-pre Pre-release
Pre-release

Enhancements

  • Added support for GPT-4o for Copilot Chat. (#16446; thanks Hawkbawk)
  • Added performance.show_in_status_bar: true setting (MacOS-only) to show the time to the first window draw and FPS (#16422).
  • Updated inline assist icon in the editor & terminal (#16363).

Bug Fixes

  • Fixed: Display correct number of selected characters (#16420).
  • Fixed an issue where an extra newline was inserted after running a /file command in the assistant (#16419).

v0.149.1-pre

16 Aug 19:03
Compare
Choose a tag to compare
v0.149.1-pre Pre-release
Pre-release

Improvements

  • Added support for 8192 output tokens from Claude Sonnet 3.5 (#16358; thanks rowillia)
  • Reduced instances of over-generation when inserting docs or annotations above a symbol (#16333).
  • Improved conformance with Anthropic Images in Chat Completions API (#16270).
  • Adds support for Prompt Caching in Anthropic. For models that support it this can dramatically lower cost while improving performance (#16274; thanks rowillia).
  • Workflows can now create new files in folders that didn't exist (#16251)

Bug Fixes

  • repl: Fixed scaling of stdout/stderr line heights (#16308).
  • Restored the ability to toggle the model selector in the Assistant via a keybinding (Preview only) (#16319).
  • Restored the behavior of ctrl-a until we can separate the behavior of the command for soft wraps and leading indentation (Preview Only) (#16246).
  • Fixed a bug where directories were often omitted from the completions for the /file slash command (#16242).
  • Fixed detection of Python virtual environments (#15570, #15989; thanks vitallium).