Skip to content

v0.9.2 Support unlimited sessions and Docker deployment 🔥🔥

Latest
Compare
Choose a tag to compare
@Peek-A-Booo Peek-A-Booo released this 27 Sep 08:15
· 8 commits to main since this release

v0.9.2 支持了 Docker 部署,感谢 @kanrin 大力支持。同时支持了无限会话功能,可以自定义会话阈值将历史消息进行总结,提升会话的连贯性。

v0.9.2

新增

  • 支持 Docker 部署,#15
  • 新增支持配置会员阈值进行会话总结,达到“无限会话”的效果
  • "会话设置" 新增支持配置 历史消息压缩阈值

修复

  • 修复 avatar UI 显示错误问题
  • 修复 .env.local.demo 文件中的配置错误
  • 修复多语言配置错误
  • 修复 remark-gfm 版本升级后造成 react-markdown 内容解析错误的问题
  • 修复会话 loading 时的 Loading 图标显示效果
  • 修复 next-intl 缺少默认时区报错的问题
  • 修复部分情况下系统设置菜单无法正常打开的问题
  • 修复 #10

调整

  • 重构部分页面模块 UI,迁移到 shadcn/ui
  • 调整 OpenAI API Key 的代理配置逻辑,修复 #11
  • 会话 loading 时禁止播放语音
  • 调整 Serverless Functions 的超时时间为 5 分钟
  • 调整账户中心 UI 界面

v0.9.2 added support for Docker deployment, thanks to @kanrin for the strong support. It also supports unlimited session functionality, allowing customization of session thresholds to summarize historical messages and improve session coherence.

Add

  • Support Docker deployment, #15
  • Added support for configuring a member threshold for session summarization to achieve the effect of "unlimited sessions"
  • "Session Settings" added support for configuring the threshold of message compression for historical messages.

Fixed

  • Fix avatar UI display error issue
  • Fix configuration error in .env.local.demo file
  • Fix multiple language configuration errors
  • Fix the issue of parsing error in react-markdown caused by upgrading remark-gfm version
  • Fix the display effect of the loading icon during session loading
  • Fix the error of missing default time zone for next-intl
  • Fix the issue where the system settings menu cannot be opened properly in some cases
  • Fixed #10

Changed

  • Reconstruct some page module UI and migrate to shadcn/ui
  • Adjust the proxy configuration logic for OpenAI API Key, fix #11
  • Disable voice playback during conversation loading.
  • Adjust the timeout time of Serverless Functions to 5 minutes.
  • Adjust account center UI interface.