docs: release v1.29.2 — image loading & error states

This commit is contained in:
Nicolas Varrot
2026-02-13 04:57:22 +00:00
parent 5f3f73e4c9
commit 33d72d65bd
3 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to PinchChat are documented here.
Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/).
## [1.29.2] — 2026-02-13
### Fixed
- Images now show a pulsing loading skeleton while loading and a graceful error fallback (icon + alt text) when they fail to load
## [1.29.1] — 2026-02-13
### Fixed
- External links in markdown messages now open in a new tab with `rel="noopener noreferrer"` for security