Skip to content

v1.0.0-beta.3

Compare
Choose a tag to compare
@pascalw pascalw released this 03 Feb 07:20
· 22 commits to main since this release

⚠️ This release contains a breaking change ⚠️

If you're upgrading from a release prior to beta.3 please note that the cron parser was updated in this release.
The new cron parser uses a more standards compliant syntax. Please update the REFRESH_SCHEDULE variable in local/env.sh accordingly.

This version

export REFRESH_SCHEDULE=${REFRESH_SCHEDULE:-"2,32 8-17 * * MON-FRI"}

See https://crates.io/crates/cron-parser/0.7.7 for supported syntax.

Previous versions

export REFRESH_SCHEDULE=${REFRESH_SCHEDULE:-"0 2,32 8-17 * * 2-6"}

Changed

  • Use 1.1.1.1 as default Wi-Fi test ip
  • Use a more standards-compliant cron parser (BREAKING)

Added

  • Add low battery reporting (local/low-battery.sh)
  • Add debug mode (DEBUG=true start.sh)
  • SSH server prerequisite in docs (@julianlam)

Fixed