chore: release v1.1.0

This commit is contained in:
Steven RYDELL
2026-07-30 19:55:14 +02:00
parent 0dec14c3f8
commit 75823ebb21
3 changed files with 12 additions and 1 deletions
+2
View File
@@ -34,3 +34,5 @@ outputs/
.vite_*.log
.tmp_*
*.py
webui.zip
release_body.md
+9
View File
@@ -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
+1 -1
View File
@@ -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": {