File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed
Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1+ # 9.0.8 (2025-04-20)
2+
3+ ## Features
4+
5+ - Added Device Support
6+ - TryFun Meta 2, Black Hole Plus
7+ - OhMiBox Nex|2
8+ - Sexverse LG389
9+ - Galaku Zaku Aircraft Cup
10+ - JoyHub Pearlconch L, Troi, Tanmouth, Marcela
11+ - Libo Miao
12+ - Svakom Vick Neo 2
13+ - Svakom Iker Neo
14+ - metaXsire Tay 6
15+ - metaXsire HH010
16+
17+ ## Bugfixes
18+
19+ - ScalarCmd devices now properly heed user set device limits
20+ - Disconnecting a serial device in use now fires disconnect event
21+ - Versus what it used to do, which was an unbounded, very fast memory leak
22+
123# 9.0.7 (2025-02-08)
224
325## Features
Original file line number Diff line number Diff line change 11[package ]
22name = " buttplug"
3- version = " 9.0.7 "
3+ version = " 9.0.8 "
44authors = [" Nonpolynomial Labs, LLC <kyle@nonpolynomial.com>" ]
55description = " Buttplug Intimate Hardware Control Library"
66license = " BSD-3-Clause"
@@ -61,8 +61,8 @@ serde_json = "1.0.140"
6161serde_repr = " 0.1.20"
6262uuid = { version = " 1.16.0" , features = [" serde" ] }
6363url = " 2.5.4"
64- # btleplug = { version = "0.11.7 ", optional = true }
65- btleplug = { path = " ../../btleplug" , optional = true }
64+ btleplug = { version = " 0.11.8 " , optional = true }
65+ # btleplug = { path = "../../btleplug", optional = true}
6666# btleplug = { git = 'https://github.com/deviceplug/btleplug', branch = 'master', optional = true }
6767strum_macros = " 0.27.1"
6868strum = " 0.27.1"
You can’t perform that action at this time.
0 commit comments