From 6b8d7d770eea29739227d28ba61561d0543ee1a5 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Sat, 22 Feb 2020 17:37:14 +0100 Subject: [PATCH] version 0.3.0 --- CHANGELOG.md | 4 ++++ README.md | 3 ++- pubspec.yaml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c016f4..7b6c8f9 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/README.md b/README.md index 229f012..744e78b 100644 --- a/README.md +++ b/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 diff --git a/pubspec.yaml b/pubspec.yaml index 830b3db..faa3184 100644 --- a/pubspec.yaml +++ b/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: