Skip to content

v0.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 15:25
· 16448 commits to main since this release

This release introduces language support for TypeScript and JavaScript projects:

Screen Shot 2022-04-04 at 17 06 53

As can be seen in the screenshot, it also features a brand new toolbar with breadcrumbs indicating the syntactic location of your cursor.

Other changes

  • Added support for selection history via cmd-u and cmd-shift-u
  • Added support for outdenting/indenting the selected lines via cmd-[ and cmd-]
  • Fixed a rendering glitch that sometimes caused icons to be rendered incorrectly
  • Fixed a bug that would prevent followers from going to the leader's active file in some circumstances
  • Added new prompts when closing tabs with unsaved/conflicting changes