Releases: dovocode/workstation
Releases · dovocode/workstation
Release list
v0.6.3
What's Changed
- docs: teach Workstation with an organized Docusaurus handbook by @DominicVonk in #1
New Contributors
- @DominicVonk made their first contribution in #1
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.1
v0.4.0
What changed
- Added
workstation upgrade [IDs]to refresh all or selected package pins and reconcile the workstation. Version constraints still apply;--no-removeis supported. - Made
workstation updatetarget the running installation: native binaries update in place, npm installations retain their prefix, and pnpm global installations are verified before updating. - Supported the curl/wget installation flow and manually placed or renamed native binaries at arbitrary writable paths, preserving symlink chains and the original executable if replacement validation fails.
- Local, linked, and unrecognized JavaScript installations now receive update instructions instead of creating an unrelated global npm installation.
Installation
- npm:
npm install --global @dovocode/workstation@0.4.0 - Existing installations:
workstation update - Native: download the matching macOS/Linux binary below, or use the curl/wget instructions in the README.
Verification
252 tests passed; six opt-in package-manager integration tests were skipped. TypeScript, ESLint, documentation, and code-quality checks passed. Release CI builds and smoke-tests native binaries for macOS and Linux on x64 and arm64.