omemo_dart/CHANGELOG.md

12 lines
326 B
Markdown
Raw Normal View History

2022-08-09 14:02:20 +00:00
## 0.1.0
2022-06-30 12:00:18 +00:00
2022-08-09 14:02:20 +00:00
- Initial version
- Implement the Double Ratchet, X3DH and OMEMO specific bits
- Add a Blind-Trust-Before-Verification TrustManager
- Supported OMEMO version: 0.8.3
2022-08-11 10:06:02 +00:00
## 0.1.3
- Fix bug with the Double Ratchet causing only the initial message to be decryptable
- Expose `getDeviceMap` as a developer usable function