Releases: koenvervloesem/bluetooth-clocks
Releases · koenvervloesem/bluetooth-clocks
Bluetooth Clocks v0.2.0: Get time from PVVX
This release adds support for reading the time from devices with PVVX firmware.
What's Changed
- Migrate code linting to Ruff, apply fixes by @koenvervloesem in #15
- Add MJWSD05MMC and MHO-C122 to list of supported PVVX models by @koenvervloesem in #16
- Assume if TYPE_CHECKING is covered by @koenvervloesem in #17
- Deprecate Python 3.7 by @koenvervloesem in #18
- Add read time command for PVVX firmware by @koenvervloesem in #19
- Add changelog for v0.2.0 by @koenvervloesem in #20
Full Changelog: v0.1.2...v0.2.0
Bluetooth Clocks v0.1.2: Local time, please
This is a bugfix release. Previously the time on Qingping devices and devices running the PVVX ATC firmware was set to UTC instead of local time.
What's Changed
- Autoupdate pre-commit by @koenvervloesem in #12
- Fix local time on PVVX and Qingping devices by @koenvervloesem in #13
- Add changelog for v0.1.2 by @koenvervloesem in #14
Full Changelog: v0.1.1...v0.1.2
Bluetooth Clocks v0.1.1
This is a bugfix release.
What's Changed
- Fix doctest: use UTC in get_time_from_bytes example by @koenvervloesem in #3
- Fix link to Bleak's BLEDevice in docs by @koenvervloesem in #4
- Add codecov badge to README by @koenvervloesem in #5
- Various documentation fixes by @koenvervloesem in #6
- Build documentation on Read The Docs with Python 3.11 by @koenvervloesem in #7
- Use Ubuntu 22.04/Python 3.11 for Read The Docs by @koenvervloesem in #8
- Update to PyScaffold v4.4 project features by @koenvervloesem in #9
- Import future annotations by @koenvervloesem in #10
- Add changelog for v0.1.1 by @koenvervloesem in #11
Full Changelog: v0.1.0...v0.1.1
Bluetooth Clocks v0.1.0
Initial release
Full Changelog: https://github.com/koenvervloesem/bluetooth-clocks/commits/v0.1.0