Skip to content

Releases: 7onnie/BLEUnlock

v1.15.9

Choose a tag to compare

@github-actions github-actions released this 16 Jul 09:43
  • 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.

v1.15.8

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:08
  • Maintenance build.

Note: trusting the updater certificate (Trust Updater Certificate…) makes Accessibility/Bluetooth permissions persist across updates, but the saved-password Keychain item still prompts once per update on self-signed builds — a limitation that only an Apple Developer ID (notarization + data-protection keychain) would remove.

v1.15.7

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:09
  • New Trust Updater Certificate… menu item: trust the fork's signing certificate for code signing (one Touch ID prompt, no sudo) so Bluetooth/Accessibility/Keychain permissions persist across updates instead of being re-requested each time. The Update Available dialog offers this before updating, and Check Permissions shows the trust status.
  • About box now credits this as 7onnie's fork (based on Skyearn, originally by Takeshi Sone).

v1.15.6

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:32
  • Faster, smarter auto-lock: BLEUnlock now reacts to the trajectory of the signal, not just its level. When you walk away and the signal falls off and drops out, the Mac locks within a few seconds instead of waiting the full no-signal timeout; a brief Bluetooth dropout while you are present still waits a short grace period. Unlocking is unchanged. (Active-mode connections only; passive-scan monitoring keeps the configured timeout.)

v1.15.5

Choose a tag to compare

@github-actions github-actions released this 09 Jul 12:57
  • Update checks now detect Intel Macs and no longer offer updates there. Upcoming BLEUnlock releases will be built for Apple Silicon only; this is the last version that runs on Intel hardware
中文发布说明
  • 更新检查现在会识别 Intel Mac,并不再向其提供更新。今后的 BLEUnlock 版本将仅为 Apple Silicon 构建;这是最后一个可在 Intel 硬件上运行的版本
日本語リリースノート
  • アップデートチェックが Intel Mac を検出し、更新を提供しなくなりました。今後の BLEUnlock リリースは Apple Silicon 専用でビルドされます。これは Intel ハードウェアで動作する最後のバージョンです

v1.15.4

Choose a tag to compare

@github-actions github-actions released this 09 Jul 11:12
  • Releases are now signed with a stable self-signed certificate instead of ad-hoc. The code signature no longer changes on every build, so Accessibility/Bluetooth permissions and the saved-password Keychain access survive updates (no more re-approving after each update)

v1.15.3

Choose a tag to compare

@github-actions github-actions released this 09 Jul 10:16
  • New "Check Permissions…" menu item: reports the real Accessibility/Bluetooth/Automation/notification/event-script state (the System Settings list can be stale for ad-hoc-signed builds) with guidance and a Settings deeplink
  • German localization for the permission check

v1.15.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 08:51
  • Bundle identifier renamed to com.github.7onnie.BLEUnlock (settings migrate automatically; macOS will ask once to allow access to the saved password and will re-ask for Bluetooth/Accessibility)
  • Event script: legacy script locations (Skyearn/ts1) are found automatically
  • German localization completed; missing translations now fall back to English instead of showing raw keys

v1.15.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 21:32
  • Update-pipeline end-to-end test release

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 21:29
  • Maintained fork continues at 7onnie/BLEUnlock (based on Skyearn/BLEUnlock 1.14.x)
  • Unlock is now gated on the smoothed (median-filtered) RSSI plus a minimum sample count — a single spurious RSSI spike can no longer unlock the Mac
  • New "Disable on This Network" menu item: BLEUnlock pauses automatically outside allow-listed networks, keyed on the default gateway's MAC address (permission-free)
  • In-app update installer for fork releases (zip asset, no Gatekeeper friction)
  • Update checker now follows 7onnie/BLEUnlock releases