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.14",
"download_url": "https://hsyncpro.howinfo.kr/download/HSyncPro_Setup_1.0.14.exe",
"file_name": "HSyncPro_Setup_1.0.14.exe",
"file_size_mb": 29,
"sha256": "3F3514DCB7AC9234...0DE53C36",
"release_date": "2026-07-11",
"update_required": false
Version comparison is handled in services/auto_updater.py. SHA256 is verified before launching the installer.