Releases: Adilmunawar/ZD-claude-plugin
Releases · Adilmunawar/ZD-claude-plugin
Release list
v7.3.2
7.3.2 — 2026-09-06
Fixed
- Installers and the upgrade script no longer pass
--yestoclaude plugin; the flag does not exist in Claude Code 2.1.226 and earlier and is not needed for this marketplace. A test guards it.
Assets: marketplace archive for offline install, @adilmunawar/zd-tools tarball, SHA256SUMS.
v7.3.1
7.3.1 — 2026-09-06
Fixed
install.ps1no longer callsexit, which closed the PowerShell window when run viairm … | iexand hid the error; each step now reports[ok]/[x].- Installers, README, templates and the bundle README use the HTTPS repository URL;
owner/reposhorthand resolved to SSH on machines whereghhad chosen SSH, and failed without keys. - Installers warn when Claude Code is older than 2.1.110 (dependency auto-install).
usage-reportshows readable project names for Windows-encoded transcript directories.
Added
- CI now runs the Node tests, the package build and the PowerShell syntax check on Windows and macOS as well as Linux.
- Structure tests that fail if shorthand marketplace sources,
exitin the PowerShell installer, or unquoted${CLAUDE_PLUGIN_ROOT}paths ever return.
Assets: marketplace archive for offline install, @adilmunawar/zd-tools tarball, SHA256SUMS.
v7.3
7.3.0 — 2026-09-06
Added
- npm package
@adilmunawar/zd-tools(packages/zd-tools):secrets-audit,usage,budget-check,upgrade,guard-bash,guard-writerunnable withnpxin terminals and CI without Claude Code. Zero dependencies; built from the plugin scripts at publish time so it cannot drift. - Release workflow now validates, publishes the package to GitHub Packages (and npmjs when
NPM_TOKENis set), and attaches the marketplace archive, package tarball and SHA-256 sums to the GitHub Release for offline installs. - README: Zaraat Dost logo (theme-aware), Claude Code badge, six use-case walkthroughs, dependency map, FAQ.
Assets: marketplace archive for offline install, @adilmunawar/zd-tools tarball, SHA256SUMS.
v7.2
7.2.0 — 2026-09-06
Changed
- Version scheme moves to 7.x (tag
v7.2orv7.2.0); no functional change from 0.7.0 other than the fixes below.
Fixed
secrets-audit --historynow honours--ignore, so test fixtures in git history no longer fail CI.- Release workflow accepts two-part tags (
v7.2→ 7.2.0); validate workflow checks out full history for the audit.