Skip to content

Releases: dany74q/ctap-keyring-device

Development Build

04 Sep 18:22
de14492
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 7af8b76: Upgrade to fido2 1.0.0, add support for Python 3.10 by migrating winrt -> winsdk (dany74q) #9

v1.0.6

06 Mar 15:23
2f41f00
Compare
Choose a tag to compare

Commits

  • [be9c152]: Bumped keyring to 23.0.0 (Danny Shemesh) #5

v1.0.5

06 Mar 15:13
38c9915
Compare
Choose a tag to compare

Commits

  • [874fb60]: Bumped dependencies (Danny Shemesh) #2
  • [3319009]: Move to python 3.9 in github actions (Danny Shemesh) #3
  • [34c47cb]: Added python3.9 to tox (Danny Shemesh) #4

v1.0.4

26 Nov 22:02
Compare
Choose a tag to compare

Commits

  • [334458c]: Added other important extensions to github actions (Danny Shemesh)
  • [06141e2]: Increase winrt version, which is now also available for python 3.9 (Danny Shemesh)

v1.0.3

08 Oct 21:07
Compare
Choose a tag to compare

Commits

  • [803a8bb]: Reduced pyobj deps to the necessary pyobjc-framework-LocalAuthentication (Danny Shemesh)

v1.0.2

08 Oct 20:41
Compare
Choose a tag to compare

Commits

  • [5883e7e]: Refactored ctap user verifiers (Danny Shemesh)

v1.0.1

08 Oct 08:31
Compare
Choose a tag to compare
Revamped user verifiers

ctap_user_verifiers.py
- available() is now an instance method

touch_id_helpers.py
- Refactored out touch ID to a class

windows_hello_helpers.py
- Extracted out WINBIO_FINGER_UNSPECIFIED_POS_01
- Renamed lib to winbio
- Added available() class method
- Replaced redundant ret & 0xffffffff where compating to 0
- Will now set is_open to False on close()

v1.0.0

08 Oct 01:21
Compare
Choose a tag to compare
Revamped user verifiers

ctap_user_verifiers.py
- available() is now an instance method

touch_id_helpers.py
- Refactored out touch ID to a class

windows_hello_helpers.py
- Extracted out WINBIO_FINGER_UNSPECIFIED_POS_01
- Renamed lib to winbio
- Added available() class method
- Replaced redundant ret & 0xffffffff where compating to 0
- Will now set is_open to False on close()