Skip to content

v0.0.2

Pre-release
Pre-release

Choose a tag to compare

@jotalac jotalac released this 05 Sep 13:39
· 6 commits to master since this release

v0.0.2 - Pre-release

New Features

  • Editor Tabs: Added support for multiple open tabs.
  • Keyboard Shortcuts: Added standard tab management shortcuts (e.g., Ctrl+N for a new file, Ctrl+T for a new tab, ...).
  • Text Selection: You can now highlight text across the entire editor (not only from the active block like in the previous version).
  • Checkboxes: Checkboxes now auto-continue onto the next line when pressing Enter.
  • List Formatting: Unordered list bullet points now correctly respect indentation levels.

Bug Fixes

  • Android Compatibility: Lowered JGit version for Android target to support down to Android 10.
  • Missing camera crash: Handle an exception on mobile devices that do not have a camera (such as e-ink tablets).
  • Editor stability: Fixed an issue where editor blocks would visually glitch or jump during editing.
  • Navigation: Up and down arrow key navigation now works correctly within overflowed text blocks.
  • Keep empty lines: Fixed a bug where empty lines were incorrectly deleted during markdown parsing.
  • Dynamic Color setting: The dynamic color toggle is now properly hidden on older Android versions that do not support it.

Full Changelog: v0.0.1...v0.0.2