Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@hugopl hugopl released this 11 Apr 16:15
· 322 commits to main since this release
d6dfc95

Added

  • Improve Ctrl+Tab on multiple splits by prioritizing views in the current split.
  • Reverse Ctrl+Tab on Ctrl+` (on US keyboards), unfortunately no yet configurable.
  • Add fuzzy search to Welcome Screen and improve its keyboard usability.
  • Added copy/paste on terminal view on Ctrl+Shift+C/Ctrl+Shift+V.
  • Add Find By Regexp, triggered on CTRL+R.
  • Add Find/Replace, triggered on CTRL+H.
  • Added passive notification to inform things like when a language server crashed or is ready.
  • Show a notification when no definition is found triggering go to definition action.

Changed

  • Some ♥️ to find/replace UI.

Fixed

  • Fixed compilation with Crystal 0.36.x and 1.0.0.
  • Fix some keyboard focus issues with find/replace widget.
  • Monitor file changes/renames of open non-project files.
  • Only scroll view on text find if the match isn't in the viewport.