github zed-industries/zed v0.43.0

latest releases: collab-production, nightly, collab-staging...
2 years ago
  • Added an autosave setting (#31). You can enable this setting in three different modes:

    1. Save when focus changes:
    {
        "autosave": "on_focus_change"
    }
    1. Autosave when window is unfocused:
    {
        "autosave": "on_window_change"
    }
    1. Autosave when timeout expires:
    {
        "autosave": {
            "after_delay": {
                "milliseconds": 1000
            }
    }
  • Added handling of files with CRLF line endings (#106).

  • Changed Zed's default key bindings for focusing different panes and panels, so that they more closely match VS Code's default bindings (#156):

    • Focus panes with cmd + number
    • Focus tabs in the current pane with ctrl + number
    • Focus the project panel with cmd+shift+E
    • Show or hide the left sidebar with cmd+b
      We also changed some other default key bindings to "fit in" better with these bindings:
    • Focus the contacts panel with cmd+shift+C
    • Show or hide the right sidebar with cmdshiftb+b
  • Fixed a bug where Zed windows rendered incorrectly after moving them to a different monitor (#112).

  • Fixed a bug where automatically-inserted closing brackets weren't deleted when deleting their opening bracket (#44).

  • Fixed a bug where the enter key on a numeric keypad did not work (#159).

  • Fixed a bug where the contents of the project panel and file finder would flicker when many files were changed on disk.

  • Fixed a bug where collaboration sessions would sometimes be disconnected when many files were changed on disk.

  • Fixed a bug where language server processes would continue running after closing a Zed window.

Don't miss a new zed release

NewReleases is sending notifications on new releases.