release: Bump to 0.3.0
This commit is contained in:
parent
0480e9156f
commit
1e7f66ccc3
10
CHANGELOG.md
10
CHANGELOG.md
@ -20,3 +20,13 @@
|
||||
|
||||
- Add `isRatchetAcknowledged`
|
||||
- Ratchets that are created due to accepting a kex are now unacknowledged
|
||||
|
||||
## 0.3.0
|
||||
|
||||
- Implement enabling and disabling ratchets via the TrustManager interface
|
||||
- Fix deserialization of the various objects
|
||||
- Remove the BTBV TrustManager's loadState method. Just use the constructor
|
||||
- Allow removing all ratchets for a given Jid
|
||||
- If an error occurs while decrypting the message, the ratchet will now be reset to its prior state
|
||||
- Fix a bug within the Varint encoding function. This should fix some occasional UnknownSignedPrekeyExceptions
|
||||
- Remove OmemoSessionManager's toJson and fromJson. Use toJsonWithoutSessions and fromJsonWithoutSessions. Restoring sessions is not out-of-scope for that function
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: omemo_dart
|
||||
description: An XMPP library independent OMEMO library
|
||||
version: 0.2.1
|
||||
version: 0.3.0
|
||||
homepage: https://github.com/PapaTutuWawa/omemo_dart
|
||||
publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user