Skip to content

Memry v2026-07-18

Choose a tag to compare

@github-actions github-actions released this 18 Jul 05:39
b35645f

New Features

  • 🔔 Notification cleanup — dismissing or snoozing a reminder now clears its delivered notification and updates the dock badge to match.

Fixes

  • 🔐 Vault key protection — the vault master key is no longer orphaned when the system keychain briefly reports a stored secret as missing, preventing failed downloads and empty-vault errors.
  • 🚀 Reliable startup — the app now opens your vault before reconciling data so it initializes correctly instead of getting stuck.
  • ↩️ Editor undo/redo — Ctrl+Z undo and redo now work in the editor on Windows and Linux and from the Edit menu.
  • 🚩 Consistent settings — feature settings saved while the app is still loading are no longer overwritten by an outdated read.

Changelog

Full Changelog: v2026-07-17.2...v2026-07-18

#779 fix(desktop): feature-flag writes during initial fetch no longer clobbered by stale read @h4yfans
#773 feat(desktop): remove delivered notifications on dismiss/snooze + dock badge @h4yfans
#775 feat(desktop): will-frame-navigate guard for renderer navigation @h4yfans
#774 feat(desktop): deny-by-default renderer permission handlers @h4yfans
#784 fix(crypto): stop safeStorage false-absent from orphaning the vault master key @h4yfans
#782 fix(desktop): open vault before projection reconcile so the app initializes @h4yfans
#777 fix(desktop): editor undo/redo from Ctrl+Z on Windows/Linux and the Edit menu @h4yfans