Gemini Voyager v0.7.4
✨ What's New
- Markdown export now packages images into a ZIP (chat.md + assets/) when a chat contains images
- PDF export inlines images (best effort) and adds print-optimized styles
- Background service worker for cross-origin image fetching; added host permissions for Google image domains
- More robust DOM extraction (Angular/custom elements), including formulas, code blocks, tables
- Reduced noisy logs; cleaner fallbacks and safer selectors
🐛 Bug Fixes
- Fixed duplicate inclusion of code blocks/tables in Markdown
- Fixed export button causing navigation back to /app on Gemini
- Prevent empty assistant content by adding last-chance plaintext fallback
- Constrained images in PDF (max-width ~60%) to avoid oversized visuals
📚 Documentation
- Updated changelog to reflect new export features and robustness improvements
See README for installation instructions.
中文
✨ 新增
- Markdown 导出:当对话包含图片时,自动打包为 ZIP(chat.md + assets/),Markdown 内链接改为相对路径
- PDF 导出:尽力内联图片并使用打印优化样式
- 后台 Service Worker 跨域抓图(新增 Google 图片域名的 host 权限)
- 更稳健的 DOM 抽取(支持 Angular/自定义组件):公式、代码块、表格等格式保真
- 减少噪音日志,兜底逻辑更干净,选择器更安全
🐛 修复
- 修复 Markdown 中代码块/表格重复写入的问题
- 修复导出按钮会跳转回 /app 的问题
- 修复偶发“助手内容为空”,增加纯文本兜底
- PDF 中图片限制最大宽度(约 60%),避免占据半页
📚 文档
- 更新 Changelog,记录导出特性与鲁棒性改进
📥 Installation
Download the latest version for your browser:
- Chrome/Edge/Opera/Brave:
gemini-voyager-chrome-v0.7.4.zip - Firefox:
gemini-voyager-firefox-v0.7.4.zip - Safari:
gemini-voyager-safari-v0.7.4.zip
See README for detailed installation instructions.
Full Changelog: v0.7.3...v0.7.4