docs(changelog): audit unreleased entries and add missing items

This commit is contained in:
Mario Zechner 2026-02-26 01:11:15 +01:00
parent 43c3c99dde
commit b2983c483e
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### New Features
- Added offline startup mode via `--offline` (or `PI_OFFLINE`) to disable startup network operations, with startup network timeouts to avoid hangs in restricted or offline environments.
### Fixed
- Fixed offline startup hangs by adding offline startup behavior and network timeouts during managed tool setup ([#1631](https://github.com/badlogic/pi-mono/pull/1631) by [@mcollina](https://github.com/mcollina))

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed Windows VT input initialization in ESM by loading `koffi` via `createRequire`, restoring VT input mode while keeping `koffi` externalized from compiled binaries ([#1627](https://github.com/badlogic/pi-mono/pull/1627) by [@kaste](https://github.com/kaste))
## [0.55.0] - 2026-02-24
## [0.54.2] - 2026-02-23