Skip to content

Releases: Zig-Sec/PassKeeZ

0.5.2

12 May 07:50
Compare
Choose a tag to compare
  • fixed kdbx issue (im very sorry for this inconvenience)

Install with:

sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/Zig-Sec/PassKeeZ/refs/heads/master/script/install-linux.sh)" install-linux.sh --vzig "0.14.0" --vzigenity "0.5.0" --vpasskeez "0.5.2"

0.5.1

04 Apr 13:23
Compare
Choose a tag to compare

DO NOT USE please install the latest version.

  • fixes minor bug where PassKeeZ asks for a password even though no database exists.

To install PassKeeZ run:

sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/Zig-Sec/PassKeeZ/refs/heads/master/script/install-linux.sh)" install-linux.sh "0.5.1" "0.4.1" "0.14.0"

0.5.0

31 Mar 06:59
Compare
Choose a tag to compare

I'm happy to announce the release of PassKeeZ version 0.5.0. With this release, we're introducing KDBX support, i.e., you're now able to manage your passkeys using a password manager with KDBX support (KeePassXC is recommended).

I've also rewritten zigenity using DVUI, i.e. we are no longer dependent on GTK.

Please note that this software is still in development. While I test my software before releasing it, it's still possible that you run into problems. If you run into any issues, please open an issue on Github.

0.4.0

18 Oct 22:25
Compare
Choose a tag to compare

Credential management support.

The following endpoints have been implemented:

  • getCredsMetadata
  • enumerateRPsBegin
  • enumerateRPsGetNextRP
  • enumerateCredentialsBegin
  • enumerateCredentialsGetNextCredential
  • deleteCredential

This allows the management of credentials via external tools like fido2-manage.

Further endpoints will be added in future releases.

0.3.2

09 Oct 19:11
Compare
Choose a tag to compare
updated passkeez version

0.3.1

29 Sep 21:31
6902423
Compare
Choose a tag to compare

What's Changed

  • i18n support (english, german)
  • prepared for 0.3.1 by @r4gus in #11

Full Changelog: 0.3.0...0.3.1

0.3.0

05 Sep 14:06
Compare
Choose a tag to compare
README.md updated

0.2.5

04 Feb 20:31
Compare
Choose a tag to compare

Full Changelog: 0.2.4...0.2.5

now also works as expected with firefox

0.2.4

30 Jan 13:39
Compare
Choose a tag to compare

Full Changelog: 0.2.3...0.2.4

  • NULL terminator bug fixed in keylib
  • workaround added for deleting credentials (will be removed in the future)
  • fixes #5

0.2.3

12 Jan 23:51
Compare
Choose a tag to compare
build script updated