docs: release v1.8.1 — fix markdown rendering in long messages

This commit is contained in:
Nicolas Varrot
2026-02-12 17:26:56 +00:00
parent 4c8faf07e3
commit 79b516bf9d
4 changed files with 10 additions and 4 deletions

View File

@@ -6,6 +6,11 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio
## [Unreleased] ## [Unreleased]
## [1.8.1] — 2026-02-12
### Fixed
- **Markdown rendering in long messages** — `autoFormatText` no longer wraps markdown prose in code fences; bold, headings, and bullet lists are now correctly rendered (`4c8faf0`)
## [1.7.0] — 2026-02-12 ## [1.7.0] — 2026-02-12
### Added ### Added

View File

@@ -349,7 +349,8 @@
## Item #35 ## Item #35
- **Date:** 2026-02-12 - **Date:** 2026-02-12
- **Priority:** high - **Priority:** high
- **Status:** pending - **Status:** done
- **Completed:** 2026-02-12 — commit `4c8faf0`
- **Description:** Markdown not rendering in long assistant messages — raw `**bold**` shown - **Description:** Markdown not rendering in long assistant messages — raw `**bold**` shown
- **Details:** - **Details:**
- Reported by Josh (external user) — screenshot shows `**Hypothèse :**` rendered as raw text instead of bold - Reported by Josh (external user) — screenshot shows `**Hypothèse :**` rendered as raw text instead of bold

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.8.0", "version": "1.8.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pinchchat", "name": "pinchchat",
"version": "1.8.0", "version": "1.8.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-collapsible": "^1.1.12",

View File

@@ -1,6 +1,6 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.8.0", "version": "1.8.1",
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.", "description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module", "type": "module",
"repository": { "repository": {