Releases: ChatGPTNextWeb/ChatGPT-Next-Web
Releases · ChatGPTNextWeb/ChatGPT-Next-Web
v1.9.3 Clear Session, Bug fixes and UX Improvement
What's Changed
- fix: add media query to theme-color, fix auto theme not updating theme-color by @yorunning in #435
- 访问改成授权 by @KakaWanYifan in #447
- linkTarget={'_blank'},这个对于对话框中的链接,会在新的tab页打开,体验更好。 by @KakaWanYifan in #456
- Update settings.tsx by @ClarenceYk in #476
- [opt] Optimize the display of exported chat history content. by @gaogao1030 in #434
- chore: removed redundant checkUsage by @quark-zju in #491
- perf: memorize markdown rendering by @quark-zju in #496
- fix: header title overflow by @yorunning in #500
- fix 头像无法正常显示 by @waltcow in #497
- fix(utils): 修复复制问题 by @zyqq in #482
- feat: split docs, clear messages and fix stop response by @Yidadaa in #510
New Contributors
- @KakaWanYifan made their first contribution in #447
- @ClarenceYk made their first contribution in #476
- @gaogao1030 made their first contribution in #434
- @waltcow made their first contribution in #497
- @zyqq made their first contribution in #482
Full Changelog: v1.9.2...v1.9.3
v1.9.2 Italian, Bug fixes
What's Changed
- ci(sync): skip main repo execution by @yorunning in #392
- Update: locales in Italian by @ilario92 in #377
- ci(sync): add push permission by @yorunning in #400
- fix: context message should exclude all error tips by @cyhhao in #401
- optimize: scrolling experience by @cyhhao in #404
- opt: back to autoscroll when hit bottom by @RugerMcCarthy in #415
- feat: optimize usage display by @ZyXianzi in #420
New Contributors
Full Changelog: v1.9.1...v1.9.2
v1.9.1 Contextual Prompts, Bug Fixes
What's Changed
- feat: add switch of send preview bubble by @RugerMcCarthy in #271
- fix(locales): Fix the missing SendPreviewBubble in ES configuration by @MapleGu in #360
- fix: fix history message count by @cesaryuan in #355
- translate SendPreviewBubble by @cyhhao in #376
- feat: add context prompt edit, fix #203 #244 #367 #289 #253 #356 #330 #321 by @Yidadaa in #378
New Contributors
- @MapleGu made their first contribution in #360
- @cesaryuan made their first contribution in #355
- @cyhhao made their first contribution in #376
Full Changelog: v1.9...v1.9.1
v1.9 Auto Sync Forked, UX Bug fixes.
What's Changed
- add auto sync fork action daily by @XiaoMiku01 in #262
- Update: locales in spanish by @DanielRondonGarcia in #259
- fix: #277 no cache for credit query by @Yidadaa in #283
- Update docker.yml by @hibobmaster in #294
- 修复在移动端高度被搜索栏占用导致无法完整显示一屏问题 by @Dogtiti in #285
- feat: add confirm tips when deleting conversation on pc by @leedom92 in #303
- ci: update sync action by @yorunning in #324
- fix: #331 修复中文输入法下enter错误发送消息问题 by @qirong77 in #333
- fix: 微信 Android 内置浏览器兼容性 by @quark-zju in #322
- Fix typos by @SadPencil in #347
- The Clear Data button on the Settings page is only clear for all dialog data. by @AprilNEA in #346
New Contributors
- @XiaoMiku01 made their first contribution in #262
- @DanielRondonGarcia made their first contribution in #259
- @Dogtiti made their first contribution in #285
- @yorunning made their first contribution in #324
- @qirong77 made their first contribution in #333
- @quark-zju made their first contribution in #322
- @SadPencil made their first contribution in #347
Full Changelog: v1.8...v1.9
v1.8 Bug fix and UX Improve
v1.7.2 Minor Changes, For Docker Build
What's Changed
- fix: remove English punctuation in generated title by @yanglyu902 in #228
- fix: update yarn.lock file by @jack0pan in #226
New Contributors
- @yanglyu902 made their first contribution in #228
- @jack0pan made their first contribution in #226
Full Changelog: v1.7.1...v1.7.2
v1.7.1 Minor Changes, For Docker Build
What's Changed
- onUserSubmit hide promptHints by @angular-moon in #197
- feat: import remark-breaks plugin by @RugerMcCarthy in #202
- feat: setUserInput with onDoubleClickCapture in mobile phone by @leedom92 in #213
- CI: Multi Arch docker builds by @hibobmaster in #215
New Contributors
- @angular-moon made their first contribution in #197
- @leedom92 made their first contribution in #213
- @hibobmaster made their first contribution in #215
Full Changelog: v1.7...v1.7.1
v1.7 Prompt List, UX Fix and Account Balance
更新日志
v1.7 版本已经发布,增加了提示词列表,输入 / 即可触发;以及交互改进,更多的环境变量配置,fork 的下游项目请参考文档同步代码以获得更新。
What's Changed
- feat: language support traditional chinese by @himicos in #109
- feat: #2 add prompt list by @Yidadaa in #74
- chore: move some dependencies to devDependencies by @basefas in #125
- Update app/locales/tw.ts by @himicos in #129
- fix: message top action style issue by @stonega in #127
- feat: add font size config by @iFwu in #89
- fix: mobile textarea autofocus ui error by @iSource in #146
- fix: #140 crash while hydrating store from old version by @Yidadaa in #147
- supports the display of line breaks in Markdown by @RugerMcCarthy in #148
- chore: standardize input box punctuation by @himicos in #158
- Update README.md by @gtang8 in #164
- fix: send button covering the text in the textarea by @GOWxx in #163
- fix: dialog height by @himicos in #162
- feat: improve prompts ux by @Yidadaa in #172
- fix: middleware match error by @Yidadaa in #179
New Contributors
- @himicos made their first contribution in #109
- @basefas made their first contribution in #125
- @stonega made their first contribution in #127
- @RugerMcCarthy made their first contribution in #148
- @gtang8 made their first contribution in #164
- @GOWxx made their first contribution in #163
Full Changelog: v1.6...v1.7
v1.6 Fix Docker Deploy & UX Bugfix
更新日志
v1.6 版本已经发布,主要是功能性修复,修复了 docker 部署无法填写访问码的问题,以及其他的交互改进,fork 的下游项目请参考文档同步代码以获得更新。
What's Changed
- fix: fix #82, close sidebar after new session by @AprilNEA in #85
- feat: add robots.txt by @iSource in #84
- fix: code copy button position by @iSource in #81
- fix: light theme code highlight by @Yidadaa in #87
- feat: CmdEnter config for submitkey, bug fix for auto scrolling by @xiaotianxt in #76
- fix: docker access code setting missing by @iSource in #100
New Contributors
- @xiaotianxt made their first contribution in #76
Full Changelog: v1.5...v1.6
v1.5 Docker, Bugfix and UX Improvements
更新日志
v1.5 版本已经发布,增加了 docker 镜像部署,增加 pwa 支持,修复了若干 UI 问题,fork 的下游项目请参考文档同步代码以获得更新。
What's Changed
- fix: #7 disable light code theme by @Yidadaa in #61
- Fix broswer tasklist and support safari webapp #54 by @AprilNEA in #64
- feat: add PWA support by @iSource in #67
- fix: resolve hydration error by @iFwu in #66
- fix(#65): fix unknown git commit id by @AprilNEA in #68
- feat: add docker deployment support by @AprilNEA in #39
New Contributors
- @AprilNEA made their first contribution in #64
- @iSource made their first contribution in #67
- @iFwu made their first contribution in #66
Full Changelog: v1.4...v1.5