✨ What's New
| Feature | Description | By |
|---|---|---|
| Official plugin marketplace & contribution guide | Voyager now ships with a built-in plugin marketplace and a public contribution guide — anyone can publish a plugin, starting from a declarative CSS + JSON plugin (no extension build required). Browse the Plugin Store. | — |
| Builtin Formula Copy plugin (off by default) | A first-party "Formula Copy" plugin is bundled with the extension. It stays off until you flip the per-site toggle in the popup's Plugins section for Claude or ChatGPT — the browser will then show a one-time permission prompt to grant host access for that site. After that, clicking a formula on the page copies it as Markdown LaTeX. | — |
| Localized plugin metadata | Plugin names and descriptions now follow your popup language; marketplace cards on the docs site localize too. | — |
| Prompt tag filter persistence | Your active tag filter in the Prompt Library is now remembered across sessions. | — |
| Image export: width selection | Single-response image export now lets you pick the export width. | PR #666 by @heartacker |
🐛 Bug Fixes
| Fix | Description | By |
|---|---|---|
| Watermark anchor moved by Gemini | Re-adapted the watermark remover to Gemini's new anchor position — the high-failure report from 1.4.7 is resolved. | — |
| Watermark full teardown | stopWatermarkRemover now releases every observer, timer, and listener it created, so toggling off can't leave a stuck "processing" state.
| — |
| Sidebar toggle hit target | Restored the widened hit area on the collapsed-sidebar toggle that was reverted in the last release. | — |
| Folder drag titles on native chrome | Folder drag titles now match Gemini's native style on both AI Studio and the recent-history hover. | PR #742 by @Wood-Q |
| Folder picker opens upward | The folder project picker now opens above the trigger when there's no room below. | PR #739 by @fud777 |
| "Remove from folder" wording | Confirmation copy is clearer — you're removing the conversation from the folder, not deleting the folder. | — |
| Timeline tooltip activation | Tooltips now wait for an explicit hover instead of flashing on every scroll. | — |
| Grok "Ask AI" hover contrast | Fixed low-contrast hover state on the homepage's Grok Ask-AI button. | PR #740 by @Frrrrrranz |
| Firefox optional-host-permissions gate | Users on Firefox 116+ can now grant optional permissions again (regression from the Fx<128 fix). | — |
| Safari durable backup recovery | Backup recovery now persists to durable storage so the ITP 7-day window doesn't drop folder backups. | — |
| Formula copy toast language | The copy-success toast now matches the selected UI language, not the browser locale. | — |
| A11y wiring | Sliders, switches, and ratings now have proper aria labels, and eslint-plugin-jsx-a11y is enforced in CI.
| — |
| Performance: lazy KaTeX + JSZip, idle watermark init, deferred math parse | KaTeX/JSZIP are now lazy-loaded; watermark observers initialize during requestIdleCallback; prompt-markdown math is deferred until first preview.
| — |
| Account-isolation no-op skip | Profile-map rewrites that wouldn't change anything are now skipped. | — |
中文版
✨ 新功能
| 功能 | 说明 | 提交者 |
|---|---|---|
| 官方插件市场与贡献指南 | Voyager 现内置插件市场,并开放了插件贡献说明——任何人都可以发布插件,从声明式 CSS + JSON 插件起步即可(无需打包扩展)。在插件商店 浏览已上架插件。 | — |
| 内置「复制公式」插件 (默认关闭) | 随扩展一起打包了新的官方「复制公式」插件,但默认是关闭的。在弹窗的插件面板里把对应站点(Claude 或 ChatGPT)的开关打开,浏览器会弹出一次性的站点授权确认;同意后点击页面上的公式即可以 Markdown LaTeX 形式复制。 | — |
| 插件元数据本地化 | 插件名称和描述会跟随弹窗语言显示;官网市场卡片也会同步本地化。 | — |
| Prompt 标签筛选持久化 | Prompt 库的标签筛选条件现在会跨会话记住。 | — |
| 图片导出:可选择宽度 | 单条回复导出图片时支持选择导出宽度。 | PR #666 by @heartacker |
🐛 修复
| 修复 | 说明 | 提交者 |
|---|---|---|
| 水印锚点被 Gemini 改动 | 水印移除器已适配 Gemini 新的锚点位置——1.4.7 报告的"高概率失败"已修复。 | — |
| 水印彻底释放 | stopWatermarkRemover 现在会释放它创建的所有观察器、定时器和监听器,关闭后不会再卡在"处理中"。
| — |
| 侧边栏开关点击区 | 恢复了窄侧边栏开关的扩展点击区域(上一版误改回原状)。 | — |
| 文件夹原生拖拽标题 | 文件夹拖拽标题在 AI Studio 和历史悬停中都与 Gemini 原生样式一致。 | PR #742 by @Wood-Q |
| 文件夹选择器向上展开 | 触发器下方空间不足时,文件夹项目选择器改为向上展开。 | PR #739 by @fud777 |
| "移出文件夹"文案 | 确认文案更清晰——你正在把对话从该文件夹移出,而不是删除该文件夹。 | — |
| 时间线提示激活 | 提示框现在只在明确悬停时显示,不再因滚动而频繁闪烁。 | — |
| 首页 Grok "Ask AI" 悬停对比度 | 修复了首页 Grok Ask-AI 按钮悬停时对比度过低的问题。 | PR #740 by @Frrrrrranz |
| Firefox 可选权限门控 | Firefox 116+ 用户可以重新授予可选权限(修复 Fx<128 修复带来的回归)。 | — |
| Safari 持久化备份恢复 | 备份恢复现在写入持久化存储,不再被 ITP 的 7 天窗口丢弃。 | — |
| 复制公式提示语言 | 复制成功的提示语现在跟随弹窗所选语言,而非浏览器语言。 | — |
| 可访问性 | 滑块、开关、评分控件已补齐 aria 标签,eslint-plugin-jsx-a11y 已在 CI 中强制启用。
| — |
| 性能:KaTeX/JSZip 懒加载、水印空闲初始化、公式按需解析 | KaTeX 与 JSZIP 改为按需加载;水印观察器延后到 requestIdleCallback 初始化;Prompt 预览中的数学公式解析延后到首次展开。
| — |
| 账号隔离跳过空操作 | 无变更时不再重写 profile-map。 | — |
New Contributors
- @fud777 made their first contribution in PR #739
- @Frrrrrranz made their first contribution in PR #740
- @Wood-Q made their first contribution in PR #742
Full Changelog: v1.4.7...v1.4.8
📥 Installation
- Chrome:
voyager-chrome-v1.4.8.zip - Firefox:
voyager-firefox-v1.4.8.xpi - Safari:
voyager-v1.4.8.dmg
🍎 Safari 安装与限制 (Safari Installation & Limitations)
- 安装 (Installation): 下载并打开
voyager-v1.4.8.dmg,按提示安装应用。
Download and openvoyager-v1.4.8.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.