✨ What's New
| Feature | Description | By |
|---|---|---|
Insert saved prompts with /
| Type / in the Gemini composer to search saved prompts by name, preview one, and insert it from the keyboard. Now has its own switch, independent of the Prompt Manager ball. (closes #849, #864)
| PR #854, #869 by @ivaris03 |
| Custom speaker names in exports | Replace the default User and AI labels with your own names across Markdown, PDF, and image exports. (closes #863) | PR #884 by @solisseu |
| Prompts as Markdown headings (off by default) | Each turn is titled by the question you actually asked instead of a generic turn number. (closes #879) | — |
| One-click sanitized diagnostics | Generate a diagnostics report with no conversations, accounts, or links — copy as Markdown or download as JSON. (closes #881) | — |
| Reading width covers Claude artifacts | Claude · Comfortable Reading Width now extends into Claude's document artifact panels. | — |
| Popup remembers your scroll position | Reopening the popup returns you to the same spot in the settings list. (closes #883) | PR #888 by @shallowaria |
| Branded Safari installer | The macOS DMG now opens a designed installer window with the upgrade guide alongside. | — |
🐛 Bug Fixes
| Fix | Description | By |
|---|---|---|
| Bookmarks and stars stay put | The timeline now follows Gemini's own message identities, so reloading a long conversation no longer shifts stars, timestamps, forks, or highlights. (closes #871) | — |
| Drive backup folder → Voyager Data | Existing folders are renamed in place — nothing moved, copied, or deleted — and are now tracked by a hidden marker, so you can rename or move them freely in Drive. | — |
| Duplicate prompt names survive sync | Same-named prompts are no longer dropped or overwritten when importing or syncing from Drive; duplicates are flagged instead. | PR #854 by @ivaris03 |
| No blank prompts from the send shortcut | With Cmd/Ctrl+Enter to send enabled, the shortcut now waits for attachment uploads to finish. (closes #891) | — |
| Mermaid, all around | PDF and image exports contain the rendered diagram instead of its source, diagrams follow Gemini's light/dark theme, they render under Japanese, Korean, Arabic and other UI languages, and common syntax slips are auto-repaired. (closes #840, #855, #857) | PR #847 by @BattleAngelES, #859 by @KumiKo2007, #856 by @anontokyo-dev |
| More reliable watermark removal | Watermarks on dark backgrounds and hard-to-detect ones are now handled, and toggling the setting applies immediately to already-open Gemini tabs. (closes #872) | PR #880, #886 by @gunnlace |
| Sturdier folders | A briefly missing sidebar no longer strands you in a floating panel with an undismissable button, and the folder panel no longer duplicates itself. | — |
| Usage indicator refreshes again | A new quota bucket from Gemini no longer causes the whole response to be discarded; the pill updates from any conversation and keeps multi-account scope. (closes #839) | — |
| And more | Deep Research report exports are back in the menu (PR #885), Firefox account isolation no longer stalls (closes #846), slash prompts follow your accent color, the cloud sync panel shows a clearer platform card, and the Claude usage bar plugin has been retired. | PR #885 by @shallowaria |
中文版
✨ 新功能
| 功能 | 说明 | 提交者 |
|---|---|---|
用 / 快速插入提示词
| 在 Gemini 输入框输入 / 按名称搜索已保存的提示词,预览后用键盘插入。现已独立开关,与提示词悬浮球解耦。(关联 #849、#864)
| PR #854、#869 by @ivaris03 |
| 导出可自定义称呼 | 把默认的「用户」和「AI」换成自己的称呼,Markdown、PDF、图片导出均生效。(关联 #863) | PR #884 by @solisseu |
| 用提问作 Markdown 标题 (默认关闭) | 每轮标题变成你实际问的那句话,而不是「第 N 轮」。(关联 #879) | — |
| 一键生成脱敏诊断报告 | 生成不含对话、账号和链接的诊断信息,可复制为 Markdown 或下载为 JSON。(关联 #881) | — |
| 阅读宽度覆盖 Claude 文档面板 | 「Claude · 舒适阅读宽度」现在也作用于 Claude 的文档 artifact。 | — |
| 弹窗记住浏览位置 | 重新打开弹窗回到上次停留的设置位置。(关联 #883) | PR #888 by @shallowaria |
| Safari 品牌安装器 | macOS 安装包打开后是设计过的安装窗口,升级指南就在旁边。 | — |
🐛 修复
| 修复 | 说明 | 提交者 |
|---|---|---|
| 书签和星标不再错位 | 时间轴改用 Gemini 自己的消息标识,重新加载长对话后星标、时间戳、分支和高亮都停在正确的消息上。(关联 #871) | — |
| Drive 备份文件夹更名为 Voyager Data | 已有文件夹就地重命名,不移动、不复制、不删除;改用隐藏标记识别,可在 Drive 中任意改名或移动。 | — |
| 重名提示词不再丢失 | 导入或从 Drive 同步时,同名提示词不再被丢弃或覆盖,重复项会被标出。 | PR #854 by @ivaris03 |
| 快捷键不再发出空白提示词 | 开启「⌘/Ctrl+Enter 发送」后,快捷键会等待附件上传完成。(关联 #891) | — |
| Mermaid 全面修复 | PDF 和图片导出包含渲染后的图表而非源码,图表跟随 Gemini 浅色/深色主题,日语、韩语、阿拉伯语等界面下也能渲染,常见语法问题自动修正。(关联 #840、#855、#857) | PR #847 by @BattleAngelES、#859 by @KumiKo2007、#856 by @anontokyo-dev |
| 水印去除更可靠 | 深色背景和难以识别的水印现在也能去除,切换开关立刻在已打开的 Gemini 标签页生效。(关联 #872) | PR #880、#886 by @gunnlace |
| 文件夹更稳 | 侧边栏短暂消失不再把你甩进浮动面板并留下关不掉的按钮,也不再出现重复的文件夹面板。 | — |
| 用量指示恢复刷新 | Gemini 新增的用量分段不再导致整份数据被丢弃,任意对话中都能刷新并保留多账户范围。(关联 #839) | — |
| 其它 | Deep Research 报告菜单的导出入口恢复(PR #885),Firefox 账户隔离不再卡住(关联 #846),slash 提示词跟随强调色,云同步面板换成更清晰的平台卡片,Claude 用量条插件已退役。 | PR #885 by @shallowaria |
New Contributors
- @Zoean-z made their first contribution in PR #853
- @HavenXia made their first contribution in PR #858
- @ivaris03 made their first contribution in PR #854
- @anontokyo-dev made their first contribution in PR #856
- @KumiKo2007 made their first contribution in PR #859
- @BattleAngelES made their first contribution in PR #847
- @gunnlace made their first contribution in PR #880
- @solisseu made their first contribution in PR #884
- @shallowaria made their first contribution in PR #885
- @Heeenaaaaaaaa made their first contribution in PR #896
Full Changelog: v1.6.0...v1.7.0
📥 Installation
Edge users: Voyager is still maintained on Edge Add-ons for users who need Edge on mobile or tablet. If review is delayed, Chrome Web Store and GitHub manual packages remain available.
- Chrome / Edge / Chromium browsers:
voyager-chrome-v1.7.0.zip - Firefox:
voyager-firefox-v1.7.0.xpi - Safari:
voyager-v1.7.0.dmg
Do not use GitHub's auto-generated Source code (zip/tar.gz) archives for manual extension installs. Those files are repository source snapshots, not browser-ready extension packages.
🍎✨ Safari 正式支持!(Safari Is Officially Supported!)
🎉 从 v1.6.0 起,Voyager 的核心功能已正式覆盖 Safari。
Starting with v1.6.0, Voyager's core experience is officially supported on Safari.
- 📦 安装 (Installation): 下载并打开
voyager-v1.7.0.dmg,按提示安装应用。
Download and openvoyager-v1.7.0.dmg, then follow the prompts to install the app. - ⚠️ 旧版升级 (Legacy upgrade): 如果仍安装着
Gemini Voyager.app,请先完成一次 Safari 迁移步骤,避免两个 App 并存。
IfGemini Voyager.appis still installed, follow the one-time Safari migration guide first so the two apps do not conflict. - 🖼️ 图片能力 (Images): Image Refinement 水印去除、全尺寸图片下载与聊天导出中的图片提取均已支持。
Image Refinement watermark removal, full-size image downloads, and image extraction in conversation exports are supported. - ☁️ 原生云同步 (Native cloud sync): Google Drive 与 iCloud 同步均已接入 Safari 原生层。
Google Drive and iCloud sync are integrated through Safari's native layer. - 🔔 系统通知 (Notifications): Gemini 回复完成后可发送 macOS 通知,并直达对应对话。
macOS can notify you when a Gemini response finishes and open the matching conversation. - 🔄 自动更新 (Automatic updates): 完成这次迁移后,后续版本可通过 Sparkle 自动更新。
After this one-time migration, future versions can update automatically through Sparkle.