Releases: lee259/dsh-workbench
Releases · lee259/dsh-workbench
Release list
v0.4.0
0.4.0 - 2026-08-16
Features
- Add previews for workspace images and rendered Markdown files, including relative Markdown images.
- Add a Markdown preview/source mode toggle while keeping CodeMirror for raw Markdown inspection.
- Use
markedfor GFM rendering and DOMPurify for sanitizing rendered HTML.
Fixes
- Allow images up to 12 MB to pass through the dedicated asset preview route while retaining the text preview limit.
v0.3.2
0.3.2 - 2026-08-15
Fixes
- Start the workspace file watcher only when a client subscribes to change events, so
pnpm testcan exit on Linux CI.
v0.2.4
0.2.4 - 2026-08-14
Fixes
- Harden the file workspace interaction flow with coverage for panel toggling, resizing, tabs, refresh, copy actions, loading/errors, and read-vs-diff rendering.
- Add accessible labels and state attributes for workspace controls and tabs.
Tests
- Add component-level regression coverage for real read/edit tool rows and the right-side workspace.
v0.2.3
0.2.3 - 2026-08-14
Documentation
- Align installation and local development instructions with the standard DSH plugin workflow.
v0.2.2
0.2.2 - 2026-08-14
Fixes
- Align the documented DSH Web startup command with the current CLI syntax.
- Make the one-command starter avoid shell-specific execution on Unix.
v0.2.1
0.2.1 - 2026-08-14
Fixes
- Make the one-command starter use
pnpm dlxby default, matching the documented package-manager workflow.
v0.2.0
0.2.0 - 2026-08-14
Features
- Add a persistent, resizable right-side file workspace with multi-file tabs.
- Add read-only previews for reads and captured CodeMirror diffs for writes and edits.
- Add refresh, copy content, copy path, width persistence, and desktop keyboard shortcuts.
- Add a public-safe README demo image and refreshed project metadata.
Fixes
- Keep read previews out of write/edit diffs, including after a file has been written.
- Capture file links rendered as either buttons or anchors.