Skip to content

0.24.4

Pre-release
Pre-release

Choose a tag to compare

@Rosemoe Rosemoe released this 17 Jan 06:51
· 154 commits to main since this release
1e199e1

Editor Core

  • improve rendering speed when there are many highlighted text backgrounds
  • add event for diagnostics update (#773, #781 by @dingyi222666)
  • fix a problem that leads to selection can not be correctly placed when tab is in line (#786)
  • fix wrong composing text state can be reported to IME (#782, #783)
  • fix externally committed tab may remove active composing text (#784)
  • fix multi-line indentation for tab-indented languages (#785)
  • fix composing text underline becomes unexpectedly hidden when the composing text is partially invisible
  • update snakeyaml-engine to v3

Editor LSP

TreeSitter

  • update android-tree-sitter to support 16KB page size for newer Android platform (thanks to @itsaky)