Skip to content

Releases: onllm-dev/onWatch

onWatch v2.11.43

23 Apr 23:19

Choose a tag to compare

What's Changed

  • fix(menubar): open dashboard on configured port, not hardcoded 9211 by @prakersh in #66

Full Changelog: v2.11.42...v2.11.43

onWatch v2.11.42

18 Apr 22:54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.11.41...v2.11.42

onWatch v2.11.41

17 Apr 20:38

Choose a tag to compare

onWatch v2.11.40

17 Apr 16:28

Choose a tag to compare

What's Changed

Full Changelog: v2.11.39...v2.11.40

onWatch v2.11.39

13 Apr 18:42

Choose a tag to compare

onWatch v2.11.38

10 Apr 10:13

Choose a tag to compare

onWatch v2.11.37

05 Apr 11:56

Choose a tag to compare

onWatch v2.11.36

04 Apr 21:27

Choose a tag to compare

onWatch v2.11.35

02 Apr 23:09

Choose a tag to compare

v2.11.35 - MiniMax Multi-Account Support

Track multiple MiniMax accounts with full isolation. Switch accounts in the dashboard to view per-account usage and history.

Bug Fix - Fixed cycle overview showing blank data on shared MiniMax plans. Usage history now always displays correctly.

Improved Status Bar - API source badges now show timestamps for last quota update.

onWatch v2.11.34

02 Apr 17:51

Choose a tag to compare

Codex Display Mode Toggle

Toggle how you view Codex quotas - switch between "Usage" (utilization %) and "Available" (remaining %) for five_hour and seven_day quotas.

Configure via:

  • Environment: CODEX_SHOW_AVAILABLE=true (or false for usage mode, which is default)
  • Settings UI: Settings → Providers → Configure Codex → Quota Display

Consolidated Codex Settings Card

The Codex provider card in Settings now shows ONE entry with all sub-profiles listed below it. Each sub-profile retains its own telemetry/dashboard toggles for granular control.

Profile Management UI (Beta)

Manage Codex profiles directly from the Settings modal - refresh credentials or delete profiles without needing the CLI.

Bug Fixes

  • Added display_mode value validation (only accepts "usage" or "available")
  • CSS styling improvements for the consolidated Codex provider section
  • All tests pass with race detection