Skip to content

Releases: VariantConst/OpenWebUI-Monitor

v0.2.3

Choose a tag to compare

@VariantConst VariantConst released this 03 Jan 07:55

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

Choose a tag to compare

@VariantConst VariantConst released this 09 Dec 10:45

Features

  • Allowed deleting users.
  • Added English support in the provided OpenWebUI function.

v0.2.1

Choose a tag to compare

@VariantConst VariantConst released this 08 Dec 12:06

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

Choose a tag to compare

@VariantConst VariantConst released this 07 Dec 16:54

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 using DEFAULT_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

Choose a tag to compare

@VariantConst VariantConst released this 06 Dec 13:23

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

Choose a tag to compare

@VariantConst VariantConst released this 03 Dec 03:01

Fixes

  • ACCESS_TOKEN Storage: The ACCESS_TOKEN is now stored in localStorage, resolving the issue where using Cloudflare DNS proxy allowed shared cookies for login. (#7)
  • Model Icons Update: Adapted to the latest OpenWebUI /api/models API, fixing the issue where model icons could not be retrieved properly. (#7)

v0.1.5

Choose a tag to compare

@VariantConst VariantConst released this 02 Dec 14:14

Fixes

  • Updated docker-compose.yml to switch the image source to Docker Hub, while maintaining compatibility with the original GHCR image pulling mechanism, fixing #6.
  • Fixed the UserValves object serialization issue #5 by adding a _prepare_user_dict method in functions to handle the error: "Object of type UserValves is not JSON serializable", thanks to @ShallowDream724.

v0.1.4

Choose a tag to compare

@VariantConst VariantConst released this 27 Nov 13:10

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

Choose a tag to compare

@VariantConst VariantConst released this 26 Nov 13:32

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

Choose a tag to compare

@VariantConst VariantConst released this 26 Nov 04:14

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.