Skip to content

Releases: mill1000/midea-msmart

2023.9.4

15 Sep 20:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.9.3...2023.9.4

2023.9.3

14 Sep 01:44
a5bcb02
Compare
Choose a tag to compare

Functional Changes

  • Implement a new CLI with support for querying device state and capabilities by @mill1000 in #55
  • Fix sound on toggle_display by @mill1000 in #68
  • Reauthorize the V3 protocol periodically by @mill1000 in #67
  • Address some LAN issues by @mill1000 in #64
  • Add a timeout to LAN connect calls by @mill1000 in #56
  • Fix device enum fallback behavior which was not returning enum class instances by @mill1000 in #61
  • Add supports_display_control property by @mill1000 in #57

Misc Changes

Full Changelog: 2023.9.2...2023.9.3

2023.9.2

02 Sep 21:54
1f0e228
Compare
Choose a tag to compare

First "September" release that's actually in September.

What's Changed

  • Add support for building and publishing a Docker image by @mill1000 in #43
  • Define some additional capabilities test cases by @mill1000 in #42
  • Suppress logger messages of failed authentications during discovery by @mill1000 in #40
  • Catch NotImplementedError when connecting to device during discovery by @mill1000 in #41
  • Update checks workflow by @mill1000 in #44
  • Add workflow to publish releases to PyPi by @mill1000 in #47
  • Add support for multiarch Docker images by @mill1000 in #48

Full Changelog: 2023.9.1...2023.9.2

2023.9.1

29 Aug 21:40
409ee17
Compare
Choose a tag to compare

Bugfix release to address issue reported in #38

What's Changed

  • Use random device ID and increase timeout in Cloud API requests by @mill1000 in #39

Full Changelog: 2023.9.0...2023.9.1

2023.9.0

29 Aug 02:19
Compare
Choose a tag to compare

First official release of msmart-ng! This release brings proper async support, new device discovery, PEP8 compliance and overall code improvements.

This is a breaking release. Existing projects will need to use the async/await syntax, and new class names.

What's Changed

Full Changelog: 2023.8.0...2023.9.0

2023.8.0

10 Aug 15:48
b5195b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...2023.8.0