Skip to content

Releases: u14app/gemini-next-chat

v1.10.1

18 Mar 03:25
Compare
Choose a tag to compare

feat: The latest model list will be automatically pulled when the page is loaded
fix: Fix the problem of invalid regeneration
fix: Fixed the issue of abnormal layout of search references
fix: Models that don't support plugins no longer send tools settings


feat: 页面加载时会自动拉取最新的模型列表
fix: 修复重新生成功能无效问题
fix: 修复搜索引用布局异常问题
fix: 不支持插件的模型不再发送工具设置

v1.10.0

17 Mar 10:48
Compare
Choose a tag to compare

This update focuses on enhanced image and text capabilities and performance optimizations:

  • New Image and Text Model: Added support for the gemini-2.0-flash-exp-image-generation model, which can generate content with mixed image and text layouts.
  • Image Size Optimization: Generated images will be automatically compressed to reduce file size.
  • Image Loading Optimization: Optimized image loading using lazy loading technology to reduce the impact of image rendering on text generation speed.

Now, you can experience richer image and text interaction and smoother content generation speed!


本次更新聚焦于更强大的图文能力和性能优化:

  • 全新图文模型: 新增支持 gemini-2.0-flash-exp-image-generation 模型,可生成包含图文混排的内容。
  • 图片体积优化: 生成的图片将自动压缩,减小文件大小。
  • 图片加载优化: 采用懒加载技术优化图片加载,减少图片渲染对文本生成速度的影响。

现在,您可以体验更丰富的图文互动和更流畅的内容生成速度!

WeChatad8d91adbc3ef33ed8d2a22939bb88c7

v1.9.1

21 Feb 11:28
Compare
Choose a tag to compare

fixed: the issue that the client could not use real-time multimodal video and screen capture normally, and optimized the settings interface appropriately.


修复了客户端无法正常使用实时多模态视频和屏幕捕捉的问题,并适当优化了设置界面。

v1.9.0

21 Feb 04:47
Compare
Choose a tag to compare

This update introduces powerful multimodal live streaming capabilities and optimizes performance and documentation:

  • Major Release: Multimodal Live Streaming!
    • Supports the Gemini Multimodal Live API. Note: Currently, the official version only supports models like gemini-2.0-flash.
  • Voice Mode Upgrade: The original voice mode has been refactored into a component, and automatic recording settings have been added.
  • Performance Optimization:
    • Optimized Office file parsing code, changed to dynamic import, reducing the number of files loaded on the landing page.
    • The system instruction and attachment area components are now dynamically loaded, improving loading speed.
    • Removed early compatibility code from the store.
  • Documentation Update:
    • Improved documentation content and added a new Roadmap.
    • Added Frequently Asked Questions for the Multimodal Live API.
    • Added documentation for using the Multimodal Live API proxied by Cloudflare Worker.
  • Bug Fixes:
    • Adjusted defaultValue to value to prevent form state from being cached.
  • Build Adjustments: Adjusted the wrangler.toml configuration.

We are committed to continuously optimizing the product experience. Stay tuned for more exciting features!


本次更新带来了强大的多模态直播功能,并对性能和文档进行了优化:

  • 重磅推出:多模态直播!
    • 支持 Gemini Multimodal Live API。注意:目前官方仅支持 gemini-2.0-flash 这类模型。
  • 语音模式升级: 将原语音模式重构为组件,并增加自动录音设置。
  • 性能优化:
    • 优化了Office文件解析代码,改为动态导入,减少落地页加载的文件数量。
    • 将系统指令和附件区域组件改为动态加载,提升加载速度。
    • 移除了 store 中的早期兼容代码。
  • 文档更新:
    • 改进了文档内容,并添加了新的路线图(Roadmap)。
    • 新增了多模态直播 API 常见问题解答。
    • 新增了使用 Cloudflare Worker 代理的多模态直播 API 文档。
  • Bug修复:
    • 调整 defaultValue 为 value,防止表单状态被缓存。
  • 构建调整: 调整了 wrangler.toml 配置。

我们致力于不断优化产品体验,敬请期待更多精彩功能!

v1.8.1

15 Feb 14:51
Compare
Choose a tag to compare

This update primarily focuses on user interface enhancements and model optimization:

  • Model switching and title display in the conversation interface: You can now switch models within the conversation interface, and the conversation title is displayed for easier management and use.
  • File list display optimization: File names in the file list are now displayed more clearly and understandably.
  • Removed outdated models: Cleaned up unused models to maintain a concise model list.
  • CSS style adjustments: Optimized the interface style to enhance the visual experience.

本次更新主要集中在用户界面和模型优化:

  • 会话界面模型切换与标题显示: 现在可以在会话界面切换模型,并显示会话标题,方便管理和使用。
  • 文件列表显示优化: 文件列表中的文件名显示更加清晰易懂。
  • 移除过时模型: 清理了不再使用的模型,保持模型列表的简洁。
  • CSS 样式调整: 优化了界面样式,提升视觉体验。

v1.8.0

10 Feb 04:07
Compare
Choose a tag to compare

This update focuses on enhancing file processing capabilities and conversation experience:

  • New Office File Parsing: You can now parse the content of Office files (e.g., .docx, .xlsx, .pptx).
  • Office File Upload Support: The file upload feature now supports Office file types.
  • Smarter Conversation Management: Empty conversations are no longer automatically named.
  • Optimized Issue Output Experience: Improved fluency and readability of problem presentation.
  • Bug Fixes:
    • Fixed an issue where Cloudflare pages did not support fetch cache.
    • Fixed an issue where text-type files could not be uploaded correctly.
    • Fixed an issue with abnormal functionCall variable judgment.

本次更新重点提升了文件处理能力和对话体验:

  • 新增 Office 文件解析: 现在可以解析 Office 文件(例如 .docx, .xlsx, .pptx)的内容。
  • 支持上传 Office 文件: 文件上传功能支持 Office 文件类型。
  • 更智能的对话管理: 空对话不再自动命名。
  • 优化问题输出体验: 提升了问题呈现的流畅性和易读性。
  • Bug 修复:
    • 修复了 Cloudflare 页面不支持 fetch cache 的问题。
    • 修复了文本类型文件无法正常上传的问题。
    • 修复了 functionCall 变量判断异常的问题。

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: 修复一些已知问题