From 105194a8b99968e7826ee4f62ef952b85556b57c Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Fri, 15 May 2026 15:20:07 +0200 Subject: [PATCH] chore: update version to 1.6.6 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 2 +- VERSION | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263b5f9f..35141103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 1.6.6 (2026-05-15) + +### Features + +- **Mail**: Sync onboarding completion state across devices so the welcome flow only runs once per account (#285) +- **Mail**: Distinct icons for Shared, Important, Memos, Scheduled, and Snoozed folders (#288) +- **Compose**: Raise HTML identity signature length cap to 50,000 characters +- **Compose**: Allow `` tags in HTML identity signatures for inline logos and banners + +### Fixes + +- **Files**: Hide Files settings entry and sidebar nav when the `filesEnabled` policy is off (#291) +- **Admin**: Honor the `cookieSameSite` admin config override instead of always defaulting (#284) +- **UI**: Standardize punctuation in tooltips and inline comments across locales + +### i18n + +- Add Danish localization +- Clean up Danish locale wiring and sort the language picker alphabetically (#286) + ## 1.6.5 (2026-05-13) ### Features diff --git a/README.md b/README.md index a0291287..ac690821 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.5-green.svg?logo=git&logoColor=white)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/version-1.6.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/) diff --git a/VERSION b/VERSION index 49ebdd60..83d1a5eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.5 \ No newline at end of file +1.6.6 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4a8c7f5e..da52a159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bulwark-webmail", - "version": "1.6.5", + "version": "1.6.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bulwark-webmail", - "version": "1.6.5", + "version": "1.6.6", "license": "AGPL-3.0-only", "dependencies": { "@tanstack/react-virtual": "^3.13.24", diff --git a/package.json b/package.json index 4caacf8e..e3e0584d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulwark-webmail", - "version": "1.6.5", + "version": "1.6.6", "description": "Bulwark Webmail - a modern webmail client built for Stalwart Mail Server", "author": "Bulwark Webmail ", "license": "AGPL-3.0-only",