v2.8.3

ChatGPTNextWeb/NextChatv2.8.3Jun 21, 2023by Yidadaa

AI Summary

Includes security updates, dependency bumps, and new API parameter support.

Key Highlights

  • Remediation of CVE-2023-2251
  • Added frequency_penalty request parameter
  • Norwegian language support

New Features

  • Frequency penalty parameter
  • Norwegian translation
  • CVE remediation

Full Release Notes

## What's Changed
* chore(deps): bump mermaid from 10.1.0 to 10.2.3 by @dependabot in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2004
* chore(deps): bump react-markdown from 8.0.6 to 8.0.7 by @dependabot in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2008
* chore(deps-dev): bump @types/node from 18.15.11 to 20.3.1 by @dependabot in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2007
* chore(deps): bump use-debounce from 9.0.3 to 9.0.4 by @dependabot in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2005
* Fix Japanese language file by @taro-ishihara in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2009
* Remediation of CVE-2023-2251 by @yeenbean in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2002
* Add Norwegian translation by @perandre in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1065
* feat: add nynorsk option by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2018
* fix: #1771 should not lose chat context when sumindex > n - count by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2028
* feat: Add frequency_penalty request parameter by @AngelLiang in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1807
* fix: #2055 should render mermaid completely by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2056
* chore(deps-dev): bump @types/react from 18.0.31 to 18.2.12 by @dependabot in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2054
* chore(deps-dev): bump lint-staged from 13.2.0 to 13.2.2 by @dependabot in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2053
* chore(deps): bump zustand from 4.3.6 to 4.3.8 by @dependabot in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2050
* chore(deps): bump next from 13.4.3 to 13.4.6 by @dependabot in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2051
* feat: i18n in message exporter by @ilizhu in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2048
* fix: #2061 RequestInit TypeError by @mushan0x0 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2064
* restore last window state (position and size) on startup by @macvip in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2065

## New Contributors
* @dependabot made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2004
* @taro-ishihara made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2009
* @yeenbean made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2002
* @perandre made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1065
* @AngelLiang made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1807
* @ilizhu made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2048
* @mushan0x0 made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2064
* @macvip made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/2065

**Full Changelog**: https://github.com/Yidadaa/ChatGPT-Next-Web/compare/v2.8.2...v2.8.3