Skip to content

3.10

Latest
Compare
Choose a tag to compare
@zmh-program zmh-program released this 10 Mar 06:09
· 116 commits to main since this release

v3.10

  • feat: support unforced smtp registration 支持非强制 SMTP 发件注册 (#42)
  • feat: support edit message and delete message 支持编辑和删除消息 (#51)
  • feat: update file uploader and add auto copy file feature in chat input 支持输入框 Ctrl+V 复制图片 (#61)
  • feat: support file viewer 支持上传文件查看 (#61)
  • feat: suppport customize temperature, top_p, top_k params 支持自定义温度, TopP, TopK 等参数 (#61)
  • feat: add is_banned field in user table 支持封禁和解封用户 (#61)
  • feat: support update password, update email, set quota, set subscription level and release usage actions in admin user management interface 支持在用户管理中更新用户密码, 邮箱, 设置点数, 设置订阅等级和释放订阅用量 (#61)
  • feat: support midjourney upscale / variation / reroll actions 支持 Midjourney U(放大)/V(变化)/R(重绘) 操作 (#40)
  • feat: hiding secret feature 隐藏报错的模型密钥 (#67)
  • feat: support unlimited plan usage 支持无限订阅配额 (设置配额为 -1)
  • feat: support custom article/generation permission groups 支持自定义批量生成文章/项目生成器可使用分组
  • feat: support model cache buffer feature 支持模型缓存
  • feat: support close registration (#72) 支持关闭注册
  • feat: support generate image and save image in sharing page 支持分享的对话的生成图片保存
  • feat: support function calling in relay 中转支持 Function Calling
  • feat: using tremor charts instead of react-chartjs 后台仪表盘图表优化: 使用 Tremor 替代 React ChartJs
  • feat: optimize sharing feature, add mobile adapter, add maximized screen and minized screen feature 支持分享对话的全屏显示功能
  • feat: support custom mask editor 支持自定义预设编辑 (#76)
  • restruct: frontend conversation refactor and performance optimization 重构前端对话运行时和状态管理 (#82)
  • feat: support rename conversation, support vision capability for claude-3 models and fix high context bug 修复高上下文文件仍会被自动切断的问题 (#83)
  • fix: avoid truncating base64 images 修复 base64 图片会被识别为过长 自动切断问题
  • feat: optimize scroll area and message acitons 优化对话滚动操作
  • fix: fix subscription time pointer is nil error 修复订阅时间异常指针为空情况 (#90)
  • fix: send key error 修复发送键问题 (#87)
  • feat: readable subscription levels 可读化订阅等级 (#86)
  • feat: seo optimization 自定义网站名称和 Logo 的 SEO 优化 (#91)
  • feat: support markdown/html on site notify 通知支持 HTML/Markdown 格式
  • fix: fix preset issues 修复预设在发送后消失问题