chore: update version to 1.6.3
This commit is contained in:
@@ -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
|
||||
|
||||
Generated
+2
-2
@@ -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",
|
||||
|
||||
+1
-1
@@ -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 <bulwark@rbm.systems>",
|
||||
"license": "AGPL-3.0-only",
|
||||
|
||||
Reference in New Issue
Block a user