Skip to content

v1.3.1 bugfix release

Choose a tag to compare

@bjoerrrn bjoerrrn released this 24 Apr 22:40
· 11 commits to main since this release
8f249dd

🛠 Changelog (v1.3.1)

Fixed
• 🐛 Crash Fix: Resolved UnboundLocalError: cannot access local variable 'data' in get_last_state() when state file is missing or unreadable.
• Introduced safer default initialization of data variable and ensured a return block is always hit.
• Prevents script termination during Pushover/Discord/ntfy alerts when state file is empty or malformed.
• 🧪 More robust error logging with file content preview when corrupted.

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