Notesnook Desktop v3.3.12 brings UX improvements, and a critical fix to the attachment upload flow for new user signups.
UX improvements
- Pasting images from clipboard now properly checks if you are logged in before attempting to upload the image.
- Sending email verification now shows toasts for success and failure states.
- The navigation bar on the web app no longer un-collapses when a menu is still open.
Fix attachment uploads for new user signups
We identified an issue where new users signing up for Notesnook and immediately trying to upload attachments would encounter ciphertext cannot be decrypted using that key error. This was due to multiple attachment encryption keys being generated. We have fixed this issue by ensuring that the attachment encryption key is generated during the signup process instead of on the first attachment upload.
Full changelog: https://github.com/streetwriters/notesnook/compare/v3.3.11...v3.3.12

