Changelog

v2026.6.28 2026-06-28

Added

  • Better attachment experience: improved file upload compatibility across different AI platforms, reducing the chance of files being rejected.
  • More stable uploads: when a page changes its structure, OneMerge can switch to a better upload path automatically, so you do not have to retry as often.

Fixed

  • Fixed cases where some platforms did not continue normally after an attachment was uploaded.
  • Fixed occasional failures when entering text or uploading attachments on certain platforms.

Improved

  • Improved attachment selection and upload behavior for platforms such as Doubao, Qwen, and Zhipu.
  • Made upload checks more reliable so different platforms behave more consistently.

v2026.6.10 2026-06-10

Added

  • Markdown download: the screenshot preview now includes “Download Markdown”, letting you export the Markdown content you have edited.
  • You can now rename the Markdown file and choose where to save it in the browser save dialog.

Fixed

  • Fixed the issue where the send button on DeepSeek could stop working after a page layout change.
  • Fixed occasional send instability on Qwen and DeepSeek, with a site-specific fallback path added.
  • Fixed a bug where only the last block was captured when Zhipu split an answer into multiple Markdown blocks.
  • Fixed a dialog that could close unexpectedly while selecting text in the prompt editor.

Improved

  • Improved send button targeting to reduce the risk of hitting attachment buttons or other page controls by mistake.
  • Adjusted Zhipu answer capture to prefer the final answer container and ignore thinking content.

v2026.5.26 2026-05-26

Added

  • Notes: added a notes module for organizing Markdown content copied from external AIs or agents.
  • Note rounds: organize content by round, with append, continue-from-this-round, edit, copy, screenshot, and export support.
  • Data management: notes now live in IndexedDB and are included in backup, import/export, and storage statistics.

Fixed

  • Fixed unstable content extraction on Doubao after page structure changes.
  • Fixed formatting issues with Markdown tables, bold text, quotes, citation markers, and other AI output.
  • Fixed screenshots being blocked by the “still generating” state after a response was already complete.

Improved

  • Moved Markdown rendering to markdown-it while keeping Mermaid and KaTeX support.
  • Adjusted the screenshot preview width to a tablet landscape layout and updated the footer label.
  • Decoupled history import/export from full backups with the new historyImportExportDao name.

v2026.5.17 2026-05-17

Fixed

  • Fixed answer extraction on Doubao after a page structure change.
  • Fixed screenshots being unavailable for already-finished answers while other AIs were still generating.
  • Fixed ChatView auto-scroll occasionally stopping during generation.

Improved

  • Added About info and website links in Settings, and moved the version number into Settings.
  • Improved screenshot generation by using the text that is actually visible in the current answer view.
  • Updated the Doubao answer selector to match the newer md-box-root content container.

v2026.3.9 2026-03-09

Fixed

  • Fixed inaccurate history statistics.
  • Fixed Gemini file upload issues.
  • Fixed Gemini text prompts failing to populate the input box.
  • Fixed Gemini upload delays caused by a 120-second file parsing wait.

Improved

  • History stats now use the database instead of estimates based on loaded records.
  • Improved Quill editor support by filling text through a paste event.
  • Tuned Gemini upload timing by removing file-parse waiting and adding post-upload delay.
  • Cleaned up unused config entries.

v2026.3.6 2026-03-06

Added

  • ChatGPT support: added support for the official OpenAI ChatGPT site (chatgpt.com).
  • Gemini support: added support for the official Google Gemini site (gemini.google.com).
  • Editor support: added ProseMirror support and expanded Quill / Slate / Lexical compatibility.

Fixed

  • Fixed nested iframe communication failures.
  • Fixed ChatGPT streaming progress not updating in real time.
  • Fixed ChatGPT timeout errors caused by failed completion detection.
  • Fixed DeepSeek content extraction issues.
  • Fixed scroll jumping and being pulled back during streaming generation.
  • Fixed answer area content going out of sync after refresh.
  • Fixed prompt lists not refreshing after data import.
  • Fixed input filling failures on first load.

Improved

  • Improved scrolling with real-time tracking.
  • Improved completion detection for faster responses.
  • Improved the site selector configuration structure.
  • Strengthened error handling and cleanup.
  • Polished the version release process documentation.

v0.5.1 2026-01-30

Added

  • Keyboard shortcuts: brand new shortcut support.
  • Label management: support for deleting system labels.
  • Backup improvements: full backup support for prompt settings.

Improved

  • Improved the main layout and adjusted element order.
  • Polished the AI platform configuration screen.

v0.5.0 2026-01-24

Added

  • Prompt management: a new prompt management system.
  • Settings page: new settings page for AI platform configuration and management.
  • Data tools: export/import backups, clear history, and storage statistics.
  • Global toolbar: window controls added.

Improved

  • Fixed refresh button stability with retry support.
  • Fixed answer timestamps being cleared during refresh.
  • Improved window handling in macOS fullscreen mode.

v0.4.0 2026-01-12

Added

  • Zhipu support: added Zhipu AI (ChatGLM) with full workflow and file upload support.
  • Floating ball system: enhanced captcha detection with a floating ball UI prompt.

Fixed

  • Fixed the preview closing unexpectedly while editing screenshots.
  • Fixed workflow progress still showing when validation failed.
  • Fixed file upload validation issues in multi-turn conversations.

Improved

  • Non-essential step failures no longer fail the entire workflow.

v0.3.1 2026-01-11

Fixed

  • Fixed the workflow progress panel only showing running providers.
  • Fixed message filtering issues in multi-turn conversations.
  • Fixed Doubao captcha detection in the background.
  • Standardized attachment naming.

Improved

  • Concurrent message dispatch for a smoother tab experience.

v0.3.0 2026-01-08

Added

  • Multi-turn conversations: unlimited conversation rounds.
  • Unified round system: summaries are treated as normal rounds for a consistent UI.

Improved

  • Upgraded the data model to v2 with roundIndex and inputSource.
  • History entries are now sorted by last activity time.
  • Export now lets you choose where to save the file.

v0.2.0 2026-01-03

Added

  • File attachments: upload files as part of your question.
  • Screenshot sharing: preview and share AI answers as screenshots.
  • History improvements: delete individual items and keep attachment metadata.
  • Doubao captcha detection: automatically detect captchas and alert the user.

Improved

  • Reworked into a unified Message API architecture.
  • Unified logging system.
  • Toast notifications replaced with status indicators.