v1.59.1
karpathy/nn-zero-to-herov1.59.1Apr 1, 2026by yury-s
AI Summary
This is a maintenance release focused on fixing a regression on Windows where the console window was incorrectly hidden, which broke several interactive commands like codegen, --ui, and show.
Key Highlights
- Fixed regression on Windows where console window hiding broke `codegen`, `--ui`, and `show` commands.
- Reverted behavior causing issues with browser process spawning on Windows.
- Resolves issues reported in GitHub issue #39990.
Full Release Notes
### Bug Fixes - **[Windows]** Reverted hiding console window when spawning browser processes, which caused regressions including broken `codegen`, `--ui` and `show` commands ([#39990](https://github.com/microsoft/playwright/issues/39990))