Skip to content

Releases: joergschultzelutter/enpasstokeepass

1.3

18 May 19:11
c9ec4e1
Compare
Choose a tag to compare

Fixed 2 Problems concerning timestamps:

Enpass does not always include a timestamp for "created_at" in its exported json file. Now using the one from "updated_at" that seems to be there always.
There was some exception claiming some incompatibility between naive and aware timestamps.

Thank you @haegelix!

1.2

04 Mar 18:00
Compare
Choose a tag to compare
1.2
  • Support for CreatedDate and ModifiedDate, thus allowing users to keep the original creation/modification date

1.1.5

23 Jan 11:22
45f2156
Compare
Choose a tag to compare

update of codeql workflow to latest version

1.1.4

23 Jan 11:13
Compare
Choose a tag to compare
  • bugfix for UUID check

1.1.3

22 Jan 19:19
0b33ad8
Compare
Choose a tag to compare
  • bugfixes: #8

1.1.2

10 Jan 20:58
Compare
Choose a tag to compare

Cosmetic changes to the README file

1.1

10 Jan 19:09
9007744
Compare
Choose a tag to compare
1.1
  • Support for pykeepass version 4.0.4 and later
  • several bugfixes, related to using "reserved" entries (defined by pykeepass) as custom fields

1.0.4

06 Jan 22:11
7b0f3f6
Compare
Choose a tag to compare
  • Added pykeepass version check
  • removed some debug code

1.0.3

02 Jan 21:03
5ed44e9
Compare
Choose a tag to compare
  • Added support for Enpass tags

1.0.2

27 Nov 17:18
Compare
Choose a tag to compare
  • added sample instructions
  • added requirements.txt package installation file, limiting to pykeepass==4.0.2 (later versions seem to have an issue with OTP content)