aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check/GitHubVersionCheckTask.h
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove git commit hash verification from version checksaturneric2025-06-221-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
* refactor(github version check): restructure version check task and add ↵saturneric2025-06-101-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
* feat(ver_check): add bktus version check supportsaturneric2025-05-311-0/+101
- 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