From d1c5dba7d774040fa6fa775972644d432bbbc245 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Mon, 4 May 2026 12:34:53 +0200 Subject: [PATCH] chore: update version to 1.6.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 2 +- VERSION | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fac777..794c51a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 1.6.1 (2026-05-04) + +### Features + +- **Updates**: Update-available detection with non-dismissible notice and dev-reload refresh +- **Plugins**: New plugin hooks for compose, attachments, search, lifecycle, and routing +- **Sharing**: Share indicators for calendars and contacts, updated JMAP capabilities (#244) +- **Mail**: Auto-add recipients to trusted senders when replying +- **Identity**: Sanitize identity display name to prevent invalid `From` headers + +### Fixes + +- **Mobile**: Synchronize mobile submenu view with browser history for better navigation +- **Viewer**: Update email viewer styles to improve overflow handling +- **Auth**: Ensure `cookieSlot` consistency during account updates in auth store +- **Auth**: Thread per-account cookie slot through OAuth flows +- **Calendar**: Square the colored left marker on calendar events +- **About**: Show git commit in About instead of "unknown" + +### i18n + +- Update mailbox context menu translations across 12 locales + ## 1.6.0 (2026-05-01) ### Features diff --git a/README.md b/README.md index 964c9e72..0694d9a8 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.6.0-green.svg?logo=git&logoColor=white)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/version-1.6.1-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/VERSION b/VERSION index ce6a70b9..2eda823f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.6.1 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 212f7601..ad31f5b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bulwark-webmail", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bulwark-webmail", - "version": "1.6.0", + "version": "1.6.1", "license": "AGPL-3.0-only", "dependencies": { "@tanstack/react-virtual": "^3.13.24", diff --git a/package.json b/package.json index 7599ac72..ca349352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulwark-webmail", - "version": "1.6.0", + "version": "1.6.1", "description": "Bulwark Webmail - a modern webmail client built for Stalwart Mail Server", "author": "Bulwark Webmail ", "license": "AGPL-3.0-only",