Releases: Carglglz/upydevice
Releases · Carglglz/upydevice
upydevice 0.3.8
upydevice 0.3.7
Fix
- paste_buff method in BleDevice
- fix data feeding pipe missing blank lines in follow callback for BleDevice
- deprecate self-signed certs in favor of ROOT CA signed certs for WebSocketDevices using SSL/TLS
Added
@device.codedecorator for Device classes to declare and call functions in devices@device.code_followfor Device classes to declare and call functions in devices whose output need to be followed.@devicegroup.codefor DeviceGroup class to declare and call functions in group of devices.@devicegroup.code_followfor Device classes to declare and call functions in a group of devices whose output need to be followed.- decorator examples.
upydevice 0.3.6
Fix
- fixed missing dependencies in
setup.py(@BradenM)
upydevice 0.3.5
Fix
- reassign ip to hostname if hostname is not None for disconnect method
upydevice 0.3.4
Fix
WebSocketDevicedouble unwantedsuper().__init__bug.- Load time in MacOS caused by bleak/corebluetooth, only if BleDevice
- Allow mdns
.localname in WebSecureREPL, (ssl checkhostname / auth server.) WebSocketDevicereceive frame errorsSerialDevicefollow command parsing errorsBleDevicefollow command parsing errorsis_reachablemethod forWebSocketDeviceif ip is mdns .local name- pipe option for
BleDevicewr_cmdmethod.
Added
- Indicate websocket port in ip address as
ip:portformat - Allow
password:passphraseformat forWebSocketDevicepassword that sets ssl/auth
toTrueif present. addressproperty for all device types.flush_connforBleDevicefor compatibility
upydevice 0.3.3
Added
Host Namein__repr__command device info- New
pyqtinterval timer example - Added device name in test logging
upydevice 0.3.2
Added
- mDNS
.local/dhcp_hostnamecompatibility, so device configuration works across networks
Fix
check -i,infocommands in-apmd, if connected to AP of the device.
upydevice 0.3.1
- Fix
KeyboardInterruptinAsyncBleDeviceforjupyter_upydevice_kernel
upydevice 0.3.0
Merge pull request #4 from Carglglz/develop requirement update
upydevice 0.2.3
Minor fixes (see change log doc)