Skip to content

0.4.13 - TP-Link, Follows, and HTTP Fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 18:52
· 1068 commits to main since this release

TP-Link

  • Fix clearing out the subnet mask in settings causing a failure to find devices on the default subnet mask. (Thanks Space_Monkee)

Twitch

  • Fix use of deprecated getUserFollows and replace it with getChannelFollowers

HTTP

  • Fix HTTP post, put, and patch requests not setting their Content-Type header and thus not including the body payload. (Thanks Ascol57)