diff --git a/CHANGELOG.md b/CHANGELOG.md index 4579685d..d954cd75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 1.6.3 (2026-05-08) + +### Features + +- **Mail**: Lift 5-account cap on HTTP/2 +- **Mail**: Import `.eml` files via folder right-click menu + +### Fixes + +- **Mail**: Trim leading whitespace from email list preview +- **Mail**: Fall back when only the truncation indicator remains in email preview +- **Mail**: Hide files/contacts nav items when JMAP server lacks support +- **Viewer**: Preserve emoji colors in dark mode +- **Viewer**: Prevent white-on-white in dark mode for nested `bgcolor` containers +- **Viewer**: Render plain-text-only emails as text, not HTML +- **Viewer**: Render HTML-only emails and redesign external content prompt +- **Viewer**: Pad Word/Outlook HTML email rendering +- **Compose**: Redesign quick reply to match sender/banner layout +- **Compose**: Disable StarterKit's bundled link/underline to avoid duplicate extensions +- **Sharing**: Request `shareWith` explicitly so calendar/address book shares survive a re-login (#257) +- **UI**: Strip leading punctuation when computing avatar initials +- **Mobile**: Hide email hover actions + +### i18n + +- Add missing translation keys across 15 locales + ## 1.6.2 (2026-05-06) ### Features diff --git a/VERSION b/VERSION index 308b6faa..f5d2a585 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.2 \ No newline at end of file +1.6.3 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 39c5d20f..af394484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bulwark-webmail", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bulwark-webmail", - "version": "1.6.2", + "version": "1.6.3", "license": "AGPL-3.0-only", "dependencies": { "@tanstack/react-virtual": "^3.13.24", diff --git a/package.json b/package.json index 2c2ea2d9..c13ab0e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulwark-webmail", - "version": "1.6.2", + "version": "1.6.3", "description": "Bulwark Webmail - a modern webmail client built for Stalwart Mail Server", "author": "Bulwark Webmail ", "license": "AGPL-3.0-only",