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: README_EN.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ All changes since v0.17.1 (the two intermediate version numbers v0.18.1-alpha.0
281
281
282
282
- 🌿 **Unified "Changes" tab** (#475): one tab, two lenses — Git (real diff / history / stage·commit·revert / worktree & child-repo selection) and This Session (live tracking of every file the model reads / writes / edits); a unified diff renderer (mod pairing + intra-line character highlights + syntax coloring + context folding), a draggable bottom preview pane, and one-click expansion into a dedicated diff tab
- ⚙️ **Workspace path fence toggle** (#458): a new `workspaceFence`declarative settings key with a one-click off affordance and guidance on 403 error surfaces
284
+
- ⚙️ **Workspace fence and external previews**: `workspaceFence`still protects tree browsing, save, rename, delete, and upload operations; explicitly opened absolute files may be previewed read-only outside the workspace (text, media, and HTML), with clear filesystem errors for missing or unreadable files
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "dsh-better-sidebar",
3
-
"version": "0.18.0",
3
+
"version": "0.18.1",
4
4
"description": "DSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.",
0 commit comments