Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Releases: Zig-Sec/PassKeeZ

0.6.2

07 Oct 07:49

Choose a tag to compare

  • Updated kdbx version to 0.2.3
    • Make LastModificationTime optional for custom icons

0.6.1

02 Oct 14:20

Choose a tag to compare

  • Fixes default database config issue
  • Fixes writer issue when creating a new database

Both issues were reported by @manner82 in #23

0.6.0

30 Sep 19:47

Choose a tag to compare

What's Changed

Full Changelog: 0.5.3...0.6.0

  • Updated PassKeeZ to compile with Zig version 0.15.1
  • KDBX4 regression due to switch to Zig version 0.15.1. The gzip compression algorithm was removed from the standard library -> currently no suitable alternative found. This will be fixed in a later release. For now: gzip compression is automatically disabled by PassKeeZ when storing a new passkey to prevent database corruptions. This has NO security implications but the file size will be slightly larger.
  • Fixed support for custom icons (KDBX4)

0.5.3

23 Aug 21:30

Choose a tag to compare

More KDBX issues fixed.

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.3"

0.5.2

12 May 07:50

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

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

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

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

Choose a tag to compare

updated passkeez version

0.3.1

29 Sep 21:31
6902423

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