Releases: VariantConst/OpenWebUI-Monitor
Releases · VariantConst/OpenWebUI-Monitor
Release list
v0.2.3
Features
- Fuzzy Search in User Management: Added support for fuzzy search functionality on the user management page.
Fixes
- User Balance Sorting: Fixed an issue where user balance sorting was only applied within the current page.
- Mobile Model Usage Page: Resolved display issues on the model usage page for mobile devices.
v0.2.2
Features
- Allowed deleting users.
- Added English support in the provided OpenWebUI function.
v0.2.1
Features
- i18n Support: Added support for internationalization (i18n) to enable multilingual functionality.
- Improved Token Verification UI: Enhanced the design of the token verification interface for a better user experience.
v0.2.0
Features
- Per-Message Pricing: Introduced a per-message pricing feature. If a price is set for each message, the system deducts a fixed price per message regardless of token usage. If the price is set to a negative value, it is treated as unset, and token-based pricing is used instead. By default, the price per message is
-1, which can be configured usingDEFAULT_MODEL_PER_MSG_PRICE. - Mobile Optimization: Fully optimized for mobile devices to enhance user experience.
- Enhanced Model Testing: Added visually appealing animations for testing model availability and a summary of test results.
v0.1.7
Features
- UI Enhancements: Improved the visual design of several pages for a better user experience.
Fixes
- Token Authentication Logic: Resolved all issues related to incorrect token authentication logic. (#8)
v0.1.6
Fixes
- ACCESS_TOKEN Storage: The
ACCESS_TOKENis now stored inlocalStorage, resolving the issue where using Cloudflare DNS proxy allowed shared cookies for login. (#7) - Model Icons Update: Adapted to the latest OpenWebUI
/api/modelsAPI, fixing the issue where model icons could not be retrieved properly. (#7)
v0.1.5
Fixes
- Updated
docker-compose.ymlto switch the image source to Docker Hub, while maintaining compatibility with the original GHCR image pulling mechanism, fixing #6. - Fixed the
UserValvesobject serialization issue #5 by adding a_prepare_user_dictmethod infunctionsto handle the error:"Object of type UserValves is not JSON serializable", thanks to @ShallowDream724.
v0.1.4
Features
- Added favicon, website title, and description.
- Truncated long usernames in the User Consumption chart.
- Displayed tokens per second in the OpenWebUI function, thanks to @xinhai-ai
v0.1.3
Fixes
- Improved token calculation accuracy: if the model API response includes input and output token information, it will be used directly; otherwise, tokens will be calculated manually.
v0.1.2
Features
- Added a popup for update notifications.
- Initial model price can now be configured via environment variables.
Fixes
- Fixed an issue where Monitor failed to fetch the correct price after adding a new model in OpenWebUI.