slixmpp-omemo/ChangeLog
Maxime “pep” Buquet d9b77dbf86
Release 0.5.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-07-12 11:22:23 +02:00

26 lines
1 KiB
Text

Version 0.5.0:
2021-07-12 Maxime “pep” Buquet <pep@bouah.net>
* Added:
- New my_fingerprint method
* Breaking:
- Raise exception when no data dir is specified instead of simply logging
- Removed colons from output format of fp_from_ik helper
- Raise exception when payload is not of the form we expect (missing
payload, key, or iv element)
Version 0.4.0:
2020-03-10 Maxime “pep” Buquet <pep@bouah.net>
* Improvements:
- Add more fine errors during plugin setup.
- Ensure variable is available when publish-options is not available. (!5)
- Don't just catch precondition-not-met, ensure the node is being
configured and published. Add logging.
Version 0.3.0:
2019-12-29 Maxime “pep” Buquet <pep@bouah.net>
* Breaking:
- Require lib omemo 0.11
* Improvements:
- Ensure correct types are passed to the omemo lib via expect_problems. (!3)
- Implement fallback on precondition-not-met when publishing devicelist (!2)
and bundle
* Changes:
- Support only from Python 3.7