New Features
- đ Inbound-only Google Calendar sync â bring Google Calendar events into Memry with a read-only option that never pushes your local changes back (#529, #539).
- â° Task reminders â set reminders on tasks and track them in a new inbox panel for upcoming and past items (#538).
- đ Web account area â manage your account, billing, and sync from the web with passwordless sign-in (#527).
- ⨠Editorial landing redesign â refreshed the home and pricing pages with a cleaner editorial look (#537).
- â Smarter create menus â a sidebar "New" split button with create menus consistent with the Picker (#536).
- âŠī¸ Reopen closed tabs â bring back the last tab you closed with Cmd+Shift+T (#534).
- đ Cleaner note headers â minimal editorial note and journal headers with a soft date fog behind journal dates (#533).
- âī¸ Resizable detail drawers â drag to resize the inbox and task detail drawers, with the width remembered (#531).
- đˇī¸ Tag drill-down panel â a compact sidebar panel to browse the notes under a tag (#528).
- đ Checkout polish â redesigned checkout plus page glow and centered roadmap/changelog headers on landing (#526).
- âī¸ Flicker-free tasks â task blocks now paint correctly on first open with no checkbox flash (#525).
- đ Better telemetry â account-linked PostHog identity with broader desktop event coverage (#512).
Bug Fixes
- đī¸ Stable week view â the calendar week view stays pinned instead of jumping when you resize the window (#535).
- đ Content gutter fix â added a full-width gutter so note and journal content clears the sidebar (#532).
- đˇī¸ Smarter tag fade â sidebar tag labels only fade when the name is actually clipped (#530).
- đ Free sign-in stays local â sync is gated on entitlement so free accounts sign in locally without a 402 (#523).
- đ No drifting blank line â stopped a blank line from growing above inline tasks when a note reopens (#524).
Documentation
Chores
- đ Safer test keychain â a global keytar mock so tests never touch the real OS keychain (#513).
Changelog
Full Changelog: v2026-06-10...v2026-06-12
#539 feat(calendar): add one-way (inbound-only) Google Calendar sync option @h4yfans
#538 feat(reminders): task reminders + inbox upcoming/past panel @h4yfans
#527 feat(landing): web account area â passwordless sign-in + account/billing/sync dashboard @h4yfans
#537 feat(landing): editorial redesign of home + pricing pages @h4yfans
#529 feat(calendar): one-way (inbound-only) Google Calendar sync option @h4yfans
#536 feat(desktop): sidebar New split button + Picker-consistent create menus @h4yfans
#534 feat(tabs): reopen closed tab with Cmd+Shift+T @h4yfans
#533 feat(desktop): editorial-minimal note/journal header + journal date fog @h4yfans
#531 feat(desktop): resizable inbox & task detail drawers with persisted width @h4yfans
#528 feat(sidebar): compact tag-notes drill-down panel @h4yfans
#526 feat(landing): redesign checkout, add page glow, center roadmap/changelog headers @h4yfans
#525 feat(desktop): paint task blocks on first open, no checkbox flash @h4yfans
#512 feat: account-linked PostHog telemetry identity + desktop event coverage @h4yfans
#535 fix(calendar): keep week view pinned on window resize @h4yfans
#532 fix(desktop): add full-width gutter so note/journal content clears the sidebar @h4yfans
#530 fix(desktop): fade sidebar tag label only when its name is clipped @h4yfans
#523 fix(desktop): gate sync on entitlement so free sign-in stays local (no 402) @h4yfans
#524 fix(notes): stop blank line growing above inline tasks on reopen @h4yfans
#513 test(desktop): block real OS keychain access with a global keytar mock @h4yfans