Skip to content

Releases: RoguedBear/12-hour-server

Release v1.3.2 - high cpu usage fix

07 Jun 08:03
ca8cdc0
Compare
Choose a tag to compare

Fixed:

  • when the program gets out of morning phase, it tries to send a telegram alert. When there is still no internet, it gets stuck in a continuous loop, which has now been fixed

Release v1.3.1 - minor bug fix

17 Dec 07:57
Compare
Choose a tag to compare

What's Changed

  • fix: replace append with extend for more than 1 gateways by @RoguedBear in #8

Full Changelog: v1.3.0...v1.3.1

v1.3.0 Release

09 Dec 05:23
v1.3.0
Compare
Choose a tag to compare

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

v1.0.1

06 Dec 13:22
v1.0.1
Compare
Choose a tag to compare

first stable release. basic stuff works.
can't test on various device configurations, but for me it works as of now