v1.9.3
ChatGPTNextWeb/NextChatv1.9.3Apr 5, 2023by Yidadaa
AI Summary
This version focuses on session management by adding a clear messages feature and improving the display of exported chat history. Key highlights include the addition of a clear session button, optimization of Markdown rendering, and fixes for theme color updates.
Key Highlights
- Added Clear Session feature
- Optimized display of exported chat history
- Fixed auto theme not updating theme-color
- Fixed header title overflow
New Features
- Clear session functionality
- Markdown rendering optimization
Full Release Notes
## What's Changed
* fix: add media query to theme-color, fix auto theme not updating theme-color by @yorunning in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/435
* 访问改成授权 by @KakaWanYifan in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/447
* linkTarget={'_blank'},这个对于对话框中的链接,会在新的tab页打开,体验更好。 by @KakaWanYifan in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/456
* Update settings.tsx by @ClarenceYk in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/476
* [opt] Optimize the display of exported chat history content. by @gaogao1030 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/434
* chore: removed redundant checkUsage by @quark-zju in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/491
* perf: memorize markdown rendering by @quark-zju in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/496
* fix: header title overflow by @yorunning in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/500
* fix 头像无法正常显示 by @waltcow in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/497
* fix(utils): 修复复制问题 by @zyqq in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/482
* feat: split docs, clear messages and fix stop response by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/510
## New Contributors
* @KakaWanYifan made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/447
* @ClarenceYk made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/476
* @gaogao1030 made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/434
* @waltcow made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/497
* @zyqq made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/482
**Full Changelog**: https://github.com/Yidadaa/ChatGPT-Next-Web/compare/v1.9.2...v1.9.3