🚀 New Features & Enhancements
- Conversation Fork (Experimental): Implemented a new experimental feature to branch off and fork conversations, including related UI improvements and storage management.
- Chrome Web Store Rating: Added a prompt and dedicated styles to encourage users to rate the extension on the Chrome Web Store.
- Microsoft Edge Support: Added a new CI workflow to build and publish the artifact for the Microsoft Edge add-on store.
🐛 Bug Fixes & Refinements
- Sync Authentication: Enhanced the cloud sync authentication flow to handle user denial properly and prevent double-click authorization prompt bugs.
- Quote-Reply Button: Repositioned and delayed the appearance of the quote-reply button to prevent accidental misclicks.
- UI & Styling Improvements: Added an explicit font-family to extension UI elements to prevent KaTeX CSP fallback errors. Also enhanced the mode switch panel handling and optimized the logic for title wrapping.
- Timeline Fixes: Fixed duplicate text issues by assigning unique marker IDs and excluded the fork button from history summaries.
🚀 新功能与特性
- 对话分支 (实验性): 新增了基于当前对话所在节点分叉 (Fork) 出新对话的功能,包含配套的 UI 交互和数据管理。
- 支持 Microsoft Edge: 新增了用于构建和发布配套 Microsoft Edge 扩展版本的 CI 工作流。
🐛 问题修复与优化
- 同步授权流程: 优化了云端同步(Google Drive)的授权流程,更完善地处理了用户拒绝授权的情况,并修复了双击导致的重复弹窗问题。
- 悬浮回复按钮: 调整了引用回复(Quote Reply)按钮的出现延迟和显示位置,以防止用户常规操作时的误触。
- UI 界面优化: 为扩展中注入的临时 UI 元素添加了显式的 font-family,以避免 KaTeX 渲染时的内容安全策略(CSP)报错;此外,增强了模式切换面板的处理以及优化了侧边栏标题的自动换行逻辑。
- 时间线(Timeline)修复: 修复了长文中存在重复文本片段时定位不准的 marker ID 逻辑,并在生成摘要时排除了 Fork 按钮的干扰。
What's Changed
- fix(ui): add explicit font-family to extension UI elements to prevent… by @pswitchy in #350
- fix: delay and reposition quote reply button to prevent misclicks / 延迟并调整引用按钮位置以防止误触 by @xiaotianxt in #346
New Contributors
- @pswitchy made their first contribution in #350
- @xiaotianxt made their first contribution in #346
📥 Installation
- Chrome:
gemini-voyager-chrome-v1.2.9.zip - Firefox:
gemini-voyager-firefox-v1.2.9.xpi - Safari:
gemini-voyager-v1.2.9.dmg
🍎 Safari 安装与限制 (Safari Installation & Limitations)
- 安装 (Installation): 下载并打开
gemini-voyager-v1.2.9.dmg,按提示安装应用。
Download and opengemini-voyager-v1.2.9.dmg, then follow the prompts to install the app. - 限制 (Limitations): 受限于 Safari 特性,以下功能暂不支持:(a) Nano Banana 水印去除 (b) 图片导出 (建议使用 PDF 导出) (c) Google Drive 云同步。
Due to Safari's nature, the following features are not supported: (a) Watermark removal (b) Image export (PDF recommended) (c) Cloud sync with Google Drive.
Full Changelog: v1.2.8...v1.2.9