Skip to content

Commit

Permalink
Documentation update for release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deragon committed May 27, 2020
1 parent a1c2668 commit 90fb947
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Autopoweroff
======================================================================


Status as of 2019 - Fully supported.
Status as of 2020 - Fully supported.
======================================================================

This program is actively supported, but is simply not being developed much
Expand Down Expand Up @@ -182,8 +182,8 @@ EndHour=7
# set to 0, user activity on the server will be ignored.
[TIMEOUTS]
StartupDelay=0
IdleTime=1
StartupDelay=5
IdleTime=15
# Hosts parameter (list of hostnames or IPs, separated by commas):
Expand All @@ -193,7 +193,7 @@ IdleTime=1
# still up (responding to ping).
[DEPENDANTS]
Hosts=server1, server2
Hosts=server1, server2, server3
# [ACTION]
Expand All @@ -210,7 +210,7 @@ Hosts=server1, server2
# - Other (ActionCommand must be supplied)
#
# ActionCommand
#
#
# In some cases, users want to specifiy the action command. It could be a
# script, a special version of /usr/sbin/shutdown, etc... Arguments are
# added after the command. Example:
Expand All @@ -228,8 +228,8 @@ Hosts=server1, server2
#
# Since this option is an advance one, it is not available from the GUI.
[ACTION]
Action=other
ActionCommand=echo "Hans pseudo command"
Action=sleep
ActionCommand=None
```

Expand Down
14 changes: 14 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Autopoweroff - Change history
The following changes have been incorporated in the below mentioned
versions:

Version 3.2.0 - 2020-05-26
--------------------------------------------------

* [GH009](https://github.com/deragon/autopoweroff/issues/9): Python3 support

>Code migrated to Python 3.
* Accelerometer "lis3lv02d" ignored.

>Code to ignore accelerometers has been introduced into Autopoweroff. Currently, only the "lis3lv02d" accelerometer is being ignored, being hardcoded. Not ideal; more work needs to be done so the code becomes generic and ignores any accelerometer.
>Accelerometers are devices that are way to sensitive for Autopoweroff. A laptop laying on a stable table with nobody touching it will still have its accelerometer reporting movement. Thus, it is not reasonable nor necessary to take this devices into account when attempting to figure out if the device is being used or not by a person.

Version 3.1.0 - 2019-04-31
--------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Autopoweroff
======================================================================


Status as of 2019 - Fully supported.
Status as of 2020 - Fully supported.
======================================================================

This program is actively supported, but is simply not being developed much
Expand Down

0 comments on commit 90fb947

Please sign in to comment.