Additions
Editor
- Improved autocompletion sorting by taking casing into consideration (#939).
- Added a
toggle soft wrap
command (#863).
Misc
- Added
Reveal in Finder
to project panel context menu (#3). - Added setting to turn off automatic updates (#923).
Bug Fixes
Collaboration
- Fixed a bug where multiple rooms could be created when inviting multiple people to collaborate at once.
Language
- Fixed a bug where certain language server messages would persist indefinitely (#723).
- Fixed a bug where a redundant quotation mark would be inserted when typing a closing quotation mark in several languages.
Terminal
- Fixed a bug where search highlights in the terminal would persist even after ther terminal was cleared (#949).
Vim
- Fixed bugs in vim
f
,t
,r
keys where observed keys didn't respect modifiers ((#915), (#918)). - Fixed a bug where single line editors such as rename were interacting with vim mode when it should have been disabled (#948).
Rust
- Fixed a bug where inserting
*
would expand into* <selection> /*
(#912).