New Features
- ๐ฅ Daily inbox review reminder โ a gentle nudge each day to review and clear out your inbox.
- ๐ Inline PDF embeds โ drop PDFs into a note and resize, align, or drag them in from the sidebar.
- ๐ Drag tasks onto the calendar โ schedule a task simply by dragging it onto a day.
- ๐ท๏ธ Tag your tasks โ add and manage tags on tasks directly from the interface.
- โ๏ธ Spell check setting โ turn editor spell check on when you want it, off by default.
Improvements
- ๐ Darker dark theme โ a refined two-tone dark look with deeper backgrounds and clearer surfaces.
- โจ Motion polish โ subtle micro-animations for buttons, empty states, and checkboxes.
- ๐ Smarter sync negotiation โ clients now agree on sync types per connection for smoother syncing across versions.
- ๐งน Cleaner task sidebar โ removed the Unscheduled tasks tab from the right sidebar.
Fixes
- ๐ Attachment limits โ plan-limit messages now reach you and stale cache no longer blocks valid uploads.
- โฌ๏ธ Attachment upload sizes โ upload size checks now account for encryption overhead so valid files go through.
- ๐ค Agent CLI detection โ Claude and Codex CLIs are now found correctly in packaged builds.
- ๐ Steadier sync โ transient storage hiccups no longer surface as unexpected errors during sync.
- ๐ก๏ธ Fewer crashes โ guarded several editor and app crash paths for better stability.
- โจ๏ธ Delete-key crash โ fixed an error when pressing forward-delete at the end of a document.
- ใฝ๏ธ Underline persistence โ underlined text now survives saving and reloading.
- ๐ค Formatting toolbar โ block type controls are back in the floating formatting toolbar.
Changelog
Full Changelog: v2026-07-10.3...v2026-07-17
#771 feat(desktop): daily inbox review reminder @h4yfans
#754 feat(sync): per-client sync-type negotiation @h4yfans
#764 feat(desktop): darker two-tone dark theme (#121212 base, #202020 surfaces) @h4yfans
#763 feat(notes): resizable, alignable inline PDF embeds + sidebar-drag embed @h4yfans
#760 feat(desktop): micro-motion polish for buttons, empty states, checkbox @h4yfans
#759 feat(landing): motion polish for closing CTA and login @h4yfans
#757 feat(calendar): drag tasks onto the calendar to schedule them @h4yfans
#756 feat(tasks): tag tasks from the UI @h4yfans
#752 feat(editor): add spell check setting, off by default @h4yfans
#738 feat(landing): homepage redesign @h4yfans
#753 fix(attachments): deliver the plan-limit message to users and stop stale-cache false blocks @h4yfans
#740 fix(sync-server): account for chunk encryption overhead in attachment upload sizes @h4yfans
#745 fix(telemetry): report typed error codes and route out expected conditions @h4yfans
#755 fix(agent): detect claude/codex CLIs in packaged builds via login-shell PATH @h4yfans
#741 fix(telemetry): name the crashed utility worker instead of the mojo interface @h4yfans
#744 fix(sync): stop transient CRDT storage failures surfacing as unhandled errors @h4yfans
#742 fix(desktop): guard three renderer/main crash paths @h4yfans
#748 fix(editor): persist underline through the markdown round-trip @h4yfans
#758 fix(crypto): stabilize dev keychain master-key account across worktrees @h4yfans
#749 fix(editor): show block type controls in the floating formatting toolbar @h4yfans
#743 fix(desktop): guard forward-Delete RangeError at end of document @h4yfans
#739 fix(vault): preserve fs errno when a note save fails @h4yfans
#765 chore(desktop): upgrade Electron 39 โ 43.1.1 + adopt safe 40-43 wins @h4yfans
#761 Remove the Unscheduled tasks tab from the right sidebar @h4yfans