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