2.35.2 (2026-09-23)
Bug Fixes
- derive model name from the slug (bb9ea2c)
- escape title and metadata in HTML export (7787cdc)
- keep display math and
$in HTML export (4662547) - keep formulas intact in text export (6376c96)
- keep product names in shopping answers (4ffda29)
- keep raw conversation intact when processing (fc910b5)
- keep thinking order and include preambles in thinking export (c9877f2)
- label generated images as ChatGPT (ba8bea2)
- preserve all text parts in Ooba exports (3244bf1)
- preserve raw conversations in JSON exports (b06d472)
- replace every metadata variable occurrence (f71c1ca)
- replace model_name metadata variable in HTML (d7841a2)
- show file names for citations of uploaded files (15368f9)
- show image search results as images (56bb8ae)
- skip empty assistant replies in exports (82ff6c8)
- skip thinking preamble messages in exports (16fd74d)
- use one avatar style for assistant messages in HTML export (439c727)
- write display math as
$$blocks in markdown export (64132e6), closes #281