You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,11 @@
5
5
* IPv6 Support - Use socket.getaddrinfo() for AF_INET & AF_INET6
6
6
* Add function to send multiple DPS index updates with one call
7
7
8
-
## v1.5.1 - Colorama for Terminal Color
8
+
## v1.6.0 - Colorama for Terminal Color
9
9
10
-
* PyPI 1.5.1
11
-
* Added [colorama](https://github.com/tartley/colorama) terminal color capability for all platforms including Windows and stdout redirects
10
+
* PyPI 1.6.0
11
+
* Add [colorama](https://github.com/tartley/colorama) terminal color capability for all platforms including MS Windows and stdout redirects
12
+
* Fix to allow setting socket options to existing open sockets by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/140
12
13
* BETA: Started standalone TinyTuya API Server ([see here](https://github.com/jasonacox/tinytuya/tree/master/server#tinytuya-api-server)). No change to core library.
0 commit comments