Skip to content

Releases: u14app/gemini-next-chat

v1.7.2

06 Feb 14:41
Compare
Choose a tag to compare

This update mainly enhances the Google Grounding Search function:

  • New Google Grounding Search result UI: You can now view the search results of Google Grounding Search more intuitively.
  • Document export adaptation to Grounding Search: The document export function has been optimized to better support Grounding Search.
  • Added error information to the model list API: The model list API now returns more detailed error information to facilitate troubleshooting.
  • Document update: Corrected the incorrect document description and added more detailed instructions.

本次更新主要围绕 Google Grounding Search 功能进行了增强:

  • 新增 Google Grounding Search 结果UI: 现在可以更直观地查看 Google Grounding Search 的搜索结果。
  • 文档导出适配 Grounding Search: 优化了文档导出功能,使其更好地支持 Grounding Search。
  • 模型列表API增加错误信息: 模型列表API现在会返回更详细的错误信息,方便问题排查。
  • 文档更新: 更正了错误文档描述,并添加了更详细的说明。

v1.7.1

06 Feb 01:32
Compare
Choose a tag to compare

Support for Gemini 2.0


支持 Gemini 2.0

v1.7.0

04 Feb 05:39
Compare
Choose a tag to compare

This update brings the following improvements:

  • More natural and smooth conversation experience: Voice mode optimization, more concise and natural conversation.
  • Automatic topic naming: The system will automatically name the conversation for easy management.
  • Improved chat content clearing function: The operation of clearing chat content has been optimized to avoid content loss caused by misoperation.
  • Better interface display: The display of long code has been optimized, and the code box is shrunk by default on small screens; the link text line break display has been improved; the image compression ratio problem has been fixed.
  • Code copying and highlighting improvements: Markdown syntax is no longer included when copying code; the error of code highlighting when the content language type cannot be recognized has been fixed.
  • Other optimizations: The background logic, Markdown typesetting, system command layout and default model settings have all been optimized.
  • New code contribution guide: We have added a code contribution guide, welcome your participation!

We are committed to providing a better user experience, thank you for your support!


本次更新带来以下改进:

  • 更自然流畅的对话体验: 语音模式优化,对话更简洁自然。
  • 自动话题命名: 系统将自动为对话命名,方便管理。
  • 改进的清除聊天内容功能: 优化了清除聊天内容的操作,避免误操作导致内容丢失。
  • 更好的界面显示: 长代码显示优化,小屏幕下代码框默认收缩;链接文字换行显示改进;修复了图像压缩比例问题。
  • 代码复制及高亮改进: 复制代码时不再包含Markdown语法;修复了代码高亮在无法识别内容语言类型时的错误。
  • 其他优化: 后台逻辑、Markdown排版、系统指令布局及默认模型设置均进行了优化。
  • 新增代码贡献指南: 我们新增了代码贡献指南,欢迎您的参与!

我们致力于提供更好的用户体验,感谢您的支持!

v1.6.1

31 Jan 02:23
Compare
Choose a tag to compare
v1.6.1 Pre-release
Pre-release

fix: Fixed some known issues


fix: 修复一些已知问题

v1.6.0

26 Jan 17:29
Compare
Choose a tag to compare

feat: Add multi-key support
feat: Add support for mermaid
refactor: Use react-markdown to replace markdown-it to improve rendering performance and optimize content layout
refactor: Optimize file upload logic, use inlineData for files smaller than 2MB to reduce file upload frequency
refactor: Optimize assistant role prompt generation logic


feat: 增加多 key 支持
feat: 增加对 mermaid 的支持
refactor: 使用 react-markdown 替换 markdown-it 提升渲染性能以及优化内容排版
refactor: 优化文件上传逻辑,小于 2MB 的文件使用 inlineData 降低文件上传频率
refactor: 优化助手角色提示生成逻辑

v1.5.3

21 Jan 13:21
Compare
Choose a tag to compare

refactor: Optimize model list loading logic and add list refresh button
fix: Fixed some known bugs


refactor:优化模型列表加载逻辑,增加模型列表手动刷新按钮
fix:修复部分已知bug

v1.5.2

20 Jan 14:44
Compare
Choose a tag to compare

fix: Fixed the issue that the project in docker deployment mode cannot upload files normally
fix: Fixed the issue that recording could not be done normally in voice mode


修复:修复docker部署模式下项目无法正常上传文件的问题
修复:修复语音模式下无法正常录音的问题

v1.5.0

20 Jan 07:29
Compare
Choose a tag to compare

feat: Added Artifact feature, supports AI writing, adjustment of reading level, content length, multi-language translation, continuation, and addition of emojis
feat: Added export conversation feature, support exporting to markdown file
refactor: Use local compressed scripts to solve the problem that compressed scripts cannot be loaded normally in some cases
fix: Use the v1alpha api version to solve the problem of abnormal thinking model
fix: Compatible with Gemini 2.0 version safetySettings parameter changes
fix: Fixed the issue that the default search is not compatible with other plugins.


feat: 新增 Artifact 功能,支持 AI 写作、调整阅读级别、内容长度、多语言翻译、续写、添加表情符号
feat: 新增导出对话功能,支持导出为 markdown 文件
refactor: 使用本地压缩脚本,解决某些情况下压缩脚本无法正常加载的问题
fix: 使用 v1alpha api 版本,解决思维模型异常问题
fix: 兼容 Gemini 2.0 版本 safetySettings 参数变更
fix: 修复默认搜索与其他插件不兼容的问题

v1.4.0

13 Jan 12:45
Compare
Choose a tag to compare

feat: gemini-2.0-flash-exp enables the network search feature by default


feat: gemini-2.0-flash-exp 默认启用网络搜索功能

v1.3.1

03 Jan 05:45
Compare
Choose a tag to compare

feat: Added a translation button to support translating the conversation content into the system language
feat: Added env api to and global env store
refactor: Refactoring file upload logic
refactor: Optimize PWA installation method
fix: Fixed the issue that the backend api did not correctly verify the access password
fix: Fixed the issue where the dialogue content might exceed the area
fix: Fixed the layout problem of assistant recommendation module
fix: Compatible with iPhone series phones with notch screen
build: Optimize Dockerfile configuration file
build: Optimize next.config.js configuration file


feat: 增加翻译按钮,支持将对话内容翻译成系统语言
feat: 增加 env api 到全局 env store
refactor: 重构文件上传逻辑
refactor: 优化 PWA 安装方式
fix: 修复后端 api 未正确验证访问密码的问题
fix: 修复对话内容可能超出区域的问题
fix: 修复助手推荐模块布局问题
fix: 兼容刘海屏 iPhone 系列手机
build: 优化 Dockerfile 配置文件
build: 优化 next.config.js 配置文件