From d28cbfa95f9813386cc1c5b6231e750b327163be Mon Sep 17 00:00:00 2001 From: Wes Kroesbergen Date: Fri, 9 Feb 2024 14:55:32 -0500 Subject: [PATCH] Added Feb 3 release notes --- docs/CHANGELOG.md | 77 +++++++++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 32 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bebf561..91b0882 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,103 +1,116 @@ # MovoSuite Changelog +## Feb. 3, 2024 + +### Web UI + +| Type | Description | +|-------------|-------------------| +| Enhancement | Updated to .Net 8, bringing significant performance improvements to the engine. | +| Enhancement | Migrated to Microsoft FluentUI, providing a more consistent look and feel. | + +#### Known Issues + +* iPadOS 15 does not render the site. Investigation is in progress. + ## 2021-11-17 ### Web UI -| Type | Description | +| Type | Description | |---------------|-------------------| -| Enhancement | Improved matching of authenticated user claims to backend user data. | +| Enhancement | Improved matching of authenticated user claims to backend user data. | ### Engine -| Type | Description | +| Type | Description | |---------------|-------------------| -| Bugfix | Added handling for additional special characters in app display names, which was causing some group creation to fail. | +| Bugfix | Added handling for additional special characters in app display names, which was causing some group creation to fail. | ## 2021-11-12 ### Web UI -| Type | Description | +| Type | Description | |---------------|-------------------| -| Bugfix | Fix error on saving changes to devices. | +| Bugfix | Fix error on saving changes to devices. | ### Engine -| Type | Description | +| Type | Description | |---------------|-------------------| -| Enhancement | In some scenarios multiple instances of a device were being returned by Intune to MovoSuite. MovoSuite now updates itself with data from the most recently synced device, which should avoid old data being recorded. | +| Enhancement | In some scenarios multiple instances of a device were being returned by Intune to MovoSuite. MovoSuite now updates itself with data from the most recently synced device, which should avoid old data being recorded. | ## 2021-11-10 ### Web UI -| Type | Description | +| Type | Description | |---------------|-------------------| -| Bugfix | Fix incorrectly rendered details (e.g. scope tag) when searching for a specific location in the configuration area. | +| Bugfix | Fix incorrectly rendered details (e.g. scope tag) when searching for a specific location in the configuration area. | ### Engine -| Type | Description | +| Type | Description | |---------------|-------------------| -| Feature | No new features. | +| Feature | No new features. | ## 2021-11-08 ### Web UI -| Type | Description | +| Type | Description | |---------------|-------------------| -| Feature | Add toggle for automatic group repair. If Dynamic Group rules are modified outside MovoSuite, MovoSuite can auto-repair if this is enabled (defaults to on). | +| Feature | Add toggle for automatic group repair. If Dynamic Group rules are modified outside MovoSuite, MovoSuite can auto-repair if this is enabled (defaults to on). | ### Engine -| Type | Description | +| Type | Description | |---------------|-------------------| -| Feature | Honour the automatic group repair flag. | -| Enhancement | Improved location code extraction support. | +| Feature | Honour the automatic group repair flag. | +| Enhancement | Improved location code extraction support. | ## 2021-11-05 ### Web UI -| Type | Description | +| Type | Description | |---------------|-------------------| -| Bugfix | Resolve duplicates in self-service device group dropdown. | -| Bugfix | Resolve duplicates in config area dropdowns. | +| Bugfix | Resolve duplicates in self-service device group dropdown. | +| Bugfix | Resolve duplicates in config area dropdowns. | ### Engine -| Type | Description | +| Type | Description | |---------------|-------------------| -| Feature | No new features. | +| Feature | No new features. | ## 2021-11-04 ### Web UI -| Type | Description | +| Type | Description | |---------------|-------------------| -| Enhancement | Added favicon. | +| Enhancement | Added favicon. | ### Engine -| Type | Description | +| Type | Description | |---------------|-------------------| -| Enhancement | Avoid saving device record during location extraction if no changes have occurred. | +| Enhancement | Avoid saving device record during location extraction if no changes have occurred. | ## 2021-11-03 ### Web UI -| Type | Description | +| Type | Description | |---------------|-------------------| -| Feature | Hide location dropdown if RBAC is enabled but location fallback is not. | -| Enhancement | Add missing localization for 'Select location...' dropdown and 'Deployment' / 'Purchase' headers on index page. | -| Bugfix | Fix issue with popup notification causing error after saving changes to an app setting. | +| Feature | Hide location dropdown if RBAC is enabled but location fallback is not. | +| Enhancement | Add missing localization for 'Select location...' dropdown and 'Deployment' / 'Purchase' headers on index page. | +| Bugfix | Fix issue with popup notification causing error after saving changes to an app setting. | ### Engine -| Type | Description | +| Type | Description | |---------------|-------------------| -| Feature | No new features. | \ No newline at end of file +| Feature | No new features. |