Releases: ChatGPTNextWeb/NextChat
Releases · ChatGPTNextWeb/NextChat
v1.9.5 Auto Grow Input & Hot Keys
What's Changed
- feat: 添加对热键的支持 Escape to close settings, Up Arrow to get last input by @zhongmeizhi in #587
- fix: hide toast when confirmation box is cancelled by @yorunning in #595
- feat: textarea with adaptive height by @leedom92 in #318
- fix: auto grow textarea by @Yidadaa in #617
Full Changelog: v1.9.4...v1.9.5
v1.9.4 Drag & Drop Chat, FAQ, and Bug fixes
What's Changed
- Drag & Drop support for ChatList by @xiaotianxt in #509
- Update requests.ts by @Yidadaa in #557
- fix: 兼容不同浏览器的input range by @zhongmeizhi in #535
- docs: 更新中文FAQ faq-cn.md by @latorc in #566
- fix: distinguish PC/Mobile behavior on auto-scroll by @xiaotianxt in #565
- refactor: optimize component
IconButton
by @leedom92 in #567 - fix: toast, renaming and revert delete session by @Yidadaa in #574
- Add FAQ-EN. by @XGZepto in #576
- fix: #537 delete chat button style by @Yidadaa in #583
New Contributors
- @zhongmeizhi made their first contribution in #535
- @latorc made their first contribution in #566
- @XGZepto made their first contribution in #576
Full Changelog: v1.9.3...v1.9.4
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
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