From f499e87d2a2b40ffec2b0434d5849eaaf1155a3a Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Wed, 13 May 2026 14:38:00 +0200 Subject: [PATCH] chore: update version to 1.6.5 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- VERSION | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0926adcc..9fcb41d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.6.5 (2026-05-13) + +### Features + +- **Protocol**: Register as the system handler for `mailto:` and `webcal:` links from a new protocol handler settings page +- **Protocol**: Account picker for protocol links when multiple accounts are connected +- **Protocol**: Import-or-subscribe choice for detected webcal calendars +- **Protocol**: Reuse the open PWA/session for `mailto:` links instead of always opening a new tab +- **UI**: Route account avatars through the shared `Avatar` component for consistent fallbacks (#278) + +### Fixes + +- **Calendar**: Support HTTP basic auth in iCal subscription URLs (#275) +- **Admin**: Honor admin-uploaded favicon in root metadata (#274) +- **Admin**: Honor `NEXT_PUBLIC_BASE_PATH` in admin sidebar nav links (#271) + ## 1.6.4 (2026-05-11) ### Web Setup Wizard diff --git a/README.md b/README.md index 5d8ae6eb..a0291287 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.4-green.svg?logo=git&logoColor=white)](CHANGELOG.md) +[![Version](https://img.shields.io/badge/version-1.6.5-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 6463e95e..49ebdd60 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.4 \ No newline at end of file +1.6.5 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 99fbd6ad..4a8c7f5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bulwark-webmail", - "version": "1.6.4", + "version": "1.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bulwark-webmail", - "version": "1.6.4", + "version": "1.6.5", "license": "AGPL-3.0-only", "dependencies": { "@tanstack/react-virtual": "^3.13.24", diff --git a/package.json b/package.json index 061d4374..4caacf8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulwark-webmail", - "version": "1.6.4", + "version": "1.6.5", "description": "Bulwark Webmail - a modern webmail client built for Stalwart Mail Server", "author": "Bulwark Webmail ", "license": "AGPL-3.0-only",