Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Version 2.4.1.8 #150

Merged
merged 15 commits into from
Mar 12, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Schreibfehler korrigiert und kleine Anpassung für travis
  • Loading branch information
motom001 committed Oct 5, 2015
commit f24ac1b8df34bfe17f08b3ae78558ab10af2c22d
1 change: 1 addition & 0 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ if [[ $START_MODE = "daemon" ]]; then
if [ $? -ne 3 ]; then
exit 1
fi
cat /usr/local/etc/DoorPi/log/doorpi.log
exit 0
fi
20 changes: 13 additions & 7 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ Legend:
~ change
/ reference to commit

Version: 2.4.1.8 (2015-10-05)
Version: 2.4.1.8 (2015-xx-xx)
-------------------------------
/
/ xxx
+ add cat of logfile for test @ travis

/ 047aa727da62262f5b0815222d65ffec123af549
~ change code to PEP8 style
+ add changelog reference to README.rst
~ change behavior of restart daemon: check until doorpi is stopped before to start it again (default sleep between 2 sec) #132
Expand All @@ -22,11 +25,14 @@ Version: 2.4.1.8 (2015-10-05)

/ 7119caffd79cd02322a224df8ae102e1096e9e8a
+ add changelog to README.rst
+ config property keyboard piface pressed_on_keydown
+ config property keyboard gpio pressed_on_keydown
+ config property keyboard piface pressed_on_keydown #134
~ ATTENTION: changed behavior of keyboard piface event OnKeyPressed from fire with OnKeyUp to fire with OnKeyDown #134
+ config property keyboard gpio pressed_on_keydown #134
+ config property keyboard gpio mode
+ config property keyboard gpio pull_up_down
+ config property keyboard filesystem pressed_on_keydown
+ config property keyboard gpio pull_up_down #134
+ config property keyboard filesystem pressed_on_keydown #134
~ try to register keyboard gpio inputpins as list but except TypeError and register it as int (old gpio behavior) #133
~ ATTATION: changed behavior of keyboard piface event OnKeyPressed from fire with OnKeyUp to fire with OnKeyDown
~ change code to PEP8 style

/ 50943b5c30cbe5a10678b5ea929afa200916d9a5
- remove sudo for `doorpi_cli --trace --test` for test @ travis