From 2f5b133000a3f6fcefd0e5a792f83d644510c917 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Sun, 28 Jun 2026 20:47:39 +0200 Subject: [PATCH] chore: update version to 1.7.6 --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbaec13..eb935f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 1.7.6 (2026-06-28) + +### Breaking Changes + +- **S/MIME**: The built-in S/MIME implementation has been removed from core and re-delivered through the new generic crypto plugin hooks (privileged same-origin plugin tier). S/MIME signing, encryption, decryption, certificate management, and the related settings UI now live in a plugin rather than the main app. Deployments that relied on built-in S/MIME must install the S/MIME crypto plugin to retain those features. + +### Features + +- **Plugins**: Privileged same-origin plugin tier with a crypto API surface +- **Plugins**: Plugin hooks for email details, headers, and source +- **Mail**: Option to hide the total message count on folders (#498) + +### Fixes + +- **Mail**: Hide the server scheduled folder when the virtual one is shown (#495) +- **Mail**: Stop the unified mailbox from mutating client-returned email objects +- **Composer**: HTML-escape sender and subject in the reply/forward quote header (#482) +- **Calendar**: Send calendar invites by setting `organizerCalendarAddress` +- **Identity**: Sync the default identity (`preferredPrimaryId`) to server settings (#507) +- **Auth**: Support MFA login via the structured auth endpoint +- **Admin**: Show all built-in themes in the admin theme controls (#496) +- **i18n**: Add missing translation keys across 19 locales + ## 1.7.5 (2026-06-24) ### Features diff --git a/README.md b/README.md index f47abf3c..717e3629 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.7.5-green.svg?logo=git&logoColor=white)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/version-1.7.6-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) [![Grafana](https://img.shields.io/badge/grafana-dashboard-orange?logo=grafana&logoColor=white)](https://grafana.external.bulwarkmail.org/)