v2.8.2
ChatGPTNextWeb/NextChatv2.8.2Jun 15, 2023by Yidadaa
AI Summary
Fixes specific bugs related to state management and application behavior on standalone builds.
Key Highlights
- Fixed zustand array push not triggering component updates
- Fixed fullscreen behavior on standalone build
New Features
- Fixed state update triggers
- Fixed fullscreen behavior
Full Release Notes
## What's Changed * fix: updating the array using push in zustand does not actually trigger component updates by @Jiacheng787 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1973 * fix: #1982 should not fullscreen on standlone build by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1990 ## New Contributors * @Jiacheng787 made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1973 **Full Changelog**: https://github.com/Yidadaa/ChatGPT-Next-Web/compare/v2.8.1...v2.8.2