chore: update version to 1.5.0
This commit is contained in:
@@ -1,5 +1,49 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.5.0 (2026-04-22)
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
|
||||||
|
- **Self-service portal now needs Stalwart 0.16+**: Stalwart dropped its self-service HTTP API in 0.16.0 and replaced it with JMAP. Bulwark Webmail only talks to the new JMAP endpoint, so the self-service portal (account settings, app passwords, API keys) requires Stalwart 0.16 or newer. `STALWART_API_URL` is deprecated, these actions go through the normal JMAP session.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **Stalwart**: Migrate Stalwart management API to JMAP `x:` methods for Stalwart 0.16
|
||||||
|
- **Admin**: Add API Keys management and IP allowlist for App Passwords
|
||||||
|
- **Contacts**: Revamp contact detail view with filters, photo, print, and duplicate actions
|
||||||
|
- **Contacts**: Add contact activity component showing recent emails and upcoming events
|
||||||
|
- **Contacts**: Add right-click context menu
|
||||||
|
- **Contacts**: Group contacts by first letter with sticky section headers, toggleable in settings
|
||||||
|
- **Calendar**: Support resizing events from the top edge
|
||||||
|
- **Calendar**: Add timezone-aware formatting for event start times and update `utcEnd` on duration change
|
||||||
|
- **Calendar**: Optimize layout of overlapping events
|
||||||
|
- **Calendar**: Add collapsible details to calendar invitation banner
|
||||||
|
- **Email**: Implement batch archiving and bulk moving of emails
|
||||||
|
- **Email**: Show full folder path in move/drop toast
|
||||||
|
- **Settings**: Reorganize settings into 6 groups with clearer tabs
|
||||||
|
- **Navigation**: Add account-addition button to the navigation rail
|
||||||
|
- **Mobile**: Streamline email viewer header layout
|
||||||
|
- **Mobile**: Pass `isMobile` through calendar views and time-grid interactions
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- **Mailbox**: Retry mailbox fetch on first login to handle lazy provisioning (#217)
|
||||||
|
- **Mailbox**: Use fresh state in archive handling to avoid stale mailbox data
|
||||||
|
- **Mailbox**: Improve error message on mailbox creation failure
|
||||||
|
- **Auth**: Skip `checkAuth` on route change when already authenticated
|
||||||
|
- **Auth**: Clean up unused imports and improve TOTP QR code rendering
|
||||||
|
- **UI**: Align hover styles and selection-toggle target with focused item
|
||||||
|
- **UI**: Read `matchMedia` synchronously on client to prevent layout flicker
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- **Settings**: Remove Stalwart API URL configuration (now derived via JMAP)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- **i18n**: Add missing translation keys
|
||||||
|
- **Deps**: Bump dependencies to latest compatible versions
|
||||||
|
|
||||||
## 1.4.14 (2026-04-16)
|
## 1.4.14 (2026-04-16)
|
||||||
|
|
||||||
Thank you for your donations:
|
Thank you for your donations:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Built with Next.js and the JMAP protocol.
|
|||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://discord.gg/tYCujymGrT)
|
[](https://discord.gg/tYCujymGrT)
|
||||||
[](CHANGELOG.md)
|
[](CHANGELOG.md)
|
||||||
[](https://ghcr.io/bulwarkmail/webmail)
|
[](https://ghcr.io/bulwarkmail/webmail)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "bulwark-webmail",
|
"name": "bulwark-webmail",
|
||||||
"version": "1.4.14",
|
"version": "1.5.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bulwark-webmail",
|
"name": "bulwark-webmail",
|
||||||
"version": "1.4.14",
|
"version": "1.5.0",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tanstack/react-virtual": "^3.13.24",
|
"@tanstack/react-virtual": "^3.13.24",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulwark-webmail",
|
"name": "bulwark-webmail",
|
||||||
"version": "1.4.14",
|
"version": "1.5.0",
|
||||||
"description": "Bulwark Webmail - a modern webmail client built for Stalwart Mail Server",
|
"description": "Bulwark Webmail - a modern webmail client built for Stalwart Mail Server",
|
||||||
"author": "Bulwark Webmail <bulwark@rbm.systems>",
|
"author": "Bulwark Webmail <bulwark@rbm.systems>",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|||||||
Reference in New Issue
Block a user