Skip to content

Ophel Atlas v1.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 05:48

🌐 中文版 →

🚀 New Features

  • Quick Quote Chains — Prompt chains can now be triggered directly from quick quote actions, with chain icon picker, drag-to-reorder, and embedded quote anchors for reliable reference restoration across page refreshes.

🐛 Bug Fixes

  • Outline copy at level 0 — Fixed issue where copying the outline returned empty results when user queries were hidden and expand level was set to 0, even though AI response headings were visible in the panel. Now copies all heading levels (H1-H6) in this scenario to match what's displayed.
  • Prompt queue keyboard shortcuts — Prompt queue input now respects the user's send shortcut setting (Enter vs Ctrl+Enter) instead of hardcoding Enter behavior. The expanded queue panel uses capture-phase event handling to prevent keyboard events from being blocked by the editable guard, so Enter and Ctrl+Enter shortcuts work correctly on all platforms including Mac.
  • Prompt queue text alignment — Queue item text now displays left-aligned instead of center-aligned for better readability.
  • ChatGLM generation detection — Fixed false-positive generation status detection caused by historical "answer terminated" messages. The isGenerating() method now excludes .stop-answer-default selector which matches static text from previous responses rather than the current generation state.
  • ChatGLM stop button — Alt+K shortcut now correctly stops generation by targeting the inner .enter-icon-container element instead of the outer container div.
  • Qianwen Slate editor sync — Fixed content insertion from prompt queue where inserted text couldn't be edited or deleted. The editor now properly syncs Slate's virtual DOM by using selectAll + delete + insertText with complete event chains (beforeinput, input, change) to ensure both DOM and Slate state update correctly.
  • Launcher peek retention — When the mouse moves from the panel logo to other quick buttons (e.g. toolbox), the launcher peek panel now hides instead of staying open and blocking the toolbox menu. (#653)

Platform File Note
Chrome ophel-atlas-v1.1.0-chrome.zip Manual extension package
Firefox ophel-atlas-v1.1.0-firefox.zip Manual extension package
Userscript ophel-atlas-v1.1.0.user.js Tampermonkey script
CWS Upload ophel-atlas-v1.1.0-cws-upload.zip For Chrome Web Store Upload Only (No Key)
Edge Add-ons Upload ophel-atlas-v1.1.0-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