Translate repository documentation and reorganize version history

This commit is contained in:
2026-08-03 19:47:19 +00:00
parent 5c5edbaac4
commit 8a9115af83
289 changed files with 2544 additions and 3393 deletions
+7
View File
@@ -0,0 +1,7 @@
# AssetManager 0.5.4.8
- Fixes the common Windows job dispatcher used by software inventory, registry jobs and PowerShell job definitions.
- Sends PowerShell source through MeshCtrl's native `--powershell` channel instead of nesting `cmd.exe` and `powershell.exe -EncodedCommand`.
- Uses `--reply` so MeshCtrl waits for the remote agent response rather than returning only the server acknowledgement `OK`.
- Keeps GZip/Base64 compression, but the compact bootstrap is now valid PowerShell source executed directly by the agent.
- Dispatch diagnostics show whether native PowerShell with reply was used.