feat: Update CHANGELOG and README

This commit is contained in:
PapaTutuWawa 2023-01-01 16:55:15 +01:00
parent 092ce36410
commit 32c0c5a4f0
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,6 @@
- Fix bug with the Double Ratchet causing only the initial message to be decryptable - Fix bug with the Double Ratchet causing only the initial message to be decryptable
- Expose `getDeviceMap` as a developer usable function - Expose `getDeviceMap` as a developer usable function
## 0.2.0 ## 0.2.0
- Add convenience functions `getDeviceId` and `getDeviceBundle` - Add convenience functions `getDeviceId` and `getDeviceBundle`
@ -42,3 +41,4 @@
- Deprecate `OmemoSessionManager`. Use `OmemoManager` instead. - Deprecate `OmemoSessionManager`. Use `OmemoManager` instead.
- Implement queued access to the ratchets inside the `OmemoManager`. - Implement queued access to the ratchets inside the `OmemoManager`.
- Implement heartbeat messages. - Implement heartbeat messages.
- [BREAKING] Rename `Device` to `OmemoDevice`.

View File

@ -28,7 +28,7 @@ Include `omemo_dart` in your `pubspec.yaml` like this:
dependencies: dependencies:
omemo_dart: omemo_dart:
hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub
version: ^0.3.1 version: ^0.4.0
# [...] # [...]
# [...] # [...]