Releases: XKush/homebase-devshell
Releases · XKush/homebase-devshell
Release list
v3.1.0
DevReady v3.1.0 — HomeBase DevShell
Quality, performance, and production hygiene release.
Highlights
devshell health -Sections— run onlydeveloper,privacy,browser, ornetwork(faster CI and daily checks)- Pester + PSScriptAnalyzer — automated unit tests and static analysis in CI
- Health resilience — corrupt baseline/history handled gracefully; offline stress matrix
- Version SSOT —
VERSION+lib/DevShellProduct.ps1
Install
irm https://raw.githubusercontent.com/XKush/homebase-devshell/v3.1.0/install.ps1 | iexThen: devshell health
Full changelog: CHANGELOG.md
v3.0.1
HomeBase DevShell v3.0.1 - health resilience patch
HomeBase DevShell v3.0.0
HomeBase DevShell v3.0.0
Prepares, verifies and maintains professional Windows workstations.
Highlights
- devshell health — unified dashboard (Developer · Privacy Configuration · Browser · Network)
- -Json / -Export html — machine-readable reports for CI and compliance
- baseline / verify / history — configuration drift and trends
- API freeze — see docs/API-STABILITY.md
- ADRs — docs/adr/
Install
irm https://raw.githubusercontent.com/XKush/homebase-devshell/v3.0.0/install.ps1 | iexThen: devshell health
Full changelog: CHANGELOG.md
v2.3.0
release: v2.3.0 — privacy audit suite Privacy commands (privacy, browser, tor, vpn, opsec, metadata), doctor -Privacy, idempotent -Fix, configurable scoring in privacy.defaults.json, stable JSON report schema 1.0.0. Co-authored-by: Cursor <cursoragent@cursor.com>
v2.2.2
release: v2.2.2 — doctor -Fix auto-repair Adds Repair-DevReadyEnvironment.ps1 and devshell doctor -Fix to repair failed checks from winget, PSGallery, and local install scripts, then re-run doctor. Co-authored-by: Cursor <cursoragent@cursor.com>
v2.2.1
DevReady v2.2.1 — product clarity
Install (Core — fast, no winget)
irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.2.1/install.ps1 | iex
devreadyWhat changed
devreadyends with Ready to work. or Not ready yet. + fix hints- Default install is Core; full winget stack:
install.ps1 -WithTools - README: three commands first
Assets
devready-v2.2.1.zip+.sha256.txt
Platform spec 1.0.0 LOCKED.
v2.2.0
DevReady v2.2.0 — Wave 2
Install
irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.2.0/install.ps1 | iex
devreadyNew
devshell init— dry-run install plan (no winget, no changes)- Release zip + SHA256 — verified download without git clone
- Scoop / WinGet manifest templates in
packaging/
Assets
devready-v2.2.0.zip— product tree (no internal-docs)devready-v2.2.0.sha256.txt— verify before expand
Platform spec 1.0.0 LOCKED.
DevReady v2.1.1
DevReady v2.1.1 — studio polish
Install
irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.1.1/install.ps1 | iex
devreadyWhat is new
- README terminal demo GIF (
docs/assets/devready-demo.gif) - Growth docs moved to
internal-docs/marketing/(studio layout) - No upload automation hacks in repo
Platform spec 1.0.0 LOCKED.
DevReady v2.1.0 — brand launch
DevReady is here
Is your Windows dev box ready? One command to find out.
New
- DevReady — public, shareable name for HomeBase DevShell
devreadycommand on PATH (shortcut to health check)- README rewrite: badges, repo map, doctor tiers
docs/product/BRAND.md, docs hub, CODE_OF_CONDUCT
Install
irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.1.0/install.ps1 | iex
devreadyPlatform spec 1.0.0 LOCKED.
HomeBase DevShell v2.0.6 — CI install-smoke
Fixed
install-smokeno longer hangs 1h+ —Install-Workstation -SkipValidationduring product bootstrap- Doctor runs after
command-healthininstall.ps1, not mid-bootstrap as Full tier - All config folders created on install; CI job timeout 15 min
irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.0.6/install.ps1 | iex