Skip to content

Releases: emericg/toolBLEx

toolBLEx 0.17

toolBLEx 0.17 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 29 Jun 14:46

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

toolBLEx 0.16 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 25 Apr 09:38
  • 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

toolBLEx 0.15 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 16 Feb 14:22
  • 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

toolBLEx 0.14.1 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 27 Nov 16:10

Linux build system improvements only, no functional changes. You can use the binaries from the 0.14 release.

toolBLEx 0.14

toolBLEx 0.14 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 26 Nov 14:10
  • 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

toolBLEx 0.13 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 13 Oct 15:42
  • 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

toolBLEx 0.12 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 19 Jun 17:45
  • 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

toolBLEx 0.11 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 04 Apr 19:20
  • 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

toolBLEx 0.10 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 16 Dec 15:11
  • Couple of Windows related fixes
  • New BLE event logging system
  • Implement MTU support for BLE connection
  • Frequency analyzer visual improvements

toolBLEx 0.9

toolBLEx 0.9 Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 28 Sep 15:48
  • Fix device caching on macOS
  • Improve UI scaling
  • Improve UI for device data export
  • Device list improvements
  • Device manager code improvements