Releases: emericg/toolBLEx
Releases · emericg/toolBLEx
Release list
toolBLEx 0.17
Device scanner:
- Add preliminary support for multiple adapters (and adapter selection). This can only work on Linux.
- Add Bluetooth in detection (macOS with
system_profiler SPBluetoothDataType) - Improve Bluetooth info detection (Linux, using BlueZ
btmgmt info) - Make the scanning method (BLE, classic or both) configurable (default is now BLE)
- Performance optimizations for handling massive amount of advertisement packets and device log events
Spectrum analyzers:
- Add support for RtlSdr compatible hardware for sub 2.2 GHz spectrum analysis!
- Add a real-time waterfall graph
- Add a real-time 3D graph
- Many improvements to the 2D graph
Other:
- Migrate graphs from QtCharts to QtGraphs. Way faster, a bit less customizable...
- Automatically restart scanner/analyzers when some settings are changed
- Many UI cleanups
- Build system overhaul
toolBLEx 0.16
- Work on device list export
- Improve font size uniformity on Windows
- Improve navigation in the device list
- Improve various UI elements
- Fix RSSI bar visual for maximum values
- Fix device info caching not being available
- Hide advertising panel, it is (still) not implemented
toolBLEx 0.15
- Fixes for Qt 6.8 and 6.9 compatibility
- Introduce Russian translation (thanks to Andrey Alypov) and French translation (by myself)
toolBLEx 0.14.1
Linux build system improvements only, no functional changes. You can use the binaries from the 0.14 release.
toolBLEx 0.14
- Many UI fixes and improvements
- Better handling of BLE beacons
- Switch project to CMake and Qt 6.8+
- Improve Bluetooth permission system
- macOS builds are now notarized
toolBLEx 0.13
- Allow multiple instances to run at the same time
- Add "copy to clipboard" buttons for advertisement & characteristic data
- Add "clear list" quick button to the bottom status bar
- Indicate if the Bluetooth type (BLE or classic) is not yet known
toolBLEx 0.12
- Fix a bug preventing BLE devices not showing immediately in the list
- Add Bluetooth 'disconnecting' state
- Add the ability to change default export directory
- Update entire UI components library
- Update icons to material symbols
- Improve popups visuals
toolBLEx 0.11
- Add a way to control device structure cache
- Add characteristic count to the UI
- Improve BLE event logging UI
- Improve UI for High DPI screens
- General UI improvements
toolBLEx 0.10
- Couple of Windows related fixes
- New BLE event logging system
- Implement MTU support for BLE connection
- Frequency analyzer visual improvements
toolBLEx 0.9
- Fix device caching on macOS
- Improve UI scaling
- Improve UI for device data export
- Device list improvements
- Device manager code improvements