v2.0.1
ChatGPTNextWeb/NextChatv2.0.1Apr 27, 2023by Yidadaa
AI Summary
Major update introducing 'Masks' (prompt templates), migrating to React Router, and adding organization ID support.
Key Highlights
- Introduce 'Masks' feature for prompt templates
- Migrate to React Router
- Improve long-term history support
- Add organization ID support
- Fix Edge Runtime settings issue
Breaking Changes
- May cause incompatibility with old version data
New Features
- Prompt Templates (Masks)
- React Router integration
- Long-term history improvement
- Organization ID support
- Optimize topic and summary prompts
- Fix unsupported Linux distribution in setup.sh
Full Release Notes
 🚀 v2.0 is coming! In this update, we bring you a brand new preset character feature "Mask". Now, you can put on a mask for your ChatGPT and create your own personalized tool using Zero, One and Few Shot Prompting techniques. With the Masks feature, you can easily create, share, and debug prefab characters with multiple preset prompts, and launch a new chat instance anytime you want, all within your control! 💡 This update may cause incompatibility with old version data. If you encounter any problems, please try clearing your browser cache. --- 🚀 v2.0 重磅来袭!本次更新我们带来了全新的预设角色功能:“面具”,现在开始,为你的 ChatGPT 戴上面具,然后使用 Zero, One and Few Shot Prompting 技术创建你的专属工具!通过面具功能,你可以非常方便地创建、分享和调试包含多条预设 Prompt 的预制角色,并且随时从它启动一个新的对话实例,一切尽在你的掌控之中! 💡本次更新可能会导致与旧版本数据不兼容,如果遇到问题,请尝试清除浏览器缓存。 ## What's Changed * fix: typo by @Chandler-Lu in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/885 * Optimize topic and summary prompts in tw.ts by @jtung4 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/891 * feat: close #864 improve long term history by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/892 * fix:delete user.svg by @L1468999760 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/893 * fix user prompt translation by @aooyoo in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/900 * Update app/components/chat.tsx by @ClarenceYk in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/902 * Added support for organization ID by @yinm0591 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/933 * Bugfix 0420 by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/955 * refactor: close #643 use react router by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/959 * 修复 Edge Runtime 设置失效问题 by @shih-liang in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/968 * [Bug] Unsupported Linux distribution when running setup.sh on Ubuntu OS by @jzjwonderful in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/979 * Bugfix 0421 by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/987 * [Fix] adjust presence_penalty step 0.1 by @0x9be00ff1 in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/980 * fix: typo by @yunwuu in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/991 * Update README.md by @eltociear in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1011 * fix typo & add timeout to stuck request by @yunwuu in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1015 * fix: raw.split is not a function by @yunwuu in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1019 * Improve tw locale by @PeterDaveHello in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1016 * fix: 修复在聊天很短没有覆盖整个区域时显示回到底部按钮的bug by @shih-liang in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1103 * fix: use innerHTML may leads unexpected script execution by @BaiMeow in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1102 * v2.0 Prompt Templates by @Yidadaa in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/993 ## New Contributors * @Chandler-Lu made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/885 * @L1468999760 made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/893 * @yinm0591 made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/933 * @shih-liang made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/968 * @jzjwonderful made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/979 * @0x9be00ff1 made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/980 * @yunwuu made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/991 * @eltociear made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1011 * @PeterDaveHello made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1016 * @BaiMeow made their first contribution in https://github.com/Yidadaa/ChatGPT-Next-Web/pull/1102 **Full Changelog**: https://github.com/Yidadaa/ChatGPT-Next-Web/compare/v1.9.9...v2.0.1