aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove git commit hash verification from version checkHEADmainsaturneric2025-06-227-90/+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(UpdateTab): correct condition for showing unpublished commit messagesaturneric2025-06-191-1/+1
| | | | | | - fix logic error in version status check - show warning when commit hash is not found in remote - previously showed warning when hash was found (inverse of intended behavior)
* fix(version-check): correct git commit hash url and improve version checksaturneric2025-06-193-17/+16
| | | | | | | - 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(i18n): complete translations for german, french and chinesesaturneric2025-06-123-65/+65
| | | | | | - mark all german translations as complete - add missing french translations - add missing traditional chinese translations
* feat(i18n): update translation files for version checking modulesaturneric2025-06-126-252/+306
| | | | | | | | - update line numbers in translation files - add new "Check for Updates" translation - improve version status messages - support dynamic source name in version string - consolidate withdrawn/unreleased version warning
* feat(ver_check): add QDateTime include to SoftwareVersion.hsaturneric2025-06-111-0/+1
| | | | | - include QDateTime header for future timestamp functionality - maintain alphabetical order of includes
* feat(version_checking): add update checking api selection and cachingsaturneric2025-06-108-49/+191
| | | | | | | | - 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(github version check): restructure version check task and add ↵saturneric2025-06-102-19/+63
| | | | | | | | | | | 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
* refactor(bktus): update version check task to use appcast.xml and improve ↵saturneric2025-06-103-25/+52
| | | | | | | | | | 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
* fix: remove redundant flag setting in version check tasksaturneric2025-06-091-2/+0
| | | | | - remove duplicate setting of current_commit_hash_publish_in_remote flag - flag is already set in the parent function before calling this method
* feat(ver_check): add bktus version check supportsaturneric2025-05-3111-134/+557
| | | | | | | - 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: use register_modulesaturneric2025-05-011-21/+19
|
* refactor: switch to in project submodule build modelsaturneric2025-04-301-5/+8
|
* fix: do not show commit hash mismatch in flatpak containersaturneric2025-02-161-1/+1
|
* chore: upgrade to v2.1.7saturneric2025-02-041-1/+1
|
* fix: add more log to version checkingsaturneric2024-12-032-3/+9
|
* translations: update zh_CN and de_DEsaturneric2024-12-027-37/+85
|
* fix: version checking mode should not listen to app loaded eventsaturneric2024-12-021-2/+0
|
* translation: update translations of email and version checkingsaturneric2024-12-016-236/+470
|
* feat: improve logic and ui of version checking modulesaturneric2024-12-014-36/+72
|
* feat: check commit hash by current versionsaturneric2024-12-016-111/+183
|
* feat: all users should know the meanings of updatesaturneric2024-12-011-12/+0
|
* feat: support signing emailsaturneric2024-11-272-2/+2
|
* feat: show release note of latest version and improve ui structuresaturneric2024-11-214-55/+77
|
* feat: should jump to correct download pagesaturneric2024-11-171-1/+1
|
* fix: send origin meta text to applicationsaturneric2024-09-281-1/+1
|
* fix: addressing some of the issues identifiedsaturneric2024-07-318-60/+79
|
* feat: update copyright infosaturneric2024-07-299-9/+9
|
* fix: translations are not appliedsaturneric2024-07-294-4/+4
|
* feat: improve modules translationsaturneric2024-07-298-122/+251
|
* feat: upgrade infrastructure to simplify codesaturneric2024-07-282-58/+15
|
* feat: add pinentry module and paper key modulesaturneric2024-07-281-6/+3
|
* feat: remove dependency 'spdlog'saturneric2024-07-275-151/+23
|
* feat: move in GnuPGTabsaturneric2024-07-241-5/+6
|
* fix: metadata is not translatedsaturneric2024-07-225-4/+41
|
* feat: try using ui and i18n apis from sdksaturneric2024-07-1214-0/+1323