From 6ed8ae5812b035043dcfcf4a77f25342a9cc1295 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Sat, 21 Mar 2026 03:08:19 +0100 Subject: [PATCH] chore: bump version to 1.4.6 --- CHANGELOG.md | 17 +++++++++++++++++ VERSION | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa70b9dc..346cda47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 1.4.6 (2026-03-21) + +### Features + +- **Demo**: Add full demo mode with fixture data for emails, calendars, contacts, files, filters, identities, mailboxes, and vacation responses +- **Demo**: Implement JMAP client interface abstraction to support demo and live backends +- **Contacts**: Add no-category filter, drag-and-drop to category, and category combo box in contact form +- **Email**: Add hover actions for emails with configurable quick-action buttons +- **Settings**: Implement keyword migration functionality for upgrading legacy email tags +- **Security**: Enhance S/MIME certificate extraction and add legacy PBE (password-based encryption) support +- **Tour**: Add interactive guided tour overlay for new user onboarding + +### Fixes + +- **Settings**: Add missing `showTimeInMonthView` and `showOnMobile` type definitions to settings store +- **UI**: Adjust padding and size of sidebar buttons for improved layout + ## 1.4.5 (2026-03-20) ### Features diff --git a/VERSION b/VERSION index e516bb9d..c514bd85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.5 +1.4.6 diff --git a/package.json b/package.json index 07bbd6b8..fd3942f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulwark-webmail", - "version": "1.4.5", + "version": "1.4.6", "description": "Bulwark Webmail — a modern webmail client built for Stalwart Mail Server", "author": "Bulwark Webmail ", "license": "AGPL-3.0-only",