Skip to content

Commit 2202f02

Browse files
committed
doc: Update CHANGELOG/README for 4.0.1
1 parent 21b1616 commit 2202f02

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

js/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v4.0.1 (2026/04/05)
2+
3+
## Bugfixes
4+
5+
- Fix issue with StopDeviceCmd still being sent when using npm package
6+
- Fix issue with different decodes of DeviceList depending on server sent or requested
7+
8+
# v4.0.0 (2026/02/02)
9+
10+
## Features
11+
12+
- Update to Buttplug Spec v4
13+
- Basically a rewrite
14+
115
# v3.2.2 (2024/03/02)
216

317
## Bugfixes

js/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22

33
[![Patreon donate button](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/qdot)
44
[![Github donate button](https://img.shields.io/badge/github-donate-ff69b4.svg)](https://www.github.com/sponsors/qdot)
5-
6-
[![Discourse Forum](https://img.shields.io/badge/discourse-forum-blue.svg)](https://discuss.buttplug.io)
5+
[![Discourse Forums](https://img.shields.io/discourse/status?label=buttplug.io%20forums&server=https%3A%2F%2Fdiscuss.buttplug.io)](https://discuss.buttplug.io)
76
[![Discord](https://img.shields.io/discord/353303527587708932.svg?logo=discord)](https://discord.buttplug.io)
8-
[![Twitter](https://img.shields.io/twitter/follow/buttplugio.svg?style=social&logo=twitter)](https://twitter.com/buttplugio)
7+
[![bluesky](https://img.shields.io/bluesky/followers/buttplug.io)](https://bsky.app/profile/buttplug.io)
8+
99

1010
A implementation of the Buttplug Client in Typescript/Javascript, implementing the Version 3
1111
Buttplug Spec. It is expected to run from a browser against either [Intiface Central
1212
(GUI)](https://intiface.com/central), [Initface Engine
1313
(CLI)](https://github.com/intiface/intiface-engine), or [the Buttplug WASM Server](https://github.com/buttplugio/buttplug-js).
1414

15+
## This isn't the only JS Library!
16+
17+
While this library *can* work for implementing JS/TS apps with Buttplug, it's really just a reference version we keep for documentation. We highly recommend checking out the following community versions of the client that may be better kept up for have more features:
18+
19+
- [zendrex/buttplug.js](https://www.npmjs.com/package/@zendrex/buttplug.js)
20+
21+
If you have built a client and would like to see it listed here, let us know!
22+
1523
## Compilation information
1624

1725
buttplug-js builds to 3 different types of library:

0 commit comments

Comments
 (0)