Skip to content

3.6.0

Choose a tag to compare

@greetclammy greetclammy released this 18 Oct 12:31
· 164 commits to main since this release
0f13c34

New

  • Strip markdown table option (#70).
  • Full Russian localization.

Improved

  • Move cursor to first line can now be enabled in manual mode (#72).
  • Notes are now processed on any note content modification in open editor (excluding YAML), not just on first line change.
  • Minor UI tweaks.

Fixed

  • Unable to manually add a new property in Source view when first line alias is enabled (#69).
  • Some debug logs appearing in console even with Debug disabled.
  • Rename on focus not working when switching between using arrows keys and with Ctrl/Cmd held down (#60).
  • Code blocks and cardlinks not reflected in first line alias.
  • Duplicate file creation upon first line modification (#78).
  • New note delay delaying all processing even after it's over (#76).
  • Multiple issues with folder context menu items.

Under the hood

  • Consolidated titleSourceLine logic into a shared utility function.