docs(changelog): add entry for v0.3.4 with Windows support
All checks were successful
CI / Test (push) Successful in 32s
CI / Lint (push) Successful in 24s
CI / Build (push) Successful in 20s

- Introduced Windows installation script and methods
- Updated README with Windows notes and improved formatting
- Ensured cross-platform consistency
This commit is contained in:
Gregory Gauthier 2026-03-30 11:50:43 +01:00
parent 2bfd8bd15f
commit 250aff99ed

View File

@ -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 ## [v0.3.2] - 2026-03-30
Polishing the install script and catching up on past changelog entries. Polishing the install script and catching up on past changelog entries.