CHANGELOG
Version History
Complete update history for HSyncPro
🔌 앱 자동 업데이트 API
HSyncPro checks these endpoints on startup to detect updates automatically.
GET
https://hsyncpro.howinfo.kr/download/version.json
GET
https://hsyncpro.howinfo.kr/download/release_notes.json
Response example (version.json):
"latest_version": "1.0.8",
"download_url": "https://hsyncpro.howinfo.kr/download/HSyncPro_Setup_1.0.8.exe",
"file_name": "HSyncPro_Setup_1.0.8.exe",
"file_size_mb": 52.4,
"sha256": "sha256_hash_here",
"release_date": "2025-04",
"update_required": false
Version comparison is handled in services/auto_updater.py. SHA256 is verified before launching the installer.