diff --git a/README.md b/README.md index 6867c67..d96cb4d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # enpass-to-keepass Convert an Enpass csv export so it can be imported to a KeePass database using KeePassXC -## Updates -This now imports from a JSON export from enpass, and includes folders from enpass as groups. Since enpass now uses folders as "labels" and can have multiple, this chooses the first item in the list as the group +## Enpass Version +This version of the script converts an Enpass JSON export (Enpass version >=6). Since Enpass now uses folders as "labels" and can have multiple, the first item in the folder list is chosen as the Keepass "group". + +**If you need to convert an older (Enpass < v6) CSV export, use the [`v1.0`](https://github.com/jsphpl/enpass-to-keepass/releases/tag/v1.0) tag of this git repository.** ## Background Read this blog article for some background on this tool: [https://jsph.pl/migrating-from-enpass-to-keepass/](https://jsph.pl/migrating-from-enpass-to-keepass/)