closes #303
Add support for the new features of KDBX4.1[1] such as group tags,
disabling password quality checks for entries, previous parent groups,
custom icons with names and last modification times, CustomDataItem with
last modification times
BREAKING CHANGE: databases will be written in KDBX4.1 and emit a
DatabaseSaveError::UnsupportedVersion if writing as KDBX4.0 is requested
BREAKING CHANGE: Entry::quality_check type change from Option<bool> to bool
[1] https://keepass.info/help/kb/kdbx_4.1.html