v2.15.1

ChatGPTNextWeb/NextChatv2.15.1Sep 7, 2024by lloydzhou

AI Summary

This is a hotfix release that fixes Mermaid diagram rendering issues, adds crossOrigin attributes for the web manifest, and corrects default plugin configuration.

Key Highlights

  • Hotfix Mermaid rendering issue
  • Add crossOrigin for site.webmanifest
  • Fix default plugin ids to empty array

New Features

  • Mermaid rendering fix
  • Web manifest crossOrigin attribute
  • Default plugin configuration fix

Full Release Notes

## What's Changed
* hotfix Mermaid can not render. close #5374 by @lloydzhou in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5377
* Add crossOrigin="use-credentials" for site.webmanifest by @reggiezhang in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5381
* fix(#5378): default plugin ids to empty array by @SukkaW in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5383

## New Contributors
* @reggiezhang made their first contribution in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5381

**Full Changelog**: https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/compare/v2.15.0...v2.15.1