moondesk 0.5.5 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ one ngrok domain
|
|
|
119
119
|
|
|
120
120
|
Each workspace keeps its own file boundary, command jobs, retained output, history, and secret connector URL.
|
|
121
121
|
|
|
122
|
-
Use `[w] Workspaces` to add, rename, inspect, copy, rotate, or remove projects. Launching `moondesk` from another project while a host is already running can attach that directory to the existing host instead of starting another server.
|
|
122
|
+
Use `[w] Workspaces` to add, rename, inspect, copy, rotate, or remove projects. On Windows, `[b] Explorer` opens the native Explorer folder picker for adding a workspace; `[a] Path` remains available for manual path entry. Launching `moondesk` from another project while a host is already running can attach that directory to the existing host instead of starting another server.
|
|
123
123
|
|
|
124
124
|
Browser control is shared by the host, so workspaces using browser mode control the same selected browser/DevTools bridge.
|
|
125
125
|
|