aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-22refactor: remove git commit hash verification from version checkHEADmainsaturneric7-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
2025-06-19fix(UpdateTab): correct condition for showing unpublished commit messagesaturneric1-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)
2025-06-19fix(version-check): correct git commit hash url and improve version checksaturneric3-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
2025-06-12feat(i18n): complete translations for german, french and chinesesaturneric3-65/+65
- mark all german translations as complete - add missing french translations - add missing traditional chinese translations
2025-06-12feat(i18n): update translation files for version checking modulesaturneric6-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
2025-06-11feat(ver_check): add QDateTime include to SoftwareVersion.hsaturneric1-0/+1
- include QDateTime header for future timestamp functionality - maintain alphabetical order of includes
2025-06-10feat(version_checking): add update checking api selection and cachingsaturneric8-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
2025-06-10refactor(github version check): restructure version check task and add ↵saturneric2-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
2025-06-10refactor(bktus): update version check task to use appcast.xml and improve ↵saturneric3-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
2025-06-09fix: remove redundant flag setting in version check tasksaturneric1-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
2025-05-31feat(ver_check): add bktus version check supportsaturneric11-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
2025-05-01fix: use register_modulesaturneric1-21/+19
2025-04-30refactor: switch to in project submodule build modelsaturneric1-5/+8
2025-02-16fix: do not show commit hash mismatch in flatpak containersaturneric1-1/+1
2025-02-04chore: upgrade to v2.1.7saturneric1-1/+1
2024-12-03fix: add more log to version checkingsaturneric2-3/+9
2024-12-02translations: update zh_CN and de_DEsaturneric7-37/+85
2024-12-02fix: version checking mode should not listen to app loaded eventsaturneric1-2/+0
2024-12-01translation: update translations of email and version checkingsaturneric6-236/+470
2024-12-01feat: improve logic and ui of version checking modulesaturneric4-36/+72
2024-12-01feat: check commit hash by current versionsaturneric6-111/+183
2024-12-01feat: all users should know the meanings of updatesaturneric1-12/+0
2024-11-27feat: support signing emailsaturneric2-2/+2
2024-11-21feat: show release note of latest version and improve ui structuresaturneric4-55/+77
2024-11-17feat: should jump to correct download pagesaturneric1-1/+1
2024-09-28fix: send origin meta text to applicationsaturneric1-1/+1
2024-07-31fix: addressing some of the issues identifiedsaturneric8-60/+79
2024-07-29feat: update copyright infosaturneric9-9/+9
2024-07-29fix: translations are not appliedsaturneric4-4/+4
2024-07-29feat: improve modules translationsaturneric8-122/+251
2024-07-28feat: upgrade infrastructure to simplify codesaturneric2-58/+15
2024-07-28feat: add pinentry module and paper key modulesaturneric1-6/+3
2024-07-27feat: remove dependency 'spdlog'saturneric5-151/+23
2024-07-24feat: move in GnuPGTabsaturneric1-5/+6
2024-07-22fix: metadata is not translatedsaturneric5-4/+41
2024-07-12feat: try using ui and i18n apis from sdksaturneric14-0/+1323