Skip to content

Releases: boltgolt/howdy

Release 2.6.1

02 Sep 15:57
3c9537a
Compare
Choose a tag to compare
  • Fixed accidentally using emergency priority for log messages
  • Fixed certainty prompt selected the exact opposite value
  • Fixed sleeping for negative time in test slow mode
  • Fixed opencv error when imported after dlib
  • Fixed typo causing manual exposure failure
  • Fixed missing command autocomplete options on tab
  • Fixed not knowing how to spell the word latest

Release 2.6.0

22 Jun 17:40
e495bda
Compare
Choose a tag to compare
  • 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
  • Refactored video capture logic
  • Reordered the editor priorities for the config command
  • Fixed gstreamer warnings showing up in console
  • Fixed issue where add command would never end
  • Fixed test command overlay not being in color
  • Fixed typo preventing timeout config option from working
  • Fixed old numpy installation failure
  • Fixed issue where no PAM response would be returned
  • Fixed CLAHE not being applied equally to all video commands
  • Fixed an incorrect suggested command
  • Fixed missing release method in video capture class
  • Removed deprecated dlib flags
  • Removed streamer as a required dependency

Release 2.5.1

29 Mar 22:48
8f21711
Compare
Choose a tag to compare
  • Removed dismiss_lockscreen as it could lock users out of their system
  • Added option to disable howdy when the laptop lid is closed
  • Added automatic fallback to default frame color palette
  • Added manual exposure setting
  • Fixed test command ignoring dark frame threshold
  • Fixed import error in v4l2 recorder

Release 2.5.0

06 Jan 16:04
40c290e
Compare
Choose a tag to compare
  • Added FFmpeg and v4l2 recorders
  • Added automatic PAM inclusion on installation
  • Added optional notice on detection attempt
  • Added support for grayscale frame encoding
  • Massively improved recognition speed
  • Fixed typo in "timout" config value
  • Removed unneeded dependencies

Release 2.4.0

09 Nov 20:54
b4ecafe
Compare
Choose a tag to compare
  • Cameras are now selected by path instead of by video device number
  • Added fallbacks to $EDITOR for the config command
  • Fixed missing cv2 module after installation
  • Fixed file permissions crashing Howdy in some cases
  • Fixed howdy using python3 from local virtual environment

Release 2.3.1

24 Sep 17:10
ca926fc
Compare
Choose a tag to compare

This is a security release.

  • Fixed issue where frame_width and frame_height would be completely ignored
  • Fixed security problem with remote session authentication

Release 2.3.0

28 Jun 14:41
faef639
Compare
Choose a tag to compare
  • Added a config option to set the frame height and width
  • Rewrote the code that fetches the non-root username
  • Changed the config command so it uses the default editor
  • Fixed issue where a "y" could be interpreted as a no
  • Fixed division by zero

Release 2.2.2

11 May 09:34
961342a
Compare
Choose a tag to compare
  • Fixed fetching of wrong config section

Release 2.2.1

10 May 14:13
4ec9dc3
Compare
Choose a tag to compare
  • Added mechanism to keep config files between updates
  • Added force_mjpeg option to fix YUYV image issues
  • Revamped the bash autocompletion script
  • Fixed timeout never being reached in certain scenarios
  • Fixed issue where BGR to RGB frame conversion caused a crash

Release 2.1.0

13 Apr 22:23
Compare
Choose a tag to compare

With this release Howdy is now distributed though a launchpad PPA, which means updates can be pushed directly to the users. The CLI has also been reworked.