| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
- remove remote commit hash tracking from version check logic
- simplify version check by removing tag info parsing
- update UI to remove commit hash mismatch warning
- clean up related code and remove unused fields
|
| |
|
|
|
|
|
| |
- fix incorrect git commit hash url in BKTUSVersionCheckTask
- add cache saving for upgrade versions in both check tasks
- improve commit hash parsing in GitHubVersionCheckTask
- remove debug logging from SoftwareVersion::NeedUpgrade
|
| |
|
|
|
|
|
|
| |
- add bktus api support for version checking
- implement version info caching with timestamp
- add manual check button in update tab
- support api selection from settings
- add json serialization for version info
|
| |
|
|
|
|
|
|
|
|
|
| |
commit verification
- rename version_meta_data_ to meta_ for clarity
- add api type to meta_ structure
- add new url for commit hash verification
- track request index with property
- add slot_parse_current_commit_info for commit verification
- update logging and error handling
|
|
|
- implement BKTUSVersionCheckTask for bktus.com version checking
- refactor version checking logic into Utils.cpp
- update version checking module to support multiple sources
- improve version status display messages
|