What's Changed
- New attributes should overwrite the old ones if they exists by @denniswa in #31
- Send the whole configuration at once instead of per device. by @krihal in #35
- Element.dumpy() was added, dumps as YAML.
- get_data() can now return data type casted to another type than string.
- Added scripts/build_deb.sh to build Debian packages.
- Support for commit hooks.
Corrected bugs
- Fixed: Server will now shut down if the backend exits.
- Fixed: Element.dumpj() will now dump a valid JSON.
- Fixed: Don't print error for known notification.
New Contributors
Full Changelog: 1.1.0...1.2.0