Skip to content

Releases: TickLabVN/biopass

1.1.1

15 Apr 05:11
5138606

Choose a tag to compare

Improvements

  • Reuse camera session across retries for better performance by @phucvinh57 in #63

Full Changelog: 1.1.0...1.1.1

1.1.0

14 Apr 18:03
326807e

Choose a tag to compare

Features

Full Changelog: 1.0.3...1.1.0

1.0.3

10 Apr 09:59
3747bff

Choose a tag to compare

Bug fixes

  • Fingerprint timeout does not work (#58)
  • Yaml dependency failed to resolve after update on arch linux (#59)

Improvements

  • After testing on Ubuntu 24.04 with fprintd-pam preinstalled, we found an incompatibility issue. Afterwards, we decided to remove the automatically PAM files editing feature. It will be better to let users edit PAM files themselves.

Full Changelog: 1.0.2...1.0.3

1.0.2

31 Mar 14:22

Choose a tag to compare

What's Changed

  • Correct instalation path for RPMs by @fffeelipe in #48
  • Update PAM set up manual.

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

22 Mar 06:33

Choose a tag to compare

Bug fixes

  • download_models.sh: cannot download AI models (#45)
  • Remove redundant dynamic links of libonnxruntime and libopenpnp-capture

Full Changelog: 1.0.0...1.0.1

1.0.0

21 Mar 14:39
8b27802

Choose a tag to compare

Improvements

  • Added manual PAM setup guides on non-Ubuntu distros (for example ZorinOS, Fedora) with clear guidance in docs/PAM.md.
  • Replaced heavy OpenCV and LibTorch dependencies with lightweight onnxruntime, openpnp-capture, and stb_image.
  • Reduced runtime footprint significantly. Biopass is now dependency-light and package size is around 18 MB. Compared to Howdy, it can save up to 1 GB of installation size, including dependencies.
  • Standardized logging across authentication modules for more consistent debugging and observability.
  • Inference old AI models to .onnx format.

Features

  • Added support for .rpm package distribution (#36).
  • Introduce builds for the arm architecture.

Bug fixes

  • #40: Let non-Debian users edit their PAM configuration manually.
  • #39, #41: Removed OpenCV from dependencies.

Developed by @thaitran24, @phucvinh57 and tested by @ngyngcphu in #43

Full Changelog: 0.3.0...1.0.0

1.0.0-rc3

21 Mar 13:40
1274df4

Choose a tag to compare

1.0.0-rc3 Pre-release
Pre-release
Merge pull request #38 from TickLabVN/phucvinh57/rpm-support

Add rpm support

1.0.0-rc2

19 Mar 16:40
1274df4

Choose a tag to compare

1.0.0-rc2 Pre-release
Pre-release
Merge pull request #38 from TickLabVN/phucvinh57/rpm-support

Add rpm support

1.0.0-rc1

18 Mar 17:58
1274df4

Choose a tag to compare

1.0.0-rc1 Pre-release
Pre-release

Improvements

  • Added support for manual PAM setup on non-Ubuntu distros (for example ZorinOS, Fedora) with clear guidance in docs/PAM.md.
  • Replaced heavy OpenCV and LibTorch dependencies with lightweight onnxruntime, openpnp-capture, and stb_image.
  • Reduced runtime footprint significantly. Biopass is now dependency-light and package size is around 18 MB. Compared to Howdy, it can save up to 1 GB of installation size, including dependencies.
  • Standardized logging across authentication modules for more consistent debugging and observability.
  • Inference old AI models to .onnx format.

Features

  • Added support for .rpm package distribution.

@thaitran24, @phucvinh57 & @ngyngcphu

0.3.0

25 Feb 06:03

Choose a tag to compare

New features

  • Support both face and fingerprint authentication methods.
  • Easier management with a simple desktop UI application. The old CLI has been removed.
  • Allow users to configure multiple authentication methods to run sequentially or in parallel.

Bug fixes

  • Permission denied when authenticating for sudo and pkexec (#5).
  • Incompatible on some desktop environments (#13).

Full Changelog: 0.2.1...0.3.0