Skip to content

Releases: frenck/python-elgato

v5.1.2

27 Dec 09:23
5a28cb9
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

⬆️ Dependency updates

v5.1.1

20 Nov 13:02
266f1e0
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

  • Replace async_timeout with asyncio.timeout @frenck (#950)

🧰 Maintenance

⬆️ Dependency updates

v5.1.0

06 Nov 17:24
671952f
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

v5.0.0

20 Oct 17:28
76efe63
Compare
Choose a tag to compare

What’s changed

🚨 Breaking changes

🧰 Maintenance

⬆️ Dependency updates

Read more

v4.0.1

05 Feb 17:25
0863d3e
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

v4.0.0

05 Feb 17:04
0a5bc58
Compare
Choose a tag to compare

What’s changed

Large release that refactors the library in many ways. Python 3.9 support has been dropped, while Python 3.11 support has been added.

Furthermore, there is now support for controlling power on behaviors of lights, Wi-Fi information and the MAC address of the device is now available (in newer firmware).

Support for the Elgato Key Light Mini has been added. The Elgato Key Light Mini is a battery-powered device, and thus adds lots of information about the battery state, charging, power usage, settings for energy saving, and control to bypass the battery fully (studio mode).

🚨 Breaking changes

Support for Python 3.9 has been dropped. 🐍

  • General refactor/restructure of project @frenck (#689)

✨ New features

  • Add support for restarting an Elgato device @frenck (#693)
  • Add support for fetching mac address & Wi-Fi information @frenck (#695)
  • Add basic battery support @frenck (#697)
  • Add support for controlling battery settings @frenck (#698)
  • Add support for controlling power on behavior @frenck (#699)

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

Details
Read more

v3.0.0

13 Jan 10:22
a2ab534
Compare
Choose a tag to compare

What’s changed

🚨 Breaking changes

🧰 Maintenance

⬆️ Dependency updates

v2.2.0

12 Nov 13:38
5e663db
Compare
Choose a tag to compare

What’s changed

✨ New features

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

  • Upgrade lock-threads workflow to 3.0.0 @frenck (#386)

⬆️ Dependency updates

v2.1.1

04 Jun 13:26
70636b8
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

⬆️ Dependency updates

v2.1.0

02 May 09:12
f18cdfc
Compare
Choose a tag to compare

What’s changed

Renamed from "Elgato Key Light" to "Elgato Lights". When the library was originally created, there was just one Elgato Light product 😄

  • Support for the Elgato Light Strip has been added.
  • Light settings can now be queried.
  • Reported features are now part of the Info returned.
  • Add support for identifying a light (makes it blink).
  • Added method to change the name of the device.
  • Additional data validation has been added to the light() method.

✨ New features

  • Add support for Light Strip, name changes, Idenfity and Settings @frenck (#280)

📚 Documentation

  • Add support for Light Strip, name changes, Idenfity and Settings @frenck (#280)

⬆️ Dependency updates