Browse Source

version 0.3.0

remove-cryptography-dependency
Herbert Poul 5 years ago
parent
commit
6b8d7d770e
  1. 4
      CHANGELOG.md
  2. 3
      README.md
  3. 4
      pubspec.yaml

4
CHANGELOG.md

@ -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.

3
README.md

@ -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

4
pubspec.yaml

@ -1,6 +1,6 @@
name: kdbx
description: KeepassX format implementation in pure dart. (kdbx 3.x support).
version: 0.2.1
description: KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support).
version: 0.3.0
homepage: https://github.com/authpass/kdbx.dart
environment:

Loading…
Cancel
Save