@ -1,3 +1,7 @@
## 0.3.0
- Initial support for kdbx 4.x
## 0.2.1
- Throw unsupported exception when trying to read kdbx 4.x files.
@ -16,7 +16,8 @@ TODO
## Features and bugs
* Only supports v3.
* Supports kdbx v3 with native dart implementation
* Supports kdbx v4 with combination with [argon2 ffi](https://github.com/authpass/argon2_ffi)
# Argon2 support
@ -1,6 +1,6 @@
name: kdbx
description: KeepassX format implementation in pure dart. (kdbx 3.x support).
description: KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support).
version: 0.2.1
version: 0.3.0
homepage: https://github.com/authpass/kdbx.dart
environment: