Release date: 22 november 2024
- add: skip entries in the Recycle Bin.
- add: ListGroup() for C#.
- fix: Lua, Php, Powershell, Python language connectors.
- fix: tests
Release date: 4 oktober 2024
- fix: KeePassEntry.lua in release zip.
Release date: 4 oktober 2024
- add: getattachmentraw output to stdout.
- add: getfieldraw output to stdout.
- add: getnoteraw output to stdout.
- add: -stdout-utf8 to force utf-8 (with BOM) output to stdout (console).
- add: -stdout-utf8nobom to force utf-8 (without BOM) output to stdout (console).
- add: Lua connector
Release date: 6 april 2023
- fix: open KeePassCommand.config.xml in same directory as KeePassCommandDll.dll
Release date: 28 march 2023
- fix: C# programming language connector.
Release date: 18 november 2022
- add: communication via the named pipe is now encrypted. First a shared key is determined via the Diffie-Hellman (and Merkle) protocol. Then further communication uses Aes encryption with the agreed shared key.
- add: encrypted communication via the filesystem. To be able to communicate from within a Virtual Machine. And possibly from within a RDP session.
Release date: 14 october 2022
- add: listgroup.
- add: KeePassEntry.php function KeePassEntry::ListGroup()
Release date: 5 september 2022
- breaking change: getfield now returns the value as UTF-8, base64 encoded. Because the value can contain newlines and/or tabs.
- fix: getnote with multiple entrynames.
- add: getfieldraw.
- add: KeePassEntry.ps1 ability to also retrieve fields and attachments.
- add: KeePassEntry.py ability to also retrieve fields and attachments.
- add: KeePassEntry.cs ability to also retrieve fields and attachments.
- add: KeePassCommandDll.dll ability to also retrieve fields and attachments.
Release date: 2 september 2022
- fix: description of KeePassCommander - see also pull request #9 by rasa
- add: KeePassEntry.php ability to also retrieve fields and attachments.
Release date: 14 july 2022
- implemented the KeePass check for updates mechanism.
- updated the information exposed by assembly properties.
Release date: 4 may 2022
- renamed release distribution to KeePassCommander-x.x.zip
- for automatic installation scripts https://github.com/MircoBabin/KeePassCommander/releases/latest/download/release.download.zip.url-location is a textfile and will contain an url to the latest release zip file
Release date: 14 feb 2022
- fix: getattachmentraw - see also pull request #6 by kkum
- fix: getfield
Release date: 11 dec 2020
- Added Python connector
Release date: 8 oct 2020
- Prevent infinite Field Reference resolving
- Add logging via --KeePassCommanderDebug=c:\incoming\KeePassCommander.log
- Solved restarting listing on named pipe
Release date: 20 may 2020
- resolve Field References
- added C# connector
Release date: 29 jan 2020
- trying to fix issue #3 "Doesn't work with a different KeePass version"
Release date: 8 nov 2019
- added: Get file attachments
- added: Get string fields
- added: Get notes
- added: Help
- added: -out-utf8:outputfile
- added: Programming languages connectors
Release date: 11 jan 2019
- Initial release