aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check/BKTUSVersionCheckTask.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(bktus): update version check task to use appcast.xml and improve ↵saturneric2025-06-101-1/+1
| | | | | | | | | | 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
* 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