Skip to content

Commit

Permalink
Bumping changelog and travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boltgolt committed May 10, 2018
1 parent 22cc108 commit d724268
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ notifications:
email:
on_success: never
on_failure: always

addons:
apt:
update: true
8 changes: 6 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
howdy (2.2.1) xenial; urgency=medium

* Add notes
* Added mechanism to keep config files between updates
* Added force_mjpeg option to fix YUYV image issues (thanks @arifeinberg!)
* Revamped the bash autocompletion script
* Fixed timeout never being reached in certain scenarios (thanks @Tkopic001!)
* Fixed issue where BGR to RGB frame conversion caused a crash (thanks @Jerezano!)

-- boltgolt <[email protected]> Thu, 03 May 2018 13:23:09 +0200
-- boltgolt <[email protected]> Thu, 10 May 2018 15:14:03 +0200

howdy (2.1.0) xenial; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Package: howdy
Homepage: https://github.com/Boltgolt/howdy
Architecture: all
Depends: ${misc:Depends}, git, python3, python3-pip, python3-dev, python3-setuptools, build-essential, libpam-python, fswebcam, libopencv-dev, python-opencv, cmake
Description: Windows Hello style authentication for Ubuntu.
Description: Howdy: Windows Hello style authentication for Ubuntu.
Use your built-in IR emitters and camera in combination with face recognition
to prove who you are.

0 comments on commit d724268

Please sign in to comment.