Notesnook v3.0.23 fixes 30+ bugs via 99 commits. Gift cards, search results sorted by date created, improved UX when auto save is disabled, and more.
Previous releases:
v3.0.20
fixes 40+ bugs via 167 commits. Faster app startup, improved ToC, more accurate search, zoom in editor, and faster checkout.v3.0.18
fixes 40+ bugs via 131 commits. Improved search query handling, support for configuring server urls from login screen, importing nested notebooks/folders from other apps, and more.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.
Search results sorted by date created
Search results are now sorted by date created instead of relevance which was, to be frank, absolutely horrible. This change should make search results much more useful until we add support for sorting by other fields.
Gift cards
You can now buy Notesnook Pro gift cards for your friends and family so they can enjoy better privacy too! Learn more about this in the blog post.
Improved UX when auto save is disabled
By default, Notesnook disables auto saving when the note size exceeds 100K words but until now, there was almost no indication that auto save was disabled. Now, we have added multiple fail safes to prevent accidental data loss when auto save is disabled including:
- A warning prompt when auto save is disabled.
- Saving the note automatically if its closed.
- Saving the note automatically if the app moves to background.
- Saving the note automatically when switching between notes.
This will ensure that you never lose your data even if auto save is disabled.
Fixes and minor improvements
- Fix attachment downloading on mobile by @ammarahm-ed in #6971
- Always show desktop backup directory path (#6867) by @01zulfi in #6953
- Fix inconsistent zoom amount when adjusting with scroll wheel by @Leviob in #6990
- Fix zoom value showing value upto 9 decimal points by @01zulfi in #7009
- Hide spin buttons in mfa code input which were overlapping with other buttons by @01zulfi in #7048
- Disable spellcheck for inline code by @01zulfi in #7036
- Hide edit button when in read only mode by @luis-411 in #7018
- Fix ObjectId length is sometimes less than 24 characters by @dyw770 in #6994
- Handle errors in
parseInternalLink
by @01zulfi in #7065 - Fix tags not showing in locked note by @01zulfi in #7061
- Fix links in report issue dialog by @01zulfi in #7071
- Prevent creation of multiple empty notes by @luis-411 in #6922
- Make link color align with theme by @luis-411 in #7077
- Show account password label in delete vault dialog by @01zulfi in #7085
- Fix editor toolbar scroll styling by @01zulfi @thecodrr in #7113
- Fix mfa fallback string by @01zulfi in #7123
- Fix various localization issues & crashes by @ammarahm-ed in #7008
- Fix snooze time not rendered properly by @ammarahm-ed in #7080
- Fix sharing files on Android by @ammarahm-ed in #7082
- Fix custom proxy URL cannot be reset on mobile by @ammarahm-ed in #7094
- Fix undo/redo buttons in editor by @ammarahm-ed in #7122
- Fix task list stats not showing on opening a note by @01zulfi in #7117
- Disable pasting in task list when readonly mode is enabled by @01zulfi in #7117
- Fix multiple file sharing on android by @ammarahm-ed in #7138
- Fix password hashing on iOS by @ammarahm-ed in #7093
Thank you to @01zulfi, @luis-411, @dyw770 and all other contributors for making this release possible!
Read the full commit history here.