aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check/SoftwareVersion.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(ver_check): add QDateTime include to SoftwareVersion.hHEADmainsaturneric3 hours1-0/+1
| | | | | - include QDateTime header for future timestamp functionality - maintain alphabetical order of includes
* feat(version_checking): add update checking api selection and cachingsaturneric22 hours1-0/+18
| | | | | | | | - 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
* refactor(bktus): update version check task to use appcast.xml and improve ↵saturneric23 hours1-0/+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 supportsaturneric11 days1-8/+7
| | | | | | | - 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
* feat: check commit hash by current versionsaturneric2024-12-011-2/+13
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* feat: try using ui and i18n apis from sdksaturneric2024-07-121-0/+83