拡張機能のリリース英語で記載
UsageMeterv1.4.4
1件の変更
- 修正1件
このリリースノートは英語版のみです。
- 修正
Dashboard sync rebuilt from scratch — it had been silently storing nothing. The server identified you through a device-to-account link that only exists when a sign-in passes the extension's device id, which the main sign-in path (signing in on usagemeter.app and letting the site hand the session to the extension) cannot do — so the lookup found no account and every point was dropped. On top of that, points were kept for paid plans only. The extension now authenticates with its own token and sends the CURRENT state of each Claude account instead of replaying local history through a cursor, and the server stores it for every plan (the dashboard still gates what free accounts can view). Re-sending the same minute is harmless, so a failed request simply retries on the next cycle