Releases: ASimpUsr/SimpleEmailClientNEXT
Releases · ASimpUsr/SimpleEmailClientNEXT
Release list
v1.2.0
Changelog
The project has been officially renamed to Simple Email Client NEXT.
Future releases will be distributed as NSIS installers.
[1.2.0] - 2026-08-24
✨ New Features
- Advanced Email Editor - Rich text editing with bold, italic, underline, strikethrough, links, and more.
[i] Some tools are currently in development. - Gmail OAuth Login - Native Gmail account support with secure OAuth 2.0 authentication.
[!] Beta testing is in progress, and stability is not guaranteed.
UI Improvements
- Redesigned compose dialog with wider layout (1200px).
- Sticky toolbar in email editor stays visible while scrolling.
- Improved dark mode styling across all components.
- Enhanced sidebar with collapsible account and folder sections.
- Better visual feedback for loading states and actions.
Technical
- Added
squire-rtefor rich text editing capabilities. - Improved i18n coverage - all hardcoded strings replaced with translation keys.
v1.1.0
v1.1.0
Add
- Attachment download via filename click with system file dialog
- Dark mode email content styling
- Auto refresh with configurable interval
Change
- Electron 31.x → 43.3.0 (Chromium 150)
- electron-builder 24.x → 26.15.3
- electron-store 8.x → 11.0.2
- imapflow 1.0.x → 1.0.187
- mailparser 3.6.x → 3.9.14
- i18next 23.x → 26.3.6
- Refactored handlers.js with decryptAccount() helper
- Simplified i18n language detection
- Added $() DOM caching helper
Fix
- Settings panel title offset
- Attachment download click in main preview
- Account context menu missing delete option
- Move folder ID reference error
Remove
- Custom download path setting (uses system Downloads folder)
- Separate settings window (merged into main window)
- jimp library (unused dependency)