Skip to content

Releases: viczem/ansible-keepass

v0.7.5

11 Jun 20:27
Compare
Choose a tag to compare

Added support for KeePass field references: https://keepass.info/help/base/fieldrefs.html

See libkeepass/pykeepass#178 for the related implementation in pykeepass.

v0.7.4

09 Feb 23:29
Compare
Choose a tag to compare
  • Fix custom_properties - long chain are truncated #46
  • Add support kdbx key file for attachment extraction #44

v0.7.3

10 Jan 05:55
Compare
Choose a tag to compare
  • use sys.executable as path to python
  • add Bash/Shell environment variables for better CI integration

v0.7.2

09 Nov 08:53
Compare
Choose a tag to compare
Fix #34 KeePass: socket connection failed when used in parallel

v0.7.1

22 Oct 10:54
Compare
Choose a tag to compare

Password is not mandatory for opening keepass db (only the key file can be used)

v0.7.0

20 Aug 13:44
Compare
Choose a tag to compare

Added module for writing attachments to file system

v0.6.0

13 Aug 13:22
Compare
Choose a tag to compare

Added fetching attachments

v0.5.1

09 Aug 13:29
Compare
Choose a tag to compare

Small fixes

v0.5.0

09 Aug 09:45
Compare
Choose a tag to compare
  • add ansible galaxy collection

v0.4.1

26 May 07:17
Compare
Choose a tag to compare

Add pykeepass==4.0.1

  • Replace socket data format from json to plain text
  • Fix fetching entities contains slashes in path
  • Move code into one file (socket opening by the plugin)