From 939986e5cbcf4bfdf6a9a51ca4ad4019c1b6b7d7 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sat, 20 Apr 2024 12:03:57 -0700 Subject: [PATCH] doc: Update version/CHANGELOG for 7.1.16 --- buttplug/CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ buttplug/Cargo.toml | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/buttplug/CHANGELOG.md b/buttplug/CHANGELOG.md index 9e57f10fc..cb2fffb6c 100644 --- a/buttplug/CHANGELOG.md +++ b/buttplug/CHANGELOG.md @@ -1,3 +1,36 @@ +# 7.1.16 (2024-04-20) + +## Features + +- Added Device Support + - JoyHub TrueForm + - JoyHub Rhythmic 3 + - JoyHub Mysticolor + - JoyHub Vivid Wings + - JoyHub Deena + - JoyHub Cherly + - JoyHub Cherly 2c + - JoyHub Pathfinder 2 + - JoyHub Angela + - JoyHub Verax + - JoyHub Verax 2 + - JoyHub Euphoric 2 + - JoyHub RoseBUD + - JoyHub Starfish + - JoyHub Resi Ring 2 + - Kiiroo Pearl 2+ + - Kiiroo Pearl 3 + - Momonii Agatha + - Lioness + +## Bugfixes + +- Correct the feature order for the JoyHub PearlConch +- Fix the mode byte on the MotorBunny rotate command +- Fix for Lovense Solace V31 stop command +- Fix a RwLock timing issue +- Miizzzee protocol implementation cleanup + # 7.1.15 (2024-03-17) ## Features diff --git a/buttplug/Cargo.toml b/buttplug/Cargo.toml index 3dc2c1fce..72788b544 100644 --- a/buttplug/Cargo.toml +++ b/buttplug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buttplug" -version = "7.1.15" +version = "7.1.16" authors = ["Nonpolynomial Labs, LLC "] description = "Buttplug Intimate Hardware Control Library" license = "BSD-3-Clause"