Skip to content

v0.88.0-pre

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 May 18:35

Additions

  • Added a more flexible and customizable panel system (#287). Read the blog post for more information.
  • Added a recently opened file list to search file dialogue.
  • Added project_panel: { git_status: bool } to the settings, for controlling whether git status information appears.
  • Improve git contrast.
  • Added MoveToStartOfParagraph and MoveToEndOfParagraph movements for paragraph based vertical navigation.

Bug Fixes

  • Fixed a bug that prevented opening excerpts when the cursor was at the end of a multi-buffer.
  • Fixed a bug where restarting a language server would sometimes leave buffers with stale diagnostics associated with that server.
  • Fixed a bug where the diagnostics pane could not be focused or closed in certain circumstances.
  • Fixed a bug when files were left open after being deleted from the project panel.
  • Fixed a rare crash that could occur during syntax highlighting.