This commit is contained in:
Steven RYDELL
2026-07-29 11:28:56 +02:00
parent eec7f2ada5
commit 868dd5e877
3 changed files with 19 additions and 3 deletions
+16
View File
@@ -2,6 +2,22 @@
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.0.8] - 2026-07-29
### Added
- Appearance settings page (linked at the bottom of the sidebar) with light/dark mode, four selectable color themes (Stalwart, Ocean, Forest, Violet) and a rounded/square corners option that applies globally across all themes.
- Light/dark toggle on the login pages.
- Dynamic document titles per page, mirroring the sidebar navigation labels.
- Square corners toggle for a border-radius-free interface.
- Full-width sidebar hover with a separated footer in square mode.
### Changed
- The light/dark toggle is a single-click button again, in the top bar and on the login pages.
- The logout menu item is marked as destructive.
### Fixed
- Section URLs without a view (e.g. /admin) redirect to the first accessible page instead of the "Select a view" empty state.
## [1.0.7] - 2026-07-29 ## [1.0.7] - 2026-07-29
### Added ### Added
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "stalwart-webui-fork", "name": "stalwart-webui-fork",
"version": "1.0.7", "version": "1.0.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "stalwart-webui-fork", "name": "stalwart-webui-fork",
"version": "1.0.7", "version": "1.0.8",
"dependencies": { "dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.23", "@radix-ui/react-alert-dialog": "^1.1.23",
"@radix-ui/react-checkbox": "^1.3.11", "@radix-ui/react-checkbox": "^1.3.11",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "stalwart-webui-fork", "name": "stalwart-webui-fork",
"private": true, "private": true,
"version": "1.0.7", "version": "1.0.8",
"description": "Stalwart WebUI Fork", "description": "Stalwart WebUI Fork",
"type": "module", "type": "module",
"scripts": { "scripts": {