Skip to content

Commit f003220

Browse files
authored
Update CHANGELOG.md
v1.0.1
1 parent 6fcd47a commit f003220

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.0.1] - 2025-05-15
6+
7+
### 🐞 Fixed
8+
- Resolved `Cannot close a running event loop` error on boot.
9+
- Removed conflict-prone `asyncio.run()` usage.
10+
11+
### 🔄 Changed
12+
- Python script now includes a boot-safe startup delay.
13+
- Logging made more informative for troubleshooting.
14+
- Retry mechanism is now synchronous using `time.sleep()`.
15+
16+
### ➕ Added
17+
- `ExecStartPre=/bin/sleep 30` in `temp.service` to ensure delayed start.
18+
- `network-online.target` dependency added to systemd unit.
19+
- Retry handler in the bot script to cope with early boot failures.
20+
21+
522
## [1.0.0] - 2025-05-05
623
### Added
724
- Temperature monitoring function (`temp.py`)

0 commit comments

Comments
 (0)