aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check/SoftwareVersion.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove git commit hash verification from version checksaturneric2025-06-221-12/+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
* fix(version-check): correct git commit hash url and improve version checksaturneric2025-06-191-7/+0
| | | | | | | - 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
* feat(version_checking): add update checking api selection and cachingsaturneric2025-06-101-0/+33
| | | | | | | | - 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
* feat(ver_check): add bktus version check supportsaturneric2025-05-311-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
* fix: add more log to version checkingsaturneric2024-12-031-2/+6
|
* feat: check commit hash by current versionsaturneric2024-12-011-8/+11
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* feat: remove dependency 'spdlog'saturneric2024-07-271-47/+11
|
* feat: try using ui and i18n apis from sdksaturneric2024-07-121-0/+100