chore: release v1.1.0
This commit is contained in:
@@ -34,3 +34,5 @@ outputs/
|
|||||||
.vite_*.log
|
.vite_*.log
|
||||||
.tmp_*
|
.tmp_*
|
||||||
*.py
|
*.py
|
||||||
|
webui.zip
|
||||||
|
release_body.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/).
|
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
|
## [1.0.9] - 2026-07-30
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "stalwart-webui-fork",
|
"name": "stalwart-webui-fork",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.9",
|
"version": "1.1.0",
|
||||||
"description": "Stalwart WebUI Fork",
|
"description": "Stalwart WebUI Fork",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user