AI Chat Organizer & Outline Navigator for ChatGPT version history - 25 versions
AI Chat Organizer & Outline Navigator for ChatGPT by urzeye
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.0.41
Released Apr 21, 2026 - 3.75 MBWorks with firefox 109.0 and later✨ Functional optimization- New "Tips" category in global search: Enter
tip:in global search to quickly filter all tips, and the exclusive Tab makes the tip content clear at a glance, making it easy to discover and review hidden features at any time. - Visual optimization of fuzzy search button activation state: When fuzzy search is enabled, the button will be changed to theme-colored text + bold + theme-colored solid border + light highlight, so that the activation state can be seen at a glance, and the button will be automatically adapted to darker/brighter colors and custom theme colors.
🐛 Problem Fixes- Invalid search syntax example clicking: Fix the issue that clicking syntax examples (e.g.
type:outline,date:7d, etc.) in the global search only closes the layer, but doesn't insert it into the input box. - Toast prompt hierarchical masking: fix Toast prompts being blocked and blurred by the background blur filter (
backdrop-filter) on global search and settings pages. Adjust the mount point fromdocument.bodyto the highest level container of the Shadow DOM to avoid cascading contextual isolation. - AI Studio adapted to the new sidebar: Synchronized adaptation of the new AI Studio sidebar structure.
✨ 功能优化- 全局搜索新增「功能技巧」分类:在全局搜索中输入
tip:即可快速筛选所有功能技巧,专属 Tab 让技巧内容一目了然,方便随时发现和回顾隐藏功能。 - 模糊搜索按钮激活态视觉优化:开启模糊搜索后,按钮改为主题色文字 + 加粗 + 主题色实线边框 + 浅底色高亮,激活状态一目了然,自动适配深色/亮色及自定义主题色。
🐛 问题修复- 搜索语法示例点击无效:修复全局搜索中点击语法示例(如
type:outline、date:7d等)只关闭弹层、未插入到输入框的问题。 - Toast 提示层级遮挡:修复 Toast 提示被全局搜索和设置页的背景模糊滤镜 (
backdrop-filter) 阻挡和模糊的问题。将挂载点从document.body调整到 Shadow DOM 最高层级容器内,避免层叠上下文隔离。 - AI Studio 适配新版侧边栏:同步适配 AI Studio 新侧边栏结构。
Source code released under All Rights Reserved
- New "Tips" category in global search: Enter
Older versions
Version 1.0.40
Released Apr 20, 2026 - 3.71 MBWorks with firefox 109.0 and later✨ Functional optimization- Outline scrolling synchronization performance optimization: when scrolling a dialog page, outline highlighting instructions are changed from full React re-render to direct DOM classList operations, only 2 DOM operations are performed per scroll, eliminating the invalid reconcile of the original 1000+ OutlineNodeViews.(#397)
- MutationObserver listener narrowing: MutationObserver for outline auto-updates is narrowed down from
document.bodyto the AI response container level, reducing callback overhead triggered by irrelevant DOM changes. (#395) - treeKey hash compression: Outline tree key is changed to djb2 hash algorithm, which compresses long key values into 8-bit hex strings, improving string comparison efficiency in large number of headings scenarios. (#395)
🐛 Issue fixes- Outline same level and same name title folding status overwrite each other: fix the problem that the folding/expanding status of two same level titles with the same text (e.g., two
## summaries) overwrite each other, and the key generation strategy is changed to prioritize the use of node IDs.(#395) - Outline fallback refresh competition: fix the fallback timer forcing tree rebuilding even after the treeKey has been naturally updated, to avoid unnecessary user folding state resets. (#395)
- Cut Tab Missing Refresh: Fix the problem that the outline tab is in the background when AI generation finishes, resulting in a missing refresh, and the outline tab is automatically refreshed when cut back. (#395)
- Panel Mode Switching Flickering: Fix the problem that the panel flickers on the left side of the page for one frame when switching from hover mode to edge-absorption mode. (#398)
- Quick Button Mis-Triggered Drag: Increase the long press drag threshold from 150ms to 220ms to reduce the case of mis-triggered drag when clicking quickly.
- Suspend mode switching position jump: when switching to suspend mode from settings page, the panel is no longer reset to
defaultEdgeDistanceposition, but fixed in place instead;defaultEdgeDistanceis only used as the initial positioning when the page is refreshed. - Panel not retracted after closing settings/search in adsorption mode: Fix the issue that MutationObserver cannot detect the closure of settings modal box and global search when they are rendered in Shadow DOM, unify the overlay detection range and synchronize the hover state of the panel after closure.
- No preview effect when switching adsorption mode from settings page: When switching to edge adsorption mode from settings page, the panel immediately shrinks and adsorbs as a preview, instead of staying expanded when the settings modal box is detected to be still open.
Source code released under All Rights Reserved
Version 1.0.39
Released Apr 20, 2026 - 3.71 MBWorks with firefox 109.0 and later✨ Functional optimization- Panel Mode Simplification: Streamline the panel behavior settings into two modes (Hover / Edge Attach), which is more intuitive to operate and no longer requires multiple switches to be configured separately.
- Panel Header one-click mode switching: New pin/snap toggle buttons are added to quickly switch panel behaviors without having to enter settings.
- Panel Header Streamlining: Streamline the top buttons and remove unused operations for a cleaner interface.
- Header Hover Tips: Randomly display usage tips when hovering the panel header to help discover hidden features.
- Navigation buttons are always visible in edge-absorption mode: Scroll to top/bottom, anchor points and other shortcut buttons are no longer hidden when they are obscured by the panel.
- Session list performance optimization: large number of sessions expanding under a folder is no longer laggy and uses progressive loading. (#369)
- Global Search Performance Optimization: Reduce duplicate rendering of search results, improve search fluency.
- Leather Monkey script loading speed optimization: Greatly improve the loading speed of Leather Monkey script after refreshing the page.
- Theme Adaptation Refinement: The native theme only colors the sidebar and no longer affects the main content area of the AI platform.
- Built-in Inter Fonts: Inter Variable fonts are built-in in the extended version to improve typography quality.
🐛 Issue Fixes- Fix the interaction anomalies such as scroll bar flickering and position jumping when switching panel modes.
- Fix the delay of left side attachment animation, and the behavior of left and right sides is now unified.
- Fix the problem that double clicking the title causes the panel to be unattached accidentally.
- Fix some memory leaks (animation frames, timer not cleaned up).
- Fix a bug that Korean is displayed as a square in Grease Monkey script. (#373)
- Fix position drift and icon anomaly after liquid shrinking of shortcut buttons.
- Fix slider component max tab position on settings page shifted to below restore default button.
✨ 功能优化- 面板模式简化:将面板行为设置精简为两种模式(悬浮 / 边缘吸附),操作更直观,不再需要分别配置多个开关。
- 面板 Header 一键切换模式:新增图钉/吸附切换按钮,无需进入设置即可快速切换面板行为。
- 面板 Header 精简:精简顶部按钮,移除不常用操作,界面更干净。
- 标题悬浮小贴士:鼠标悬停面板标题时随机显示使用技巧,帮助发现隐藏功能。
- 边缘吸附模式下导航按钮始终可见:滚动到顶部/底部、锚点等快捷按钮不再被面板遮挡时隐藏。
- 会话列表性能优化:文件夹下大量会话展开不再卡顿,采用渐进式加载。(#369)
- 全局搜索性能优化:减少搜索结果的重复渲染,提升搜索流畅度。
- 油猴脚本加载速度优化: 大幅提升刷新页面后油猴脚本加载速度。
- 主题适配精细化:原生主题仅对侧边栏染色,不再影响 AI 平台主内容区。
- 内置 Inter 字体:扩展版内置 Inter Variable 字体,提升排版品质。
🐛 问题修复- 修复面板模式切换时的滚动条闪烁、位置跳变等交互异常。
- 修复左侧吸附动画延迟,左右两侧行为现已统一。
- 修复双击标题导致面板意外脱离吸附的问题。
- 修复若干内存泄漏(动画帧、计时器未清理)。
- 修复韩文在油猴脚本中显示为方块的问题。(#373)
- 修复快捷按钮液态收缩后的位置漂移与图标异常。
Source code released under All Rights Reserved
Version 1.0.38
Released Apr 16, 2026 - 3.35 MBWorks with firefox 109.0 and later✨ Functional optimization- Split Zen Mode and Purify Mode: Split the original "Zen Mode" into "Zen Mode" (hide sidebar and navigation) and "Purify Mode" (hide disclaimer, ads and other redundant elements). Purify Mode is on by default, and Zen Mode automatically includes a purifying effect when it is turned on. (#365)
- Notification click to jump to foreground: The AI-generated desktop notification in Browser Extension now supports clicking on it to jump to the corresponding tab and focus the window, which is consistent with the behavior of Grease Monkey's scripted version. (#359)
🐛 Issue fixes- Firefox Outline Panel Wheel Bounceback: Fixed an issue where the panel automatically bounced back to the active item position when scrolling the outline panel in Firefox (including Zen Browser) by pausing the auto-positioning with wheel event anti-shake. (#360)
- ChatGPT jumps to the bottom after reading history resumption: Fix the problem that reading progress resumed successfully after refreshing the page but was then pulled to the bottom by ChatGPT auto-scrolling. Add DOM attribute precise position lock mechanism to realize synchronous cross-world communication, replacing the asynchronous postMessage scheme with competing state; introduce adaptive timeout strategy (2 seconds silent release, maximum 15 seconds), and support user navigation such as outline click, anchor jump, etc. during the locking period.
- mac Ghost Penetration Recovery: Fixes the problem that the panel occasionally does not enter a low-interference ghost penetration state when long-pressing the Command key on macOS, reducing the occlusion of page content and click operations.
✨ 功能优化- 禅模式与净化模式拆分:将原有"禅模式"拆分为"禅模式"(隐藏侧边栏和导航)与"净化模式"(隐藏免责声明、广告等冗余元素)两个独立设置项。净化模式默认开启,禅模式开启时自动附带净化效果。(#365)
- 通知点击跳转前台:浏览器扩展版的 AI 生成完成桌面通知现支持点击直接跳转到对应标签页并聚焦窗口,与油猴脚本版行为保持一致。 (#359)
🐛 问题修复- Firefox 大纲面板滚轮回弹:修复在 Firefox(含 Zen 浏览器)中滚动大纲面板时面板自动跳回活跃项位置的问题,通过 wheel 事件防抖暂停自动定位。(#360)
- ChatGPT 阅读记录恢复后跳到底部:修复刷新页面后阅读进度恢复成功但随即被 ChatGPT 自动滚动拉到底部的问题。新增 DOM 属性精确位置锁机制实现同步跨世界通信,替代存在竞态的异步 postMessage 方案;引入自适应超时策略(2 秒静默释放,最长 15 秒),并支持锁定期间大纲点击、锚点跳转等用户导航。
- mac 幽灵穿透恢复:修复 macOS 下长按 Command 键时,面板偶尔不会进入低干扰幽灵穿透态的问题,减少对页面内容和点击操作的遮挡。
Source code released under All Rights Reserved
Version 1.0.37
Released Apr 15, 2026 - 3.35 MBWorks with firefox 109.0 and later✨ Functional optimization- Main Panel and Shortcut Button Style Reconstruction: Refresh the visual style of the main panel and shortcut buttons, further unify the hierarchy, spacing and hover interaction, and make the interface look and feel lighter.
- Shortcut Button Ghost Penetration Interaction: Shortcut buttons will enter a low-interference "ghost state" when idle, and support mouse events to penetrate to the underlying page, reducing the obstruction of the original site content and operations.
✨ 功能优化- 主面板与快捷按钮样式重构:整体刷新主面板与快捷按钮的视觉样式,进一步统一层次、间距与悬浮交互,界面观感更轻盈。
- 快捷按钮幽灵穿透交互:快捷按钮在空闲时会进入低干扰的“幽灵态”,并支持鼠标事件穿透到底层页面,减少对原站点内容与操作的遮挡。
Source code released under All Rights Reserved
Version 1.0.36
Released Apr 14, 2026 - 3.35 MBWorks with firefox 109.0 and later- Grease Monkey version watermark fix
- Zen mode optimization
- AI Studio style problem fixed
- DeepSeek and other sites switching to follow system mode fixed.
- Optimize the style of shortcut button group
- 油猴版本去水印修复
- 禅模式优化
- AI Studio 样式问题修复
- DeepSeek 等站点 切换 跟随系统模式 无效问题修复
- 快捷按钮组样式优化
Source code released under All Rights Reserved
Version 1.0.35
Released Apr 13, 2026 - 3.34 MBWorks with firefox 109.0 and later🚀 New features added- Native Page Theme Synchronization Switch: Add "Synchronize Native Page Theme" switch in "Appearance Theme", which can independently control whether to modify the light/dark mode and native color of the current website when Ophel switches the theme; at the same time, it also completes the global Search index has been added to support searching and locating the setting directly.
✨ Functionality Optimization- Gemini User Question Image Export Completion: The image uploaded in the Gemini user question will be retained when exporting the dialog, so as to avoid the loss of the reference image in the exported result when only the text prompt is left.
🐛 Problem Fixes- ChatGPT thinking mode completion timing fix: Introduced completion logic for ChatGPT
thinking_effortrequests by rounds of triage; continued to use network monitoring for normal replies, and changed to wait until the page actually enters and exits the generative state before prompting completion when standard/advanced thinking is turned on to avoid being misclassified as complete whenstream_ handoffoccurs during the thinking phase, so as to avoid being misclassified as completed whenstream_ handoffoccurs during the thinking phase. handoffis misjudged as "conversation is complete" just after astream_ handoff` occurs in the thinking phase. (#343) - DouBao session synchronization restoration: Adapt the DOM structure of DouBao's new sidebar to restore the ability to synchronize session list recognition, current session positioning and new conversation entry, and reduce the failure of the sidebar's functionality due to the revision of the official page. (#342)
Source code released under All Rights Reserved
Version 1.0.34
Released Apr 10, 2026 - 3.33 MBWorks with firefox 109.0 and later🐛 Problem Fixes- Firefox idle callback compatibility: Fixed the issue that Firefox throws an error when calling
requestIdleCallback/cancelIdleCallbackdirectly and losing thewindowcontext, to avoid triggering theTypeErrorduring outline scrolling synchronization. - Theme synchronization hydration race: delay theme callback registration and theme listen start timing, ensure theme state writeback is allowed only after hydration is set to complete, reduce the recurrence of disclaimer popups after switching to a darker color or refreshing the page after "following the system" in Firefox, and the risk of some settings being overwritten by defaults in Firefox. (#333)
🐛 问题修复- Firefox 空闲回调兼容性:修复 Firefox 下因直接调用
requestIdleCallback/cancelIdleCallback丢失window上下文而报错的问题,避免大纲滚动同步过程中触发TypeError。 - 主题同步 hydration 竞态:延后主题回调注册与主题监听启动时机,确保在设置 hydration 完成后才允许主题状态回写,减少 Firefox 下切换深色或“跟随系统”后刷新页面导致免责声明弹窗反复出现、部分设置被默认值覆盖的风险。 (#333)
Source code released under All Rights Reserved
- Firefox idle callback compatibility: Fixed the issue that Firefox throws an error when calling
Version 1.0.33
Released Apr 9, 2026 - 3.33 MBWorks with firefox 109.0 and later🐛 Problem Fixes- Site width switch not working: Fixed the issue of ChatGPT, Claude and other sites where the switch could not be turned on after clicking "Enable page widening" and "Enable user question widening The switch cannot be turned on after clicking "Enable Page Widening" and "Enable User Issue Widening" in "Site Configuration". Saved site keys are now retained when normalizing width configurations to avoid accidental overwriting of site configurations that are not listed in the default table. (#330)
🐛 问题修复- 站点宽度开关失效:修复 ChatGPT、Claude 等站点在“站点配置”中点击“启用页面加宽”和“启用用户问题加宽”后开关无法打开的问题。宽度配置归一化时现会保留已保存的站点键,避免未列入默认表的站点配置被意外覆盖。 (#330)
Source code released under All Rights Reserved
Version 1.0.32
Released Apr 7, 2026 - 3.33 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.31
Released Apr 7, 2026 - 3.33 MBWorks with firefox 109.0 and later✨ Functional optimization- Beanbag Page Width Linkage Completion: The page width control now synchronously overrides
--content-max-widthrelated containers and variables, fixing the problem that the bottom input box did not change together when adjusting the page width. - Shortcut Button Group Position Memory: The position of a shortcut button group after dragging it will now be automatically saved and restored after refreshing the page, reducing the problem of having to re-adjust it every time you enter the page. (#293, #3)
- Shortcut Button Settings Structure Organization: Unified shortcut button order, transparency, toolbox menu, and hover toolbar status and position into
settings.quickButtons, and also compatible with old configurations scattered in the top level of the historical version, as well as restoring/importing backup files of the old version. - Layout settings are changed to slider control: page width, user question width, default margin, panel width, panel height and adsorption trigger distance, which need to be manually input, are unified into slider interaction, and the current value will be displayed in real time when sliding, which reduces the cost of understanding and inputting parameters.
- Width Configuration Unified as Percentage: The
%configuration is retained for page width and user question width, and the bottom shortcut scale button is removed; meanwhile, the default value restoration portal is supplemented to optimize the consistency of the operation of the setting page. - Historical width configurations are automatically compatible: The
pxwidth data saved in the old version will be automatically converted and migrated to the new percentage configuration after upgrading, avoiding the need for users to reconfigure as much as possible.
🐛 Issue Fixes- Beanbag native theme adapters cleanup: Remove native theme override style injection from beanbag sites to avoid continuing to rely on theme adapter files that have been maintained separately.
✨ 功能优化- 豆包页面宽度联动补齐:页面宽度控制现会同步覆盖
--content-max-width相关容器与变量,修复调整页面宽度时底部输入框没有一起变化的问题。 - 快捷按钮组位置记忆:拖动快捷按钮组后的摆放位置现在会自动保存,刷新页面后也能恢复,减少每次进入页面都要重新调整的问题。(#293, #3)
- 快捷按钮设置结构整理:将快捷按钮顺序、透明度、工具箱菜单、悬浮工具栏状态与位置统一收拢到
settings.quickButtons,同时兼容历史版本散落在顶层的旧配置,以及旧版备份文件的恢复/导入。 - 布局设置改为滑块控制:将页面宽度、用户问题宽度、默认边距、面板宽度、面板高度与吸附触发距离等原本需要手动输入的数值项统一为滑块交互,滑动时会实时显示当前值,减少参数理解与输入成本。
- 宽度配置统一为百分比:页面宽度与用户问题宽度现统一保留
%配置,并移除底部快捷刻度按钮;同时补充默认值恢复入口,优化设置页操作的一致性。 - 历史宽度配置自动兼容:针对旧版本保存的
px宽度数据,升级后会自动换算并迁移到新的百分比配置,尽量避免用户重新配置。
🐛 问题修复- 豆包原生主题适配清理:移除豆包站点的原生主题覆盖样式注入,避免继续依赖已单独维护的主题适配文件。
- 快捷按钮组缩放漂移修复:优化浏览器窗口缩放或尺寸变化时的定位逻辑,快捷按钮组会尽量跟随原有相对位置,减少意外跑到页面中间、反复需要手动摆回去的问题。
- 滑块预览态残留修复:修复设置页中滑块在拖动预览过程中若直接切页或关闭面板,临时预览值可能残留的问题,未提交的预览状态现在会在组件卸载时自动清理。
Source code released under All Rights Reserved
- Beanbag Page Width Linkage Completion: The page width control now synchronously overrides
Version 1.0.28
Released Apr 1, 2026 - 2.9 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.27
Released Mar 30, 2026 - 4.38 MBWorks with firefox 109.0 and later🚀 New features added- User Question Math Formula Rendering: User Question Markdown rendering now supports recognizing and displaying LaTeX math formulas (both in-line and block formulas). (#299)
✨ Feature Optimizations- Enhanced export process prompts: Uniformly optimize the Toast prompt text at the beginning of export, clearly reminding "Please do not operate the current page during export", and appropriately extend the prompt duration; synchronously complete the text in 10 languages to reduce the interference of mis-operation when exporting long dialogues such as AI Studio, DeepSeek, etc. synchronize 10 language texts to reduce the interference of misoperation when exporting long dialogs in AI Studio, DeepSeek, etc.
- Markdown export header layout optimization: Adjust the empty line structure between the title and meta information block at the top of the exported document to improve the readability of the first screen, and avoid overcrowding of the title, separator line and exported metadata.
🐛 Issue Fixes- Misaligned virtual scrolling export in AI Studio: Referring to DeepSeek's virtual scrolling processing method, we reconstructed AI Studio's logic of round pairing and order keeping in exporting, and repaired the problem that user's questions, thoughts and AI replies are misaligned with each other in a long conversation, and even centrally piled up at the bottom of the document.
- Missing and abnormal formatting of AI Studio exported content: Fix the problems of empty off-screen replies in virtual scrolling scenario, exporting only thoughts but not text, truncated user questions, and incomplete extraction of lists, quotes, in-line code, code blocks and Markdown/formula content.
- Pollution of export title by tab renaming: Fix the problem that the first-level title of the document exported by AI Studio mistakenly uses the browser tab title rewritten by the extension, and now prioritizes the use of the original session title; at the same time, provide additional protection for the Grok and general export links to avoid being overwritten by the current page title rewrite when exporting.
Source code released under All Rights Reserved
Version 1.0.26
Released Mar 30, 2026 - 3.36 MBWorks with firefox 109.0 and later🚀 新增功能- Gemini Voyager 增量导入:在数据管理页新增“从 Gemini Voyager 导入”,将 Voyager 文件夹结构压平成路径名称后增量合并到当前 Gemini 账号,便于从 Voyager 迁移既有整理结果。 (#287)
✨ 功能优化- 多行块公式分隔符格式优化:调整块级 LaTeX 的包装规则,多行公式在导出 Markdown 时会使用换行包裹的
$$分隔符,减少与正文粘连的情况;双击复制公式的基础分隔符逻辑也已同步收敛 。 (#296)
🐛 问题修复- DeepSeek 页面宽度同步优化:调整
chat.deepseek.com页面宽度控制逻辑,将消息区与底部输入框统一到同一套--message-list-max-width宽度变量上,页面加宽时输入框现可与消息区保持一致。 (#281) - Claude 大纲与滚动导航失效:兼容 Claude 新版聊天滚动容器结构,修复大纲提取为空,以及“去顶部 / 去底部 / 返回锚点”等基于滚动容器的导航功能失效问题。 (#291)
- Gemini 公式复制右括号丢失:修复 Gemini 页面双击复制 LaTeX 公式时,若公式最右侧是
)会被误删的问题;导出链路不受影响,现已正确保留原始公式内容。 (#292) - Markdown 导出格式修复:优化通用
htmlToMarkdown()转换逻辑,修复 ChatGPT 等站点在导出/复制 Markdown 时,代码块语言标题与正文粘连、代码内容被压成单行,以及多级列表首层缩进丢失的问题。 (#296)
Source code released under All Rights Reserved
Version 1.0.25
Released Mar 27, 2026 - 3.32 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.24
Released Mar 26, 2026 - 3.31 MBWorks with firefox 109.0 and later🚀 New features added- Tencent ima site adaptation: First version compatibility support for
ima.qq.comhas been added (#275).
🐛 Issue fixes- QwenAI international version width adjustment: Fixed the issue that
chat.qwen.aipage widening and user question width settings did not take effect, and now correctly overrides the width limiting styles of dialog message containers and user bubbles. - DeepSeek width control: fix issue with
chat.deepseek.compage width control and user question width settings not taking effect, now overrides the virtual list width limit variable and stable user message structure instead. (#281)
Source code released under All Rights Reserved
- Tencent ima site adaptation: First version compatibility support for
Version 1.0.22
Released Mar 23, 2026 - 3.29 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.21
Released Mar 22, 2026 - 3.34 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.19
Released Mar 19, 2026 - 3.26 MBWorks with firefox 109.0 and later🚀 新增功能- 通义千问 (Qianwen) 站点适配:新增对
www.qianwen.com的首版兼容支持 (#189) - 提示词队列批量导入:支持在提示词队列中一次性粘贴多条内容,按“逐行拆分”或“自定义分隔符”解析后批量入队,AI 空闲时会立即发送首条,其余内容自动排队接力发送。(#223)
✨ 功能优化- 完成提示增强:新增 3 组内置通知音预设,支持播放次数与播放间隔配置,并在用户回到页面时立即停止重复播放 (#228)
- 国际化文案补齐:完善德语、西班牙语、法语、日语、韩语、葡萄牙语、俄语的缺失与残留英文文案,统一多语言显示体验。
🐛 问题修复- 修复 DeepSeek 与 Z.ai 在部分长对话中去顶部、去底部、返回锚点、大纲滚动跟随与高亮状态不稳定的问题 (#241)
- 修复 Gemini 页面在后台时会反复将标签页标题重置为
Google Gemini,导致与自动重命名逻辑来回覆盖闪烁的问题。 - 修复快捷键冲突提示在非中文语言下因空文案回退为中文“冲突”的问题。
- 修复韩语快捷键列表缺少
shortcutShowShortcuts文案的问题。 - 修复西班牙语面板标题残留旧品牌名
Gemini Helper的问题。
🚀 New features- Tongyi Qianwen (Qianwen) site adaptation: Added first version compatibility support for
www.qianwen.com(#189) - Batch import of prompt word queue: Supports pasting multiple pieces of content in the prompt word queue at one time, parsing according to "split line by line" or "custom separator" and adding them to the queue in batches. When the AI is idle, the first piece will be sent immediately, and the rest of the content will be automatically queued and sent in a relay. (#223)
✨ Function optimization- Completion prompt enhancement: Add 3 sets of built-in notification sound presets, support playback count and playback interval configuration, and stop repeated playback immediately when the user returns to the page (#228)
- Completion of international copywriting: Improve the missing and remaining English copywriting in German, Spanish, French, Japanese, Korean, Portuguese, and Russian, and unify the multi-language display experience.
🐛 Bug fixes- Fixed the issue of unstable going to the top, going to the bottom, returning to the anchor point, outline scrolling and highlighting status in some long conversations between DeepSeek and Z.ai (#241)
- Fixed an issue where the Gemini page would repeatedly reset the tab title to
Google Geminiwhen it was in the background, causing the automatic renaming logic to overwrite and flicker. - Fixed the issue where shortcut key conflict prompts would fall back to Chinese "conflict" due to empty text in non-Chinese languages.
- Fixed the issue where the Korean shortcut key list lacks
shortcutShowShortcutscopywriting. - Fixed an issue where the Spanish panel title retained the old brand name
Gemini Helper.
Source code released under All Rights Reserved
- 通义千问 (Qianwen) 站点适配:新增对
Version 1.0.18
Released Mar 16, 2026 - 3.2 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.17
Released Mar 12, 2026 - 3.19 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.16
Released Mar 11, 2026 - 3.18 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.15
Released Mar 9, 2026 - 3.17 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.14
Released Mar 5, 2026 - 3.16 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved
Version 1.0.13
Released Mar 2, 2026 - 3.15 MBWorks with firefox 109.0 and laterSource code released under All Rights Reserved