Changelog#

Version 0.5.0: Bluetooth addresses on macOS (2023-03-19)#

On macOS, users normally don’t get access to the Bluetooth addresses of devices, but to a UUID. This release adds the -m option to get the actual Bluetooth address.

New features#

Fixes#

Version 0.4.1: Switch to switches (2023-02-16)#

This is a bugfix release for a breaking change in Textual 0.11.0.

Version 0.4.0: Minor user interface improvements (2022-12-28)#

This release adds some minor user interface improvements. The description Unknown for unknown company IDs and UUIDs is now shown in red. If the Bluetooth address has a known OUI, the vendor name is shown. And the number of filtered and received advertisements is now shown in the title.

The documentation now also tells what to do if you want to contribute descriptions for unknown UUIDs. You can contribute these to the bluetooth-numbers project.

New features#

Miscellaneous#

Version 0.3.3: Python 3.7 works! (2022-12-25)#

This is a bugfix release. The most visible fix is for a bug that let HumBLE Explorer fail on Python 3.7.

Fixes#

Version 0.3.2: macOS works! (2022-12-23)#

This is a bugfix release. The most important fix is that HumBLE Explorer now finally works on macOS too.

Fixes#

Version 0.3.1 (2022-12-22)#

This is a maintenance release with some fixes under the hood.

Version 0.3.0 (2022-12-14)#

This version adds a lot of user interface improvements. You can filter advertisements on device addresses, you can choose which advertisement data types are shown, you can enable or disable autoscrolling and you can clear the list of received advertisements.

New features#

Miscellaneous#

Full Changelog: https://github.com/koenvervloesem/humble-explorer/compare/v0.2.0…v0.3.0

Version 0.2.0 (2022-12-02)#

  • Timestamps within the same second are rendered with the same color.

  • Each Bluetooth address is rendered with its own color for easier recognition of devices.

Version 0.1.1 (2022-12-01)#

Fixes a ModuleNotFoundError.

Version 0.1.0 (2022-12-01)#

Initial version of HumBLE Explorer.