github zed-industries/zed v0.110.0-pre

latest releases: collab-staging, nightly, collab-production...
pre-release11 months ago

Additions

  • Added Tailwind autocomplete to:
    • Svelte files (#2029)
    • Phoenix HEEX files (#2057)
    • Phoenix ~H sigil in Elixir files (#2057)
    • ERB files (#2153)
    • PHP files (#2159)
    • Laravel Blade files (#2159)
  • Improved channels:
    • Added a notification panel, which displays notifications about contact requests and channel invitations.
    • Added the ability to @-mention users in the chat, so that they will be notified of your message.
    • Added a guest role to channels, and made that the default when a new user joins a public channel.
    • Added links to channel notes.
  • Improved performance of branch picker by querying branches on menu open instead of querying once per each keystroke (#2161).
  • Improved popover menus with circular navigation (#632).
  • Updated Bash (Shell script) Tree-sitter grammar (#2168).
  • Vim:
    • Added Toggle Vim Mode command.
    • Added support for ci" to find the next quoted string on the line.
    • Added support for | as a bracket (for languages like ruby and rust).
    • Added support for <count>| to jump to a specific column.

Bug Fixes

  • Fixed an infinite loop in select all matches (#2170).
  • Fixed panic that could occur when switching channels quickly.
  • Fixed highlighting of ANSI C strings ($'foo') in "Shell script" language buffers (#2169).
  • Fixed vertical cursor movement having inconsistent horizontal locations with non-ascii characters (#1966, #759).
  • Vim:
    • Fixed i and a objects with softwrap, and a few other edge cases.
    • Fixed off-by-one in visual block mode (#2123).

Don't miss a new zed release

NewReleases is sending notifications on new releases.