Files
pylibmeshctrl/CHANGELOG.rst
Josiah Baldwin 1a7714663a Updated changelog
2025-02-17 11:51:13 -08:00

33 lines
782 B
ReStructuredText

=========
Changelog
=========
version 1.1.2
=============
Bugs:
* Fixed semver for requirements. New version of websockets broke this library.
Version 1.1.1
=============
Bugs:
* Fixed bug when running device_info when user has access to multiple meshes
Version 1.1.0
=============
Features:
* Added overrides for meshcentral files for testing purposes
* Added `users` field to `device` object
Bugs:
* Fixed connection errors not raising immediately
* Fixed run_commands parsing return from multiple devices incorrectly
* Fixed listening to raw not removing its listener correctly
* Fixed javascript timecodes not being handled in gnu environments
* Changed some fstring formatting that locked the library into python >3.13
Version 1.0.0
=============
First release