From 250aff99edcb3c129980b0b15d4fe84fbef106d9 Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Mon, 30 Mar 2026 11:50:43 +0100 Subject: [PATCH] docs(changelog): add entry for v0.3.4 with Windows support - Introduced Windows installation script and methods - Updated README with Windows notes and improved formatting - Ensured cross-platform consistency --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ea376..56a7d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v0.3.4] - 2026-03-30 + +Windows users, your PowerShell dreams just came true. + +### Added +- Introduced grokkit-install.ps1 for Windows with auto-detection, checksum verification, and safe installation. +- Added one-line and download-first install methods for Bash and PowerShell in README. +- Added Windows-specific notes, tables, and examples in README. + +### Changed +- Updated README formatting for improved readability. +- Ensured cross-platform consistency in installation instructions. ## [v0.3.2] - 2026-03-30 Polishing the install script and catching up on past changelog entries.