You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed repeated macOS Bluetooth pairing popups ("Bluetooth request from…", e.g. for a nearby Apple Pencil or other device you don't unlock with). BLEUnlock briefly connected to every nearby device — even in the background — just to read its name for the picker, which made macOS demand pairing over and over. It now connects to non-selected devices only while the device menu is actually open, adds a connection timeout, and permanently skips any device that demands pairing for the rest of the session. Monitoring of your selected device is unchanged.