| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| whatcable-cli-0.14.3.zip | 2026-05-29 | 3.0 MB | |
| WhatCable.zip | 2026-05-29 | 8.4 MB | |
| README.md | 2026-05-29 | 810 Bytes | |
| v0.14.3_ Fix repeated charger notifications source code.tar.gz | 2026-05-29 | 3.3 MB | |
| v0.14.3_ Fix repeated charger notifications source code.zip | 2026-05-29 | 3.6 MB | |
| Totals: 5 Items | 18.2 MB | 0 | |
Fix repeated charger notifications
What's fixed
- "Charger connected" notifications firing over and over. With notifications enabled, the app could post a charger connect/disconnect pair about twice a second the whole time a charger stayed plugged in. A once-a-second background refresh was briefly clearing its internal list before rebuilding it, and the notification logic read that split-second gap as an unplug followed by a replug. The refresh now swaps in the new state in one step, and the notification check keys on the port a charger is on rather than a value that changes when the underlying service is recreated. Thanks @KelvinAyoub for the clear report (#227).
Install
brew upgrade --cask whatcable or download from Releases.