github zed-industries/zed v0.109.1

latest releases: v0.138.3-pre, v0.137.6, nightly...
7 months ago

Additions

  • Added Vue language support (#335).
  • Added Prettier support (#340).
  • Added documentation display for autocomplete items (#466).
  • Added support for shared credentials between Stable and Preview.
  • Introduced Retrieve Context button in Inline Assistant.
  • Improved memory usage by storing fewer LSP server and rpc logs.
  • Improved buffer search by not clearing out query editor when the cursor is not in a word boundary and "buffer search: deploy" (default keybind: cmd-f) is triggered.
  • Improved channels:
    • Added public channels. You can now set channels to public which will allow anyone to join and become a member. In a future release guests joining public channels will have reduced permissions.
    • Changed chat permissions so that admins of a channel can delete any message in a channel.
    • Improved channel links to open Zed without opening your browser.

Bug Fixes

  • Fixed handling of nested .git repositories, where files of inner repository could be marked as ignored if they matched .gitignore of outer repository (#575).
  • Fixed Copilot's Suggest next and Suggest previous actions colliding with true quotes key bindings (option-[ and option-]). The keystrokes are now propagated if there's no Copilot action to be taken at cursor's position (#2072).
  • Fixed autocomplete filtering blocking the Zed UI, causing hitches and input delays with large completion lists.
  • Fixed hover popup link not firing if the mouse moved a slight amount while clicking.
  • Fixed the titlebar upgrade UI to restart zed when an update is available.
  • Fixed prettier parsers from being used incorrectly by certain languages.

Don't miss a new zed release

NewReleases is sending notifications on new releases.