- Support for migrating a per-machine Docker Desktop installation to a per-user installation in-place via install --user on Windows, preserving user data without requiring a manual uninstall
- Custom rules tab to Gordon's permissions dialog allowing users to add allow/deny rules for specific commands or MCP tools
- Pulsing discovery badges to Gordon's Plan mode button, model selector, and Feedback/Issues button to help users find new features
- Windows installer to select a per-user installation by default
- kubectl exec and kubectl attach functionality for v1.36
- Docker Engine startup failures being reported as a generic io: read/write on closed pipe error instead of the underlying cause
- Images view showing 0 Bytes reclaimable size for a while when many images are present
- Volumes list not correctly sorting by size
- GPU process crash preventing the Docker Desktop Dashboard from loading by automatically disabling hardware acceleration and restarting the app
- docker ai sessions launched directly from a terminal being killed when Docker Desktop was restarted
- Malformed daemon.json being silently overwritten with defaults on startup, causing users to lose their custom daemon configuration
- Stale com.docker.virtualization process preventing Docker Desktop from starting a new VM with a VZErrorInvalidVirtualMachineConfiguration error
- Failed delta update leaving users stranded on an old version by automatically falling back to the full installer
- Windows MSI installer reporting success when the component installation step actually failed
- Windows installer wizard freezing while enabling Windows features via DISM during Docker Desktop installation
- UI thread deadlock in the Windows installer causing a blank or hung window when prerequisite services were registered but not running during admin installs
- Windows installer silently reporting success when it could not install the Docker CLI plugins
- Windows installer deleting a previously installed CLI plugin when re-linking it failed
- Registry policy download failures being silently ignored, so users now see proper error reporting when the admin helper exits with a non-zero code
- WSL integration issue on WSL 2.6.x and later where Docker Desktop failed to work in user distros due to a 0-byte proxy binary, causing Permission denied or Exec format error
- Docker CLI in integrated WSL distributions breaking after Resource Saver stopped the VM by keeping the VM running while a WSL integration is active and waking when one is enabled
Docker Desktop CLI v0.4.2 Docker Model Runner v1.2.6 Docker Offload v0.6.9 Docker Agent v1.103.0 Docker Compose v5.3.1 Docker Desktop Build v0.36.0 Docker Engine v29.6.2 Added support for migrating a per-machine Docker Desktop installation to a per-user installation in-place via install --user on Windows, preserving user data without requiring a manual uninstall. Fixed kubectl exec and kubectl attach functionality for v1.36. Fixed Docker Engine startup failures being reported as a generic io: read/write on closed pipe error instead of the underlying cause. Fixed the Images view showing 0 Bytes reclaimable size for a while when many images are present. Fixed the volumes list not correctly sorting by size. Fixed an issue where a GPU process crash prevented the Docker Desktop Dashboard from loading by automatically disabling hardware acceleration and restarting the app. Fixed an issue where docker ai sessions launched directly from a terminal were killed when Docker Desktop was restarted. Fixed an issue where a malformed daemon.json would be silently overwritten with defaults on startup, causing users to lose their custom daemon configuration. Added a Custom rules tab to Gordon's permissions dialog. Users can now add allow/deny rules for specific commands or MCP tools. Added pulsing discovery badges to Gordon's Plan mode button, model selector, and Feedback/Issues button to help users find new features. Fixed an issue where a stale com.docker.virtualization process could prevent Docker Desktop from starting a new VM with a VZErrorInvalidVirtualMachineConfiguration error. Fixed an issue where a failed delta update would leave users stranded on an old version by automatically falling back to the full installer. Fixed the Windows MSI installer reporting success when the component installation step actually failed. Fixed an issue where the Windows installer wizard froze while enabling Windows features via DISM during Docker Desktop installation. Fixed a UI thread deadlock in the Windows installer that caused a blank or hung window when prerequisite services were registered but not running during admin installs. Fixed the Windows installer silently reporting success when it could not install the Docker CLI plugins. Fixed the Windows installer deleting a previously installed CLI plugin when re-linking it failed. Fixed a bug where registry policy download failures were silently ignored, so users now see proper error reporting when the admin helper exits with a non-zero code. Changed the Windows installer to select a per-user installation by default. Fixed a WSL integration issue on WSL 2.6.x and later where Docker Desktop failed to work in user distros due to a 0-byte proxy binary, causing Permission denied or Exec format error. Fixed the Docker CLI in integrated WSL distributions breaking after Resource Saver stopped the VM. The VM now stays running while a WSL integration is active and wakes when one is enabled. Fixes docker/desktop-feedback#522.