From 4be71768024d440de072c53aa6f1e50896767295 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Fri, 1 May 2026 21:56:53 +0200 Subject: [PATCH] chore: update version to 1.6.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf813fe..f1fac777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 1.6.0 (2026-05-01) + +### Features + +- **Deployment**: Subpath deployment support via `NEXT_PUBLIC_BASE_PATH` environment variable +- **Mail**: Image attachment thumbnails and preview chips +- **Mobile**: Reworked mobile mail viewer toolbar +- **Mobile**: Mobile-friendly settings panel +- **Mobile**: Mobile-friendly admin panel +- **Mail**: Redesigned expanded details panel +- **Mailbox**: Show full path in mailbox context menu header with intelligent path shortening + +### Fixes + +- **Viewer**: Respect per-email dark mode toggle when "always show in light mode" is on +- **Navigation**: Scroll apps list in navigation rail to prevent overflow +- **Context menu**: Clamp submenu inside viewport +- **Context menu**: Prevent context menu from clipping below viewport +- **Context menu**: Prevent jump and animation on open +- **Mail**: Stop silently destroying emails when trash mailbox isn't found (#195) +- **Mail**: Preserve list scroll position when tagging an email +- **Mail**: Render below-header overflow popup outside clipped row +- **Mail**: Collapse below-header attachments to single row with overflow pill +- **Push**: Fix push preview JMAP query +- **Tour**: Navigate tour to mailbox when starting from another page +- **i18n**: Add `useTranslations` for "selected emails" and "cancel" on email list batch operations + +### i18n + +- Translate SPF/DKIM/DMARC tooltips +- Add missing keys across 14 locales + ## 1.5.4 (2026-05-01) ### Features diff --git a/README.md b/README.md index ac13436f..964c9e72 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A modern, self-hosted webmail client for [Stalwart Mail Server](https://stalw.ar [![License: AGPL v3](https://img.shields.io/badge/license-AGPL%20v3-blue.svg?logo=gnu&logoColor=white)](LICENSE) [![Discord](https://img.shields.io/discord/1482128142939455674?color=7289da&label=discord&logo=discord&logoColor=white)](https://discord.gg/tYCujymGrT) -[![Version](https://img.shields.io/badge/version-1.5.4-green.svg?logo=git&logoColor=white)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/version-1.6.0-green.svg?logo=git&logoColor=white)](CHANGELOG.md) [![Docker](https://img.shields.io/badge/docker-ghcr.io%2Fbulwarkmail%2Fwebmail-blue?logo=docker&logoColor=white)](https://ghcr.io/bulwarkmail/webmail) diff --git a/package-lock.json b/package-lock.json index 5c4e482e..212f7601 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bulwark-webmail", - "version": "1.5.4", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bulwark-webmail", - "version": "1.5.4", + "version": "1.6.0", "license": "AGPL-3.0-only", "dependencies": { "@tanstack/react-virtual": "^3.13.24", diff --git a/package.json b/package.json index 79038cc9..7599ac72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulwark-webmail", - "version": "1.5.4", + "version": "1.6.0", "description": "Bulwark Webmail - a modern webmail client built for Stalwart Mail Server", "author": "Bulwark Webmail ", "license": "AGPL-3.0-only",