Skip to content

0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rosemoe Rosemoe released this 30 Apr 13:45
· 1309 commits to main since this release
300cb47

Bug fix

  • Fix deleteEmptyLineFast and deleteMultiSpaces when using Gboard (#170)
  • Fix crash while performing 'Replace all' (by @itsaky )
  • Unset receiver field in analyzers when released
  • Fix crash/ANR when deleting chars in wordwrap mode (#168)
  • Fix memory leak in sample app

Improvements

  • Optimize auto-scrolling when editing at the end of text
  • Add method to format code partially
  • Migrate code to new Android Gradle Plugin DSL

Tip

After upgrading to the new version, you may need to re-compile your project (clean & build) if you get an AbstractMethodError because a method with default implementation is added to Language class.