v2.8.8
ChatGPTNextWeb/NextChatv2.8.8Jul 6, 2023by Yidadaa
AI Summary
Adds Bangla language support, a setting to hide built-in masks, and fixes for model ID fetching and Safari browser compatibility.
Key Highlights
- Added support for Bangla language
- Added setting to hide built-in masks
- Fixed model ID fetching using /list/models
- Fixed Safari polyfill composing
New Features
- Bangla language support
- Hide built-in masks setting
- Custom mask sharing as link
Full Release Notes
## What's Changed * fix: temperature -> top_p by @PaRaD1SE98 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2242 * feat: close #2192 use /list/models to get model ids by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2253 * 修复摘要总结后不会被使用 by @sunls233 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2260 * feat: add setting to hide built-in masks by @marcusschiesser in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2256 * fix: #2252 polyfill composing for old safari browsers & fix #2261 by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2263 * feat: close #1072 share mask as link by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2264 * Added support for Bangla language. by @imabutahersiddik in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2268 * feat: improve image preview & model switcher model ux by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2269 ## New Contributors * @sunls233 made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2260 * @marcusschiesser made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2256 * @imabutahersiddik made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2268 **Full Changelog**: https://github.com/Yidadaa/ChatGPT-Next-Web/compare/v2.8.7...v2.8.8