slixmpp-omemo/ChangeLog

36 lines
1.4 KiB
Text
Raw Normal View History

Version XXX:
2021-00-00 Maxime “pep” Buquet <pep@bouah.net>
* Improvements:
- Ensure device list is published even if we're already connected (#10)
- Ensure bundles are republished on decrypt
* Added:
- Heartbeat messages. Signal other devices we're still active after some
amount of messages. Stop raising exceptions when there is no payload.
- Commands to echo_bot. (verbose, error)
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