v0.74.0-pre
Pre-release
Pre-release
Additions
Editor
- Improved autocompletion sorting by taking casing into consideration (#939).
- Added a
toggle soft wrapcommand (#863).
Misc
- Added
Reveal in Finderto 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).
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,rkeys 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).