Skip to content

Releases: import-ai/omnibox

v0.1.15

16 Dec 13:11

Choose a tag to compare

What's Changed

  • chore: update backend and wizard by @ycdzj in #92
  • refactor(wizard): upgrade wizard to v0.1.15-beta.2 by @ycdzj in #93
  • pre-release(v0.1.15-beta.3): Sync submodule by @LucienShui in #94
  • release(v0.1.15): Sync submodules by @LucienShui in #95

Full Changelog: v0.1.14...v0.1.15

v0.1.15-beta.3

13 Dec 06:54

Choose a tag to compare

v0.1.15-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.15-beta.2...v0.1.15-beta.3

v0.1.15-beta.2

11 Dec 11:27
fe10f38

Choose a tag to compare

v0.1.15-beta.2 Pre-release
Pre-release
Merge pull request #93 from import-ai/refactor/tasks

refactor(wizard): upgrade wizard to v0.1.15-beta.2

v0.1.15-beta.1

10 Dec 13:21
6e4bfb4

Choose a tag to compare

v0.1.15-beta.1 Pre-release
Pre-release

What's Changed

  • chore: update backend and wizard by @ycdzj in #92

Full Changelog: v0.1.14...v0.1.15-beta.1

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