Releases: vazor-code/UptimeMonitor
Releases · vazor-code/UptimeMonitor
v0.1.0
Full Changelog: https://github.com/vazor-code/UptimeMonitor/commits/v0.1.0
Changelog
[v0.1.0] - 2025-08-13
🚀 Initial Release
First public version with core monitoring functionality
✨ New Features
- Implemented website monitoring engine:
- HTTP/HTTPS support
- 10-second check timeout
- 5-minute check interval
- Added Telegram integration:
- Instant downtime/recovery notifications
- Configuration via
.envfile
- Web dashboard with basic functions:
- Add/remove monitored sites
- Real-time status (UP/DOWN)
- Check history log
- Dark/Light theme support
- Multi-language: English/Russian UI
🛠 Technical Improvements
- Core stack: Flask 3.0 + SQLite
- Architecture:
- SSE (Server-Sent Events) for real-time updates
- Modular structure (app.py + templates/)
- Key dependencies:
python-telegram-botv20+ for alertsrequestsfor HTTP checks
🐛 Known Issues
- No site grouping support
- Limited statistics (last 50 checks only)
- SSL certificate validation not implemented
- Mobile UI not optimized
⚠️ Breaking Changes
- Requires Python 3.10+
- Mandatory
.envvariables:TELEGRAM_TOKEN=your_bot_token TELEGRAM_CHAT_ID=your_chat_id