Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: remove git commit hash verification from version checkHEADmain | saturneric | 2025-06-22 | 7 | -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 message | saturneric | 2025-06-19 | 1 | -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 check | saturneric | 2025-06-19 | 3 | -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 chinese | saturneric | 2025-06-12 | 3 | -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 module | saturneric | 2025-06-12 | 6 | -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.h | saturneric | 2025-06-11 | 1 | -0/+1 |
| | | | | | - include QDateTime header for future timestamp functionality - maintain alphabetical order of includes | ||||
* | feat(version_checking): add update checking api selection and caching | saturneric | 2025-06-10 | 8 | -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 ↵ | saturneric | 2025-06-10 | 2 | -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 ↵ | saturneric | 2025-06-10 | 3 | -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 task | saturneric | 2025-06-09 | 1 | -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 support | saturneric | 2025-05-31 | 11 | -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_module | saturneric | 2025-05-01 | 1 | -21/+19 |
| | |||||
* | refactor: switch to in project submodule build model | saturneric | 2025-04-30 | 1 | -5/+8 |
| | |||||
* | fix: do not show commit hash mismatch in flatpak container | saturneric | 2025-02-16 | 1 | -1/+1 |
| | |||||
* | chore: upgrade to v2.1.7 | saturneric | 2025-02-04 | 1 | -1/+1 |
| | |||||
* | fix: add more log to version checking | saturneric | 2024-12-03 | 2 | -3/+9 |
| | |||||
* | translations: update zh_CN and de_DE | saturneric | 2024-12-02 | 7 | -37/+85 |
| | |||||
* | fix: version checking mode should not listen to app loaded event | saturneric | 2024-12-02 | 1 | -2/+0 |
| | |||||
* | translation: update translations of email and version checking | saturneric | 2024-12-01 | 6 | -236/+470 |
| | |||||
* | feat: improve logic and ui of version checking module | saturneric | 2024-12-01 | 4 | -36/+72 |
| | |||||
* | feat: check commit hash by current version | saturneric | 2024-12-01 | 6 | -111/+183 |
| | |||||
* | feat: all users should know the meanings of update | saturneric | 2024-12-01 | 1 | -12/+0 |
| | |||||
* | feat: support signing email | saturneric | 2024-11-27 | 2 | -2/+2 |
| | |||||
* | feat: show release note of latest version and improve ui structure | saturneric | 2024-11-21 | 4 | -55/+77 |
| | |||||
* | feat: should jump to correct download page | saturneric | 2024-11-17 | 1 | -1/+1 |
| | |||||
* | fix: send origin meta text to application | saturneric | 2024-09-28 | 1 | -1/+1 |
| | |||||
* | fix: addressing some of the issues identified | saturneric | 2024-07-31 | 8 | -60/+79 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 9 | -9/+9 |
| | |||||
* | fix: translations are not applied | saturneric | 2024-07-29 | 4 | -4/+4 |
| | |||||
* | feat: improve modules translation | saturneric | 2024-07-29 | 8 | -122/+251 |
| | |||||
* | feat: upgrade infrastructure to simplify code | saturneric | 2024-07-28 | 2 | -58/+15 |
| | |||||
* | feat: add pinentry module and paper key module | saturneric | 2024-07-28 | 1 | -6/+3 |
| | |||||
* | feat: remove dependency 'spdlog' | saturneric | 2024-07-27 | 5 | -151/+23 |
| | |||||
* | feat: move in GnuPGTab | saturneric | 2024-07-24 | 1 | -5/+6 |
| | |||||
* | fix: metadata is not translated | saturneric | 2024-07-22 | 5 | -4/+41 |
| | |||||
* | feat: try using ui and i18n apis from sdk | saturneric | 2024-07-12 | 14 | -0/+1323 |