Skip to content

Commit 8955dbf

Browse files
committed
Version 0.3.4 release
1 parent 912fb04 commit 8955dbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
66

7-
## [0.3.4] Unreleased Github Repo [develop]
7+
## [0.3.5] Unreleased Github Repo [develop]
8+
## [0.3.4] - 2022-03-04
89
### Fix
910
- `WebSocketDevice` double unwanted `super().__init__` bug.
1011
- Load time in MacOS caused by bleak/corebluetooth, only if BleDevice
1112
- Allow mdns `.local` name in WebSecureREPL, (ssl checkhostname / auth server.)
1213
- `WebSocketDevice` receive frame errors
1314
- `SerialDevice` follow command parsing errors
1415
- `BleDevice` follow command parsing errors
16+
- `is_reachable` method for `WebSocketDevice` if ip is mdns .local name
17+
- pipe option for `BleDevice` `wr_cmd` method.
1518
### Added
1619
- Indicate websocket port in ip address as `ip:port` format
1720
- Allow `password:passphrase` format for `WebSocketDevice` password that sets ssl/auth

0 commit comments

Comments
 (0)