- Update to buttplug-js 0.13.2 (Android workaround)
- Update to buttplug-js 0.12.1 (Motorbunny support)
- Fix bug with intiface desktop websocket loading
- Update to buttplug-js 0.12.0
- Try loading device config from web CDN by default
- Rebuild component from the ground up, using vue-cli
- Now brings in ButtplugClient as a prop, does not actually own object
- Embeddable in dialog, nav bar, or otherwise
- Can try connecting to many addresses at one, first one to connect wins race
- Can start scanning on connect, saves a click
- Update dependencies, including Buttplug 0.11.6
- Remove simulator support completely, will now build into intiface
- Update dependencies, including Buttplug to 0.11.0
- Readd uglify hack for for-each compression fix
- Fix CSS addition that wasn't needed
- Fix webpack external paths
- Add Simulator options
- Update dependencies, requiring Buttplug 0.8.0 as a peer dependency
- Fix issue with devices not deregistering on websocket disconnect
- Fix issue with devices coming up selected on reconnect
- Make error messages more descriptive
- Add workaround for uglify minification bug
- Fix webpack output location
- Fix classname minification bug
- Move from vue-material to vuetify
- Add cookie storage of websocket server address
- Move to Webpack 4
- Clean up components
- Fix disconnect/ping timeout/device stop issues
- Fix bug with devices already connected to server not showing up on websocket reconnect
- Fix bug with websocket server disconnect not updating GUI
- Update dependencies
- Update Buttplug dependency to 0.5.x (rolling minor version due to change)
- Fix prop/model issues that popped up on dependency changes
- Show error if websocket connection fails
- Fix disconnect button for websocket connections
- Notify user if bluetooth isn't available
- Update dependencies
- Update Start/Stop Scanning Button state on scanningfinished event/message
- Change globals to hang off Vue.Buttplug object.
- Add ability for users to call StopAllDevices easily.
- Initial release
- Provides basic connection/device management/log viewing functionality