File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to BlueR tools will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.17.2 - 2024-06-13
8
+ ### Added
9
+ - bluadv: command line tool to send BLE advertisements
10
+
7
11
## 0.17.1 - 2024-03-25
8
12
### Added
9
13
- blumon: optional advertisement logging to disk
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bluer-tools"
3
- version = " 0.17.1 "
3
+ version = " 0.17.2 "
4
4
description = " BlueR tools: swiss army knife for GATT services, L2CAP and RFCOMM sockets on Linux"
5
5
readme = " README.md"
6
6
authors = [" Sebastian Urban <surban@surban.net>" , " BlueR contributors" ]
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ A running [Bluetooth daemon (BlueZ)] is required.
9
9
10
10
The following command line tools are included:
11
11
12
+ - ** bluadv** : Send Bluetooth LE advertisements.
13
+
12
14
- ** blumon** : Scans for and monitors Bluetooth devices similar to ` top ` .
13
15
14
16
- ** gattcat** : Swiss army knife for Bluetooth LE GATT services.
You can’t perform that action at this time.
0 commit comments