Skip to content

dsh-plugin-console v0.3.1

Latest

Choose a tag to compare

@AlexYin-Tongji AlexYin-Tongji released this 23 Aug 05:43
· 1 commit to main since this release

Documentation-only release shipping the corrected upgrade path. No Host or client code changes.

Changed

  • README install command pins @latest: dsh plugin --profile web add dsh-plugin-console@latest — fresh installs always resolve the newest release at install time.
  • Documents that re-running the bare install command dsh plugin --profile web add dsh-plugin-console does not upgrade an existing profile: pnpm keeps the already-pinned ^x.y.z range and reports "Already up to date". Upgrade via add dsh-plugin-console@latest or the built-in one-click self-update (Settings → Plugin manager → Installed), then restart dsh web and refresh the browser.
  • New troubleshooting section: registry/mirror sync lag, checking the profile's actual pinned/installed versions, missing restarts.
  • RELEASING.md: hardcoded example versions replaced with <version> placeholders; post-publish verification steps added.

Upgrade: dsh plugin --profile web add dsh-plugin-console@latest, then restart.