From a776c49adefef74277b9472bd57e812def8c255c Mon Sep 17 00:00:00 2001 From: boltgolt Date: Tue, 23 Jun 2020 02:14:01 +0200 Subject: [PATCH] Readme update and debian fixes --- README.md | 6 +++--- debian/changelog | 38 +++++++++++++++++++------------------- debian/source/options | 3 +++ 3 files changed, 25 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 8dccd13..2f79f65 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ sudo dnf install howdy ### openSUSE _Maintainer: [@dmafanasyev](https://github.com/dmafanasyev)_ -Go to the [openSUSE wiki page](https://en.opensuse.org/SDB:Facial_authentication) for detailed installation instructions. +Go to the [openSUSE wiki page](https://en.opensuse.org/SDB:Facial_authentication) for detailed installation instructions. ## Setup @@ -88,7 +88,9 @@ howdy [-U user] [-y] command [argument] | `disable` | Disable or enable howdy | | `list` | List all saved face models for an user | | `remove` | Remove a specific model for an user | +| `snapshot`| Take a snapshot of your camera input | | `test` | Test the camera and recognition methods | +| `version` | Print the current version number | ## Contributing [![](https://img.shields.io/travis/boltgolt/howdy/dev.svg?label=dev%20build)](https://github.com/boltgolt/howdy/tree/dev) [![](https://img.shields.io/github/issues-raw/boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) @@ -109,5 +111,3 @@ This package is in no way as secure as a password and will never be. Although it To minimize the chance of this program being compromised, it's recommended to leave Howdy in `/lib/security` and to keep it read-only. DO NOT USE HOWDY AS THE SOLE AUTHENTICATION METHOD FOR YOUR SYSTEM. - - diff --git a/debian/changelog b/debian/changelog index 00d388b..ccb8844 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,24 +1,24 @@ howdy (2.6.0) xenial; urgency=medium -* Added new options to capture a snapshot of failed or even successful logins -* Added command that creates a new snapshot and saves it -* Added version command -* Added question to automatically set certainty value on installation -* Added automatic logging to system-wide auth.log -* Added clearer feedback when login is rejected due to dark frames (thanks @andrewmv!) -* Refactored video capture logic (thanks @AnthonyWharton!) -* Reordered the editor priorities for the config command -* Fixed gstreamer warnings showing up in console (thanks @ajnart!) -* Fixed issue where add command would never end -* Fixed test command overlay not being in color (thanks @PetePriority!) -* Fixed typo preventing timeout config option from working (thanks @Ajayneethikannan!) -* Fixed old numpy installation failure (thanks @rushabh-v!) -* Fixed issue where no PAM response would be returned -* Fixed CLAHE not being applied equally to all video commands (thanks @PetePriority!) -* Fixed an incorrect suggested command (thanks @TheButlah!) -* Fixed missing release method in video capture class -* Removed deprecated dlib flags (thanks @rhysperry111!) -* Removed streamer as a required dependency + * Added new options to capture a snapshot of failed or even successful logins + * Added command that creates a new snapshot and saves it + * Added version command + * Added question to automatically set certainty value on installation + * Added automatic logging to system-wide auth.log + * Added clearer feedback when login is rejected due to dark frames (thanks @andrewmv!) + * Refactored video capture logic (thanks @AnthonyWharton!) + * Reordered the editor priorities for the config command + * Fixed gstreamer warnings showing up in console (thanks @ajnart!) + * Fixed issue where add command would never end + * Fixed test command overlay not being in color (thanks @PetePriority!) + * Fixed typo preventing timeout config option from working (thanks @Ajayneethikannan!) + * Fixed old numpy installation failure (thanks @rushabh-v!) + * Fixed issue where no PAM response would be returned + * Fixed CLAHE not being applied equally to all video commands (thanks @PetePriority!) + * Fixed an incorrect suggested command (thanks @TheButlah!) + * Fixed missing release method in video capture class + * Removed deprecated dlib flags (thanks @rhysperry111!) + * Removed streamer as a required dependency -- boltgolt Mon, 22 Jun 2020 16:11:46 +0200 diff --git a/debian/source/options b/debian/source/options index 994eed9..f82b536 100644 --- a/debian/source/options +++ b/debian/source/options @@ -6,3 +6,6 @@ tar-ignore = "snapshots" tar-ignore = "tests" tar-ignore = "README.md" tar-ignore = ".travis.yml" +tar-ignore = "fedora" +tar-ignore = "opensuse" +tar-ignore = "archlinux"