This release adds compatibility support for Open WebUI 0.9.x.
Compatibility
- Open WebUI 0.9.x compatibility: Detects Open WebUI version at runtime and adapts database access accordingly.
- Async DB fix:
Users.get_user_by_id,Chats.get_chat_by_id, andFiles.get_file_by_idnow use the correct async/sync call path based on Open WebUI version.
Improvements
- File prefetch optimization: Files referenced in markdown are now prefetched asynchronously before document build, improving performance.
- Unified
_call_dbhelper: Replaces ad-hocasyncio.to_threadwrappers with a single version-aware adapter.
Version Changes
Plugin Updates
- Export to Word Enhanced: v0.4.4 → v0.4.5 | 📖 README