You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task list edits are now saved to the database while the app is open. The task list has no SAVE button of its own, and previously only persisted on Ctrl+S or when the app was closed — so edits sat in memory and a synced database never saw them. It is now saved on focus loss, panel switch, date change, and from the SAVE button / Ctrl+S, as it was before the 2.0 refactor.
Save-on-close no longer races the writes. Closing the window emitted the save event and waited a fixed 100 ms; pending notes, tasks and document-page saves are now properly awaited, so the window cannot close mid-write on a slow or network-synced database.
Downloads
Windows: CalendarNotes.Setup.2.4.1.exe
Linux (Debian/Ubuntu): calendar-notes_2.4.1_amd64.deb