2021-07-15 00:36:13 +00:00
|
|
|
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:
|
2022-03-12 00:28:26 +00:00
|
|
|
- Heartbeat messages. Signal to other devices we're still active after
|
|
|
|
some amount of messages. Stop raising exceptions when there is no payload.
|
|
|
|
- Ensure heartbeats are stored in the archive.
|
2022-03-10 13:39:13 +00:00
|
|
|
- Commands to echo_bot. (verbose, error)
|
2021-07-12 09:22:23 +00:00
|
|
|
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)
|
2020-03-10 22:17:01 +00:00
|
|
|
Version 0.4.0:
|
|
|
|
2020-03-10 Maxime “pep” Buquet <pep@bouah.net>
|
2020-03-10 22:03:48 +00:00
|
|
|
* 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
|