| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-17 | 1.3 kB | |
| Release v1.0.10 source code.tar.gz | 2026-06-17 | 4.4 MB | |
| Release v1.0.10 source code.zip | 2026-06-17 | 4.5 MB | |
| ChatAnyLLM-Setup-1.0.10.exe | 2026-06-17 | 82.1 MB | |
| latest.yml | 2026-06-17 | 351 Bytes | |
| Totals: 5 Items | 91.0 MB | 1 | |
New Features
- Audio/Video rendering - Native HTML5 controls for audio and video in markdown content
- Media download redirect - Downloads via native controls open in default browser, bypassing Electron's download manager
Improvements
- Test connection icon - Signal bars icon replaces CheckCircle for a clearer connectivity metaphor
- Image download - External URLs now use a fetch-to-blob pipeline; images save correctly instead of writing the link text
- LaTeX preprocessing - Backslash-bracket delimiters ([...] and (...)) are converted to remark-math dollar-sign syntax before rendering
- CSS passthrough - img and a custom components pass through style and other attributes from raw HTML
- Rich media captions - figure and figcaption tags added to the sanitization schema
- Save & Regenerate button - Updated to GitHub-inspired green (#1f883d) for consistency across projects
Bug Fixes
- CORS - Fixed cross-origin blocking of media downloads by injecting Access-Control-Allow-Origin header on all responses
- Image download - Fixed image download saving the URL string instead of the actual image file for external links
Maintenance
- Capitalized copyright holder name in LICENSE