aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check/GitHubVersionCheckTask.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-22refactor: remove git commit hash verification from version checksaturneric1-7/+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-10refactor(github version check): restructure version check task and add ↵saturneric1-1/+8
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
2025-05-31feat(ver_check): add bktus version check supportsaturneric1-7/+2
- 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
2024-12-01feat: check commit hash by current versionsaturneric1-8/+19
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-12feat: try using ui and i18n apis from sdksaturneric1-3/+9