2 hours ago
26.5.16
Fixed a memory leak when switching between notes, especially noticeable with large encrypted notes, by reusing
the scripting current-note API object instead of allocating a new one on every note change, releasing temporary
note objects from note-store script hooks, and clearing the decrypted encrypted-note editor plus undo history
when switching back to the regular editor; encrypted-note typing now also avoids writing and refetching the full
decrypted note text from the in-memory database on every keystroke (for #3627)
Fixed solving equations like 1+1= with Ctrl+Space in the note text edit when the Markdown LSP completion
provider was enabled or when note editing was disabled; the normal equation-solving autocomplete flow now
takes precedence (for #3625)
Fixed toggling checkbox list items with Ctrl+Space when note editing was disabled
Fixed a limitation where note text search required at least 2 characters to start searching; this also affected OR
searches, where each individual term had to be at least 2 characters long to trigger the search (for #3624)
Source
More at Home Site
Fixed a memory leak when switching between notes, especially noticeable with large encrypted notes, by reusing
the scripting current-note API object instead of allocating a new one on every note change, releasing temporary
note objects from note-store script hooks, and clearing the decrypted encrypted-note editor plus undo history
when switching back to the regular editor; encrypted-note typing now also avoids writing and refetching the full
decrypted note text from the in-memory database on every keystroke (for #3627)
Fixed solving equations like 1+1= with Ctrl+Space in the note text edit when the Markdown LSP completion
provider was enabled or when note editing was disabled; the normal equation-solving autocomplete flow now
takes precedence (for #3625)
Fixed toggling checkbox list items with Ctrl+Space when note editing was disabled
Fixed a limitation where note text search required at least 2 characters to start searching; this also affected OR
searches, where each individual term had to be at least 2 characters long to trigger the search (for #3624)
Source
More at Home Site


![[-]](https://www.geeks.fyi/images/collapse.png)

