Skip to content

Ophel Atlas v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 05:46

🌐 中文版 →

✨ Improvements

  • Long conversation outline performance — Large outlines now render only visible rows, skip collapsed or filtered nodes, coalesce automatic refresh and scroll updates, reduce layout measurements, and cache ChatGPT/Claude/Gemini word counts, reducing lag in long chats. (#677, #682, #683, #691, #695, #696, #698, #699)
  • Global search outline updates — Global search now refreshes the outline on open and follows outline manager updates instead of polling every 1200ms, reducing background work while search is open. (#692)
  • Conversation sidebar sync — Sidebar sync now batches conversation additions, updates, deletes, and target-folder changes into one store write, reducing storage churn during history sync. (#697)
  • Background page work — Inline bookmark icons now avoid full outline scans for unrelated DOM changes, selected prompts reuse the shared URL-change listener, and tab title checks slow down only while a page is idle in the background while keeping completion notifications available.
  • Qianwen long conversation DOM — Adapted Qianwen chat pages to the new lazy-loaded long conversation structure, so conversation export and outline copy load earlier history before collecting messages.

🐛 Bug Fixes

  • Prompt send shortcuts — Fixed issue where sending from the chat input with Ophel's configured shortcut could lag on Claude, DeepSeek, and similar sites. Double-click prompt sending also now respects Ctrl+Enter send mode without leaving the prompt in the input box or adding a newline. (#701, #710)
  • ChatGPT pinned conversations — Fixed ChatGPT conversation sync for the new sidebar layout, so pinned conversations under the Pinned section are imported, title updates are tracked, and project folders are not treated as chats.
  • Codex task page outline — Codex Cloud task share pages on ChatGPT now include the original prompt and response headings in the Outline instead of showing an empty outline. (#709)
  • Gemini conversation sync — Fixed issue where first-time or empty-library Gemini auto sync could stop after only part of the history, leave the Conversations panel counts empty, or make manual sync wait longer than needed after reaching the bottom. (#712)
  • Gemini shared chat continuation — Fixed issue where Purify Mode could hide Gemini's "Continue this chat" button on shared chat pages. (#703)
  • Doubao long conversation export — Fixed issue where Doubao virtual-scroll conversations could export or copy only the currently mounted message window; exports and full-outline copy now scan the conversation before collecting messages.
  • Outline scroll highlight stability — Fixed issue where source scrolling could highlight a user question, previous answer, or hidden child instead of the current visible heading in long conversations. (#704, #708)

Platform File Note
Chrome ophel-atlas-v1.1.1-chrome.zip Manual extension package
Firefox ophel-atlas-v1.1.1-firefox.zip Manual extension package
Userscript ophel-atlas-v1.1.1.user.js Tampermonkey script
CWS Upload ophel-atlas-v1.1.1-cws-upload.zip For Chrome Web Store Upload Only (No Key)
Edge Add-ons Upload ophel-atlas-v1.1.1-edge-addons-upload.zip For Edge Add-ons Store Upload Only (No Key)

🔧 Installation | 安装方法

Browser Extensions | 浏览器扩展

Recommended: Install Ophel Atlas from the official browser stores: Chrome Web Store, Microsoft Edge Add-ons, or Firefox Add-ons.
推荐: 请从官方浏览器商店安装 Ophel Atlas:Chrome Web Store、Microsoft Edge Add-ons 或 Firefox Add-ons。

Do not mix GitHub release extension packages with store-installed versions. Manual packages and store versions can use different IDs, update channels, and storage areas, which may create duplicate extensions or separate data.
请不要混用 GitHub Release 中的扩展包与应用商店版本。手动安装包和商店版本可能使用不同的扩展 ID、更新渠道和存储空间,可能导致重复安装或数据不互通。

The *-cws-upload.zip and *-edge-addons-upload.zip files are for store submission only. Do not install them manually.
*-cws-upload.zip*-edge-addons-upload.zip 仅用于商店提交,请不要手动安装。

If you already installed a store version, do not install these GitHub extension zips unless you are intentionally testing a separate development copy.
如果你已经安装了商店版本,请不要再安装这些 GitHub 扩展 zip,除非你明确想测试一个独立的开发副本。

Userscript (Tampermonkey) | 油猴脚本

  1. Install Tampermonkey | 安装 Tampermonkey 插件
  2. Click the .user.js file link | 点击 .user.js 文件链接即可安装

Full Changelog

Changelog: CHANGELOG.md · 中文版 CHANGELOG.zh-CN.md