🌟 Features & new stuff
- Automatic backups will now be scheduled #1243 — Previously, we were taking backups based on certain events (app launch, successful sync) and while this worked this wasn't the most reliable. This release introduces a new scheduler that schedules an automatic backup task. This means that if you keep Notesnook running in the background for multiple days your automatic backups will continue to be created according to your settings.
🐛 Fixes & improvements
- Prevent multiple tables from freezing the editor by @dylhack in #1228
- Fix
null is not an object error
during migration #1240 - Removed background color from transparent images
- Fixed issue where full backup settings were not showing for logged in users
- Re-insert/update only migrated items during a migration
- Fixed login loop on session expiry
New Contributors