From 44896dee3e6699080253d09ef01d04c41011e1de Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:12:16 +0100 Subject: [PATCH] chore: bump version to 1.4.4 --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f82fc0..4ea7f96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.4.4 (2026-03-19) + +### Features + +- **Calendar**: Implement CalDAV discovery API with automatic calendar home resolution for multi-account setups +- **Calendar**: Enhance calendar management settings with mailbox role reassignment controls +- **Email**: Add signature rendering utilities with HTML-to-text conversion and sanitization + +### Fixes + +- **Auth**: Fix account session handling to update existing accounts instead of duplicating entries +- **Auth**: Fix logout redirects and unauthenticated home page rendering +- **Calendar**: Fix duplicate calendar edits and prevent double-save submissions in event modal +- **Calendar**: Remove stale calendar ID references in favor of CalDAV-discovered IDs +- **Contacts**: Improve RFC 9553 compliance for contact birthdays and address formatting +- **Email**: Fix email signature rendering for identity signatures +- **Folders**: Improve mailbox role management by clearing roles from all mailboxes before reassigning + ## 1.4.3 (2026-03-19) ### Features diff --git a/VERSION b/VERSION index 428b770e..1c99cf0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.3 +1.4.4 diff --git a/package.json b/package.json index b98d05d8..89314b99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulwark-webmail", - "version": "1.4.3", + "version": "1.4.4", "description": "Bulwark Webmail — a modern webmail client built for Stalwart Mail Server", "author": "Bulwark Webmail ", "license": "AGPL-3.0-only",