Skip to content

Memry v2026-07-17

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:59
d6f13bb

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