All checks were successful
Build and Test / build (pull_request) Successful in 1h11m28s
Issue #28: Add version.py.in CMake template that injects KINDRED_CREATE_VERSION at build time, making the Kindred Create version available to Python code via 'from version import VERSION'. Issue #29: Add update_checker.py that queries the Gitea releases API on startup (10s deferred) to check for newer versions. Uses stdlib urllib only, 5s timeout, never blocks the UI. Respects user preferences for check interval, enable/disable, and skipped versions. Logs results to Console for now — UI notification will follow in issue #30. Closes #28 Closes #29
2 lines
37 B
Python
2 lines
37 B
Python
VERSION = "@KINDRED_CREATE_VERSION@"
|