Releases: u14app/gemini-next-chat
v1.6.0
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
refactor: Optimize model list loading logic and add list refresh button
fix: Fixed some known bugs
refactor:优化模型列表加载逻辑,增加模型列表手动刷新按钮
fix:修复部分已知bug
v1.5.2
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
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
feat: gemini-2.0-flash-exp
enables the network search feature by default
feat: gemini-2.0-flash-exp
默认启用网络搜索功能
v1.3.1
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 配置文件
v1.2.1
feat: Adapt the thinking series models
feat: The model parameters are initialized according to the model
feat: Added reset settings button
refactor: Function calls are adjusted to run locally
refactor: Removed GEMINI_UPLOAD_BASE_URL
global parameter and refactored related logic
refactor: Upgrade tauri version to 2.0 and refactor related logic
refactor: Optimize the rendering process of text stream
fix: Fixed the issue with copying and deleting in the conversation list.
fix: Fixed the issue where the plugin button could not be displayed properly when switching models
fix: Fixed the rendering anomaly of code blocks when the code language type is missing
build: Add cloudflare deployment configuration file
feat: 适配 Thinking 系列模型
feat: 根据模型初始化模型参数
feat: 增加重置设置按钮
refactor: 调整函数调用为本地运行
refactor: 移除 GEMINI_UPLOAD_BASE_URL
全局参数并重构相关逻辑
refactor: 升级 tauri 版本到 2.0 并重构相关逻辑
refactor: 优化文本流渲染流程
fix: 修复对话列表中复制和删除问题
fix: 修复切换模型时插件按钮无法正常显示的问题
fix: 修复代码语言类型缺失时代码块渲染异常问题
build: 添加 cloudflare 部署配置文件
v1.0.0
- Support plugins, with built-in Web search, Web reader, Arxiv search, Weather and other practical plugins
- Conversation list, so you can keep track of important conversations or discuss different topics with Gemini
- Restructure the assistant market to support custom assistants
- 插件系统,内置网络搜索、网页解读、论文搜索、实时天气等多种实用插件
- 会话列表,让您可以保持重要的会话内容或与 Gemini 讨论不同的话题
- 重构助理市场,支持自定义助理
v0.12.3
feat: Get the list of available models for the user
feat: Add support for pdf files
refactor: Remove code logic related to compatibility with earlier data formats
feat: 获取用户可用模型列表
feat: 添加对 pdf 文件的支持
refactor: 删除与早期数据格式兼容性相关的代码逻辑
v0.12.2
- fix: Fixed the issue of audio duration loss in recorded files
- fix: Fixed the issue with low recording volume on Safari browser
- fix: Fixed the issue where the access password box in docker mode was hidden by mistake
- fix: 修复录制文件中音频时长丢失的问题
- fix: 修复 Safari 浏览器下录制音量低的问题
- fix: 修复 docker 模式下访问密码框被误隐藏的问题