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
Copy file name to clipboardExpand all lines: content/manuals/desktop/release-notes.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
94
94
- Fixed a bug where Resource Saver mode would fail to re-engage after restarting the engine while in Resource Saver mode.
95
95
- Build UI:
96
96
- Fixed a bug where the source file could not be found for some builds.
97
-
- Fixed a bug where error logs were not displayed in the Source tab.
98
-
- Fixed a bug where users had to scroll to the bottom for error logs in Source tab.
99
-
- Fixed a bug where timestamps would be broken in the Logs tab.
97
+
- Fixed a bug where error logs were not displayed in the **Source** tab.
98
+
- Fixed a bug where users had to scroll to the bottom for error logs in **Source** tab.
99
+
- Fixed a bug where timestamps would be broken in the **Logs** tab.
100
100
101
101
#### For Mac
102
102
@@ -184,9 +184,9 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
184
184
- Fixed bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
185
185
- Docker Desktop will not unpause automatically after a manual pause. The system will stay paused until you manually resume the Docker engine. This fixes a bug where other software would accidentally trigger a resume by running a CLI command in the background. Fixes [for-mac/#6908](https://github.com/docker/for-mac/issues/6908)
186
186
- Build UI:
187
-
- Source tab now supports multiple source files.
188
-
- Links for image dependencies in Info tab now support other well-known registries such as GitHub, Google, GitLab, ...
189
-
- Disabled the delete button if only cloud builds are selected.
187
+
-The **Source** tab now supports multiple source files.
188
+
- Links for image dependencies in the **Info** tab now support other well-known registries such as GitHub, Google, and GitLab.
189
+
- Disabled the **Delete** button if only cloud builds are selected.
190
190
- Fixed an issue where users were unable to delete builds.
191
191
- Fixed malformed Jaeger traces that were missing events and links.
192
192
- Fixed missing export attributes when building with the cloud driver.
0 commit comments