diff options
| author | Dan Engelbrecht <[email protected]> | 2026-03-22 01:13:11 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2026-03-22 01:13:11 +0100 |
| commit | 7bba16912fa496ea9a70aea1cf211e8140e22b4a (patch) | |
| tree | 113ab5081fb6cb61e115608588f7d999d3feef48 | |
| parent | improvements to zen hub web ui, hibernate/wake/deprovision and detailed proce... (diff) | |
| download | zen-de/hub-web-ui-improvements.tar.xz zen-de/hub-web-ui-improvements.zip | |
changelogde/hub-web-ui-improvements
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 223014ada..32b9e7255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,12 @@ - Improvement: Hub instance lifecycle is now tracked as a `HubInstanceState` enum covering transitional states (Provisioning, Deprovisioning, Hibernating, Waking); exposed as a string in the HTTP API and dashboard - Improvement: `xmake sln` now accepts an optional positional argument to select the IDE target (e.g. `xmake sln vs2026`); defaults to `vs2022` on Windows, `xcode` on macOS, `vscode` on Linux. The `--open` flag can now appear in any position (e.g. `xmake sln vs2026 --open`) - Improvement: `zen up` refactored to use shared `StartupZenServer`/`ShutdownZenServer` helpers (also used by `zen hub up`/`zen hub down`) +- Improvement: Hub dashboard module list improved + - Animated state dots, with flashing transitions for hibernating, waking, provisioning, and deprovisioning + - Per-row hibernate, wake, and deprovision actions with confirmation for destructive operations + - Multi-select with bulk hibernate/wake/deprovision and select-all + - Pagination at 50 lines per page + - Inline fold-out panel per row with human-readable process metrics - Bugfix: Fixed sentry-native build to allow LTO on Windows - Bugfix: Minor test stability fixes (flaky hash collisions, per-thread RNG seeds) - Bugfix: Handle long paths in the project store |