v2.9.3
ChatGPTNextWeb/NextChatv2.9.3Aug 9, 2023by Yidadaa
AI Summary
Optimizes application performance and user experience by implementing lazy loading for messages, disabling auto-focus on mobile, and preventing GPT-4 usage for summarization tasks.
Key Highlights
- Improved lazy load message list for performance
- Disabled auto-focus on mobile screens
- Do not summarize with GPT-4 by default
New Features
- Lazy load message list
- Disable mobile auto-focus
- Optimized model summarization logic
Full Release Notes
## What's Changed * feat: close #2545 improve lazy load message list by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2555 * fixup: improve auto scroll algo by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2556 * feat: disable auto focus on mobile screen by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2557 * font family display enhance by @7lsu in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2573 * feat: #2583 do not summarize with gpt-4 by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2585 * Fix typo in README.md by @eltociear in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2588 * Update Model Pricing.md by @ZhangYichi-ZYc in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2590 ## New Contributors * @ZhangYichi-ZYc made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2590 **Full Changelog**: https://github.com/Yidadaa/ChatGPT-Next-Web/compare/v2.9.2...v2.9.3