v1.20.0 (2026-02-05)
Features
- ui: Display collector version on device detail page with yellow warning when outdated (#176)
- ui: Display collector version badge on dashboard host blocks
- ui: Make navbar version a hyperlink to GitHub repository (#178)
Backend
- Collector sends version during device registration
- Backend stores collector_version per device (with database migration)
- Backend exposes server_version via settings API
Pull Requests
- #180: Collector version display and UI improvements