v0.23.0
github-actions
released this
27 Mar 01:40
·
20559 commits
to main
since this release
There are a bunch of small improvements in this release:
- Added bindings for sub-word movement and deletion. Just add
ctrl
to the normal word-based movement bindings to respect camelCase and snake_case subword boundaries. - Fixed a bug that could cause diagnostics to not be displayed when diagnostics were reported concurrently with certain edits.
- Improved the host's experience when they temporarily lose their connection to the server. They now see guests disappear and are able to share again on reconnect.
- Fix extending selections that start at the end of syntax nodes.
- Fix a bug where editing locally would cause you to stop following a collaborator in some cases.
- Unfold when selecting a search match or using
cmd-d
.