v2.1.59
Added 3
- Add drag-to-transfer files across the project tree in explorer
- Add optional contact email field to feedback
- Add new file/dir and grouped row menu to explorer
Fixed 5
- Render chat KaTeX formulas once in Shadow DOM for markdown
- Make monochrome logos follow the theme color
- Stop renderer launch-failed reload storm with backoff and throttled relaunch in desktop
- Render relative images in agent replies
- Keep inline markup at the heading's size inside chat headings for markdown
Security 1
- Block path traversal in HTML renderer resource inlining
From AionUi
What's Changed
- feat(explorer): drag-to-transfer files across the project tree by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/4090
- fix(markdown): render chat KaTeX formulas once in Shadow DOM by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/4091
- feat(feedback): add optional contact email field by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/4096
- fix(security): block path traversal in HTML renderer resource inlining by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/4097
- fix(ui): make monochrome logos follow the theme color by @ChristianLuciani in https://github.com/iOfficeAI/AionUi/pull/3614
- fix(desktop): stop renderer launch-failed reload storm with backoff and throttled relaunch by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/4100
- feat(explorer): new file/dir + grouped row menu by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/4102
- fix(acp): render relative images in agent replies by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/4103
- fix(markdown): keep inline markup at the heading's size inside chat headings by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/4104
- refactor(media): read image root from ConversationContext by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/4105
- chore: bump version to 2.1.59 by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/4107
New Contributors
- @ChristianLuciani made their first contribution in https://github.com/iOfficeAI/AionUi/pull/3614
Full Changelog: https://github.com/iOfficeAI/AionUi/compare/v2.1.58...v2.1.59