Skip to content

Releases: import-ai/omnibox

v0.1.14

08 Dec 13:57

Choose a tag to compare

v0.1.14 (December 8, 2025)

https://github.com/import-ai/omnibox/releases/tag/v0.1.14

Web

  1. Fixed parsing failures for some PDF files
  2. Fixed issue where locally uploaded .wav files were not being parsed
  3. Added image upload functionality (supports .jpg, .jpeg, .png formats)
    • If it's a document: It will go through the document parsing process and be saved as a parsed document
    • If it's not: The image will be summarized and saved as a "document containing only one image"
  4. Improved stability when parsing multiple PDF files simultaneously
  5. Fixed issue where images from some GitHub sites were not displaying properly when saved
  6. Fixed issue where some WeChat official account content failed to save
  7. Improved folder/file renaming interaction
  8. Improved right-click interaction for folders/files and the "···" button interaction
  9. Fixed parsing of Zhihu "Thoughts"
  10. Fixed several known issues

WeChat Bot

  1. Fixed issue where WeChat Bot couldn't save Zhihu "Thoughts"
  2. Improved WeChat Bot's response mechanism for user messages
  3. Optimized resource scheduling - when resources are tight or multiple messages are sent in succession, the bot will process content gradually
  4. Added message processing frequency limit - the system only processes one message per user every 3 seconds
  5. Added image support for WeChat Bot
  6. Fixed several known issues

Docs

  1. Updated browser extension installation package for local download
  2. Updated "supported file types"
  3. Added FAQ entries for "local deployment"
  4. Added many new FAQ entries

Browser Extension

  1. Improved visual effects for shortcuts in the settings interface
  2. Added dark mode

What's Changed

Full Changelog: v0.1.13...v0.1.14

v0.1.13-post.1

28 Nov 14:43

Choose a tag to compare

v0.1.13 (November 28, 2025)

https://github.com/import-ai/omnibox/releases/tag/v0.1.13

Web

  1. Optimized video parsing
  2. Renamed “Browser” to “Extension” on the homepage
  3. Added an "Applications" page in "Settings" for users with the Member role
  4. Added a character limit for parsed text from uploaded files. If the output exceeds 32,768 characters, an error is returned
  5. Fixed parsing failures for some .txt files
  6. Fixed parsing failures for some .ppt and .pptx files
  7. Fixed parsing failures for some .doc and .docx files
  8. Fixed several known issues and improved overall stability

OmniBox AI

  1. Improved performance for new-file indexing

Browser Extension

  1. Fixed an issue where images were not saved on certain sites when clipping mixed text-and-image content
  2. Fixed image layout issues on certain sites when clipping mixed content
  3. Fixed general content layout issues on certain sites
  4. Improved handling of mixed text-and-image content on certain sites
  5. Fixed an issue where vertical videos on some mainland-China sites were not saved
  6. Improved handling of horizontal videos on some mainland-China sites
  7. Fixed an issue where images in X (Twitter) posts were not saved when clipping

WeChat Assistant

  1. Fixed an issue where sending files to WeChat Assistant could fail
  2. Fixed an issue where sent videos were not saved
  3. Improved reliability when sending certain types of content
  4. Added Q&A: the assistant now auto-triggers Q&A or Quick Note based on the message content
    • 4.1 Use ? to force Q&A (e.g., "? Who are you")
    • 4.2 Use ! to force Quick Note (e.g., "! Who are you")

Docs

  1. Improved documentation for file-upload shortcuts

What's Changed

Full Changelog: v0.1.13...v0.1.13-post.1

v0.1.13

28 Nov 12:03

Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

20 Nov 10:14
647b327

Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

18 Nov 08:15
80e5cdf

Choose a tag to compare

Web

  1. Added automatic document saving to local cache (reliability not guaranteed)
  2. Fixed the issue where new files couldn't be created on touchscreen devices like phones and tablets
  3. Added confirmation dialog when deleting files and folders
  4. Added character limit for individual tags (maximum 20 characters)
  5. Fixed the issue where .md files couldn't be uploaded on some systems
  6. Optimized the settings page for sharing functionality
  7. Fixed several other known issues

OmniBox AI

  1. Fixed the issue where "cursor not at the end during conversation, unable to insert line breaks in the middle"
  2. Fixed the chat box overflow issue when entering content in a chat with existing messages

Docs

  1. Optimized the docs for local deployment
  2. Updated API docs
  3. Added change log: https://www.omnibox.pro/docs/change-log
  4. Added QQ group and Jike homepage to contact information

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

11 Nov 12:51
e001abd

Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

05 Nov 13:09
cc1ad3d

Choose a tag to compare

Web App

  1. Added upload progress indicator when uploading multiple files.
  2. Added an option to disable automatic tagging (under Settings → Content → AI Tag Extraction — name subject to change).
  3. Fixed an issue where batch uploads might fail.
  4. Fixed an issue where dragging a file into a folder could cause duplicate display entries.
  5. Various other bug fixes and improvements.

OmniBox AI

  1. Fixed an issue where conversation titles were not displayed correctly.
  2. Fixed an issue where conversation titles were not automatically generated.
  3. Fixed an issue where English tags could be generated while using the Chinese interface.

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

03 Nov 14:02
8e47c66

Choose a tag to compare

Release v0.1.8

Web

  1. Significantly improved file upload and download speeds
  2. Added support for exporting documents in Markdown format
  3. Fixed several known issues and improved overall stability

OmniBox AI

  1. Added support for message retry, editing, and branch switching
  2. Improved the text box experience for long-form input
  3. Added one-click saving of model responses as documents

Browser Extension

  1. Added quick access to the current workspace

Full Changelog: v0.1.7-post.4...v0.1.8

v0.1.7-post.4

28 Oct 18:12
d8741df

Choose a tag to compare

What's Changed

  • fix(emails): Fix email binding, fix collect by @LucienShui in #70
  • Fix email binding
  • Fix collect

Full Changelog: v0.1.7-post.3...v0.1.7-post.4