Note linking & at rest encryption is here! Check out what's new in v3.0.0
Blog Privacy for everyone
LoginSign up
Notesnook

Notesnook v3.0.17

Abdullah AttaSeptember 03, 2024

Notesnook v3.0.17 fixes 4 bugs via 11 commits. Fixed zero notebooks after adding 20+ notebooks on a Basic account, fixed multiple updates running simultaneously in desktop app, and fixed tags not assigned to web clips.

Previous releases:

  • v3.0.15 & v3.0.16 fix a critical bug causing errors on sync & other actions.
  • v3.0.14 fixes 30 bugs via 124 commits. Added full offline mode, backups with attachments included, ability to change server URLs (self hosting yay!), and fixed a lot of bugs.
  • v3.0.13 fixes 7 bugs via 8 commits. Fixed attachments flicker in note properties, pressing Enter in title now focuses the editor, and fixed crash on moving tabs.

Fixed zero notebooks after adding 20+ notebooks on a Basic account

This was a bug introduced in v3.0.14. If you added more than 20 notebooks on a Basic account, all the notebooks would disappear.

Fixed tags not assigned to web clips

Tags were not being assigned to web clips due to the changes introduced in v3. The web clipper was sending the tags as-is instead of their ids causing the app to skip them. This has been fixed now.

Fixed search queries less than 3 characters returned no results

Ever since migrating to SQLite in v3, search queries less than 3 characters returned no results. This was due to a limitation in SQLite's FTS5 implementation. We have now added a workaround to allow searching for queries less than 3 characters.

Unfortunately, this workaround is not perfect and the results are not sorted but it is better than returning nothing.


Read the full commit history here.

#notesnook#releases
Abdullah Atta
Abdullah AttaLead developer of Notesnook
NEXT POST Notesnook v3.0.14