Release Notes¶
Note From the Team
This release brings a major update to the React UI Toolkit with the v5 modernization, expanded hotkey support across UI components, and improved redirection handling in the Web UI. On the backend side, we focused on improving activation reliability for newer AMT platforms and refining Secure Boot handling in OCR workflows.
Looking ahead, work on rpc-go v3 continues to ramp up. We’re adding new diagnostic capabilities, including flash logs, CIRA logs, and WSMAN class retrieval, which will begin rolling out in upcoming beta releases. We’re also improving rpc-go behavior when LMS is not available and adding better KVM feedback so users get clearer insight when starting a session. And of course, steady progress continues toward the broader v3 direction.
As always, thanks for the feedback and contributions, especially to our external contributors helping expand platform support.
Cheers,
The Device Management Toolkit Team
🚀 What's New?¶
UI Toolkit React: v5 Release (Breaking Change)¶
The React UI Toolkit received a major update introducing functional components and a style-props API. Builds now use Rollup, and component exports were restructured to better support future UI integrations.
You can see a summary of the improvements in PR #1906
Along with this release, we’ve also published an example app to help users test KVM, IDER, and SOL components. Instructions to get started are available here
Console: Linux arm64 Binary¶
We now publish Console binaries for Linux arm64, expanding deployment options for edge and ARM-based environments. This extends the build workflow to generate Linux arm64 binaries as part of the release assets.
Thanks to external contributor @justfrt for helping enable this support.
UI Toolkit & UI Toolkit Angular: Expanded Hotkey Support¶
New keyboard shortcuts were added, including ALT + F1 through F12 and CTRL + ALT + F1 through F12, giving users more options for sending remote key combinations.
Web UI: Option to Enable Redirection¶
The Web UI now displays a warning when KVM, SOL, or IDER is enabled but the overall Redirection feature is disabled. Users can now enable Redirection through Console or MPS before starting a session.
🧩 Enhancements & Improvements¶
Console & MPS: Secure Boot Handling Improvements for OCR¶
For One-Click Recovery workflows, Console and MPS now provide clearer feedback when EnforceSecureBoot is used in CCM mode. These updates align behavior with firmware expectations and help prevent unsupported boot scenarios earlier in the workflow.
RPC-Go: Activation Stability Improvements for AMT 19 and above versions¶
Updates the local ACM activation workflow to better support AMT 19+ platforms with TLS enforcement. This includes improved handling of MEBx password requirements and activation state transitions, resulting in more reliable activation on newer firmware versions.
🔧 Fixes & Maintenance¶
-
Console fixes related to encryption and decryption error handling, along with case-insensitive UUID comparisons
-
Console fix for IDER boot order handling
-
RPC-Go fixes for LME timeout handling and formatted log stability
-
RPS update to consistently use SHA256 for compatibility with older firmware versions
-
RPS improvement to validate upgrade results before reporting ACM activation success
-
UI Toolkit keyboard event handling fixes
-
Cypress test fixes for Linux environments in Sample Web UI
-
Minor dependency updates and general maintenance across toolkit components
Changelog¶
RPS¶
2.31.3 (2026-02-18)¶
Bug Fixes
2.31.2 (2026-01-16)¶
Bug Fixes
MPS¶
2.26.0 (2026-02-18)¶
Features
RPC Go¶
2.49.0 (2026-02-17)¶
Bug Fixes
- addresses amt19+ activation on new machines (#1162) (e56715b)
- updating redirection log proccess using thread safe and buffer (36b0a07)
Features
2.48.16 (2026-01-30)¶
Bug Fixes
- lme: add timeout in lme-execute method (bffd2d3)
2.48.15 (2026-01-15)¶
Bug Fixes
- workaround for fixing crash in formated logs (996b559)
Sample Web UI¶
3.54.0 (2026-02-18)¶
Bug Fixes
- disable Enforce Secure Boot checkbox in CCM mode (#3101) (17ad7ea)
- update redirection form state after enabling AMT features (#3131) (40a0276)
Features
3.53.1 (2026-01-29)¶
Bug Fixes
3.53.0 (2026-01-28)¶
Features
- Added hotkey support for ALT+Fx and CTL+ATL+Fx (bd681b7)
3.52.4 (2026-01-16)¶
Bug Fixes
UI Toolkit¶
3.3.10 (2026-02-09)¶
Bug Fixes
UI Toolkit Angular¶
11.1.1 (2026-02-09)¶
11.1.0 (2026-01-27)¶
Features
- Added new hotkeys support for ALT+F1-F12 and CTRL+ALT+F1-F12 (463c352)
UI Toolkit React¶
5.0.1 (2026-02-24)¶
Bug Fixes
5.0.0 (2026-02-24)¶
BREAKING CHANGES
- Component styling now uses style props (containerStyle, canvasStyle, etc.) instead of CSS classes, canvasWidth/canvasHeight props now apply to CSS display size, replaced webpack with rollup for builds, restructured exports from src/components/*
Console¶
1.20.1 (2026-02-16)¶
Bug Fixes
1.20.0 (2026-02-11)¶
Features
1.19.2 (2026-02-06)¶
Bug Fixes
1.19.1 (2026-02-04)¶
Bug Fixes
1.19.0 (2026-01-22)¶
Features
- adds support for linux arm64 builds (5820237)
1.18.2 (2026-01-14)¶
Bug Fixes
1.18.1 (2026-01-12)¶
Bug Fixes