Add changelog entry for PR #181 - fix macOS screenshot filenames

This commit is contained in:
Mario Zechner 2025-12-13 22:07:45 +01:00
parent 9a7bbb2839
commit 3140514d8e

View file

@ -8,6 +8,8 @@
### Fixed
- Fixed read tool failing on macOS screenshot filenames due to Unicode Narrow No-Break Space (U+202F) in timestamp. Added fallback to try macOS variant paths and consolidated duplicate expandPath functions into shared path-utils.ts. ([#181](https://github.com/badlogic/pi-mono/pull/181) by [@nicobailon](https://github.com/nicobailon))
- Fixed double blank lines rendering after markdown code blocks ([#173](https://github.com/badlogic/pi-mono/pull/173) by [@markusylisiurunen](https://github.com/markusylisiurunen))
## [0.20.1] - 2025-12-13