From 75823ebb218ce68d9f1ba66c1c446e4cf0314e59 Mon Sep 17 00:00:00 2001 From: Steven RYDELL Date: Thu, 30 Jul 2026 19:55:14 +0200 Subject: [PATCH] chore: release v1.1.0 --- .gitignore | 2 ++ CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd13652..1eef4a1 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ outputs/ .vite_*.log .tmp_* *.py +webui.zip +release_body.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 927eb8e..764e64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.0] - 2026-07-30 + +### Fixed +- Mobile admin shell and lists: wide tables no longer expand/clip the page. The shared ScrollArea constrains content width, tables scroll horizontally inside their card, and list Create / pagination actions stay visible in the mobile viewport. +- Form and detail layouts wrap more cleanly on narrow screens (action bars, label/value rows). + +### Changed +- Negative account disk-usage values (stale Stalwart quota counters) are shown in red with an info tooltip that explains how to recalculate usage via Tasks (Perform account maintenance operations → Recalculate storage quota usage, or store-wide Reset all user quotas). + ## [1.0.9] - 2026-07-30 ### Added diff --git a/package.json b/package.json index 939ef01..5ae14f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stalwart-webui-fork", "private": true, - "version": "1.0.9", + "version": "1.1.0", "description": "Stalwart WebUI Fork", "type": "module", "scripts": {