Skip to content

0.21.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rosemoe Rosemoe released this 10 Mar 08:21
· 379 commits to main since this release
398402f

This release includes minor bug fixes and new features.

Bugs Fixed

  • renderer may crash when null code block item is added
  • index out of bounds when selection is between CR and LF
  • CharArrayWrapper#subSequence refers to wrong text start
  • text wrongly inserted between CRLF
  • editor is still listening to text changes after release, causing memory leaks
  • occasional index out of bounds when measuring text in GraphicTextRow

Improvements

  • EditorReleaseEvent is added, allowing you to do some cleanup on destruction
  • add ContentIO for creating/saving Content texts
  • add strikethrough color in scheme
  • simplify composing text update as insertion or deletion if possible (#357)
  • signature help window for lsp (by @dingyi222666 )
  • add ThemeModel#isDark for lsp (by @dingyi222666 )

Notes

ContentReader should be migrated to ContentIO. ContentReader will be removed in future.