aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check/BKTUSVersionCheckTask.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-22refactor: remove git commit hash verification from version checkHEADmainsaturneric1-3/+0
- 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
2025-06-19fix(version-check): correct git commit hash url and improve version checksaturneric1-1/+7
- 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
2025-06-10feat(version_checking): add update checking api selection and cachingsaturneric1-0/+1
- 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
2025-06-10refactor(bktus): update version check task to use appcast.xml and improve ↵saturneric1-24/+50
parsing - replace json api with appcast.xml for version checking - add index tracking for network replies - rename version_meta_data_ to meta_ - improve xml parsing and error handling - update url endpoints and response processing
2025-06-09fix: remove redundant flag setting in version check tasksaturneric1-2/+0
- remove duplicate setting of current_commit_hash_publish_in_remote flag - flag is already set in the parent function before calling this method
2025-05-31feat(ver_check): add bktus version check supportsaturneric1-0/+268
- 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