🚀 QWL Update System

✅ Update System is Online

API Endpoint:

POST /api/check-update

Request Format:

{
  "currentVersion": "1.0.0.0",
  "platform": "windows",
  "appName": "QWL"
}

Response Format:

{
  "updateAvailable": true/false,
  "version": "1.0.1.0",
  "downloadUrl": "https://...",
  "releaseDate": "2024-01-15",
  "changelog": "Update description"
}