Memry v2026-06-30
New Features
- 🧰 Native menu bar — added a full desktop menu with About, Insert, Format, and more for quicker access to common actions (#632).
- 🖼️ Refreshed social preview — updated the Open Graph image so shared links show a cleaner preview (#633).
- ✂️ Simpler editor settings — removed the Writing settings section (spell check, auto-save delay, word count) to streamline preferences (#631).
- 🎛️ Optional module toggles — you can now turn individual feature modules on or off to tailor the app to your workflow (#629).
- 📄 Template previews — preview templates directly in Settings, with the panel closing automatically once you open one (#630).
- 🗑️ Streamlined inbox — removed the triage feature to keep the inbox focused and uncluttered (#628).
Bug Fixes
- ✅ Green test suites — restored failing test suites so the build stays reliable (#638).
- 🧹 Lint cleanup — resolved all ESLint errors and warnings in the desktop app (#637).
- 🔒 Security fixes — resolved CodeQL code-scanning alerts to harden the codebase (#635).
Documentation
Chores
- ⬆️ React Doctor v2 — upgraded the React Doctor GitHub Action to its latest version (#634).
- 📈 Health score — raised the React Doctor score above 90% for better code health (#639).
- 🛡️ Dependency security — resolved Dependabot security alerts via pnpm overrides (#636).
Changelog
Full Changelog: v2026-06-29...v2026-06-30
#634 Upgrade React Doctor Action to v2 @h4yfans
#632 feat(desktop): broad native menu bar (About, Insert, Format, and more) @h4yfans
#633 feat(landing): refresh OG social preview image @h4yfans
#631 feat(settings): remove editor Writing section (spell check, auto-save delay, word count) @h4yfans
#629 feat(features): optional module toggles (tasks 1-6) @h4yfans
#630 feat(templates): preview templates in settings + close-on-open @h4yfans
#628 feat(inbox): remove the triage feature entirely @h4yfans
#639 chore(health): raise React Doctor score above 90% @h4yfans
#638 fix(tests): restore green test suites @h4yfans
#637 fix(desktop): resolve all eslint errors and warnings @h4yfans
#636 chore(deps): resolve dependabot security alerts via pnpm overrides @h4yfans
#635 fix(security): resolve CodeQL code-scanning alerts @h4yfans