65 static int CompareVersions(
const std::string& v1,
const std::string& v2);
68 std::string m_repoOwner;
69 std::string m_repoName;
70 std::atomic<bool> m_checking;
73 std::jthread m_checkThread;
74 std::stop_source m_stopSource;
75 std::mutex m_threadMutex;
78 UpdateInfo CheckForUpdatesImpl(
const std::stop_token& stopToken);
79 std::string FetchLatestReleaseInfo();
80 UpdateInfo ParseReleaseInfo(
const std::string& jsonResponse);