diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0dc73..45e4510 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.1] - 2026-08-01 + +### Fixed +- Mobile sidebar no longer snaps shut when switching between Management/Settings/Account — it now stays open so you can pick a page in the new section, and only closes once you actually navigate to one. +- Favicon replaced with upstream's original: this fork's had drifted to a mis-cropped export (visible padding around the logo, lower color depth) despite showing the same logo and color. + +### Changed +- The "Active WebUI" card (Settings > Web Applications) now also shows the resource URL the active WebUI was installed from, alongside its description and version. + ## [1.1.0] - 2026-07-30 ### Fixed diff --git a/package-lock.json b/package-lock.json index e9bbf83..634c10c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stalwart-webui-fork", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stalwart-webui-fork", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "@daypicker/react": "^10.0.1", "@radix-ui/react-alert-dialog": "^1.1.23", diff --git a/package.json b/package.json index 17e6912..9e7d018 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stalwart-webui-fork", "private": true, - "version": "1.1.0", + "version": "1.1.1", "description": "Stalwart WebUI Fork", "type": "module", "scripts": {