Skip to content

v1.3.0 Release

Compare
Choose a tag to compare
@RoguedBear RoguedBear released this 09 Dec 05:23
· 5 commits to main since this release
v1.3.0

What's New?

This release mainly brings the new connection check method which pings the gateway associated with a network device to see if that is up.
Checkout the README (or config[TEMPLATE].yaml) for the complete new config file

list of changes from v1.0.1 to v1.3.0:

  • #2 & #3 : implement new sleep method, if sleep_interval is defined in the config, then rtcwake is used to sleep the program so in case power goes out and the machine goes to sleep, it'll automatically wake back up from the waketimer. Otherwise python's time.sleep is used but at shorter intervals
  • rotating logs are now used inside logs/ directory
  • #6 : you can now define the key timeout in morning & night phases. These timeouts will be used instead in their respective phases
  • #4 : you can now define in the config file which connectivity methods to use. [v2, v3, v2+v3]. Refer this section in the README for more info

Full Changelog: v1.0.1...v1.3.0