v0.3.3
Navigator, Settings, and Editor Improvements
This version introduces project navigator filtering and multiple file selection, source control settings. Theme management now supports fuzzy search for easier discovery, and the editor supports indenting and unindenting selected lines. Other fixes include improved tab behavior, tidied up cursors, and enhanced source highlighting.
โจ Enhancements
- Source Control Settings (#1926) @austincondiff
- Deleting a file in the Workspace UI now closes the tab (#1937) @LeonardoLarranaga
- Instant Popovers (#1922) @Kihron
- Select multiple files in the project navigator (#1906) @LeonardoLarranaga
- AboutView Animation Improvements (#1915) @Kihron
- Automatic Window Deminimization on Dock Icon Click (#1907) @Kihron
- LSP Document Content Sync (#1887) @thecoolwinter
- Bold and italic text formatting in themes (#1893) @austincondiff
- feat(themes): Add fuzzy search for filtering and sorting themes in settings (#1849) @tom-ludwig
- LSP Activates On Workspace Files, LSP Document Open/Close (#1879) @thecoolwinter
- Project navigator file filtering (#1896) @LeonardoLarranaga