You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a security warning banner to the Extensions settings page informing users that extensions run with host-level privileges and are not security-audited by Docker.
50
+
51
+
### Bug fixes and enhancements
52
+
53
+
#### For all platforms
54
+
55
+
- Improvements to Docker Offload idle notifications.
56
+
- Fixed the **Open Gordon in TUI** button not working due to a missing `run` subcommand in Docker Agent command arguments.
57
+
- Fixed an issue where transient network errors or Docker Hub server errors during sign-in would unexpectedly sign users out instead of retrying automatically.
58
+
- Improved data refresh for the Containers, Images, and Volumes screens by fetching up-to-date data on demand when navigating to those screens, reducing background polling load.
59
+
- Fixed a kernel crash that could occur when changing filesharing technology after significant container file activity.
60
+
- Enable the OpenAI Responses API (`/responses`) endpoint in Docker Model Runner.
61
+
- Fixed a bug where users were unexpectedly signed out of Docker Desktop mid-flow when signing in via `docker login` using OAuth.
62
+
63
+
#### For Windows
64
+
65
+
- Fixed a bug on Windows where selecting the Docker Desktop taskbar icon multiple times could spawn multiple backend processes. Re-selecting the icon while Docker Desktop is running now brings the dashboard to focus.
66
+
- Fixed a race condition on Windows that caused a false-positive "processes still running" dialog to appear when Docker Desktop starts or exits normally.
0 commit comments