From 7c9b9868fcb4bb09a4bc67e1377f042b24159e86 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Thu, 27 Mar 2025 17:13:32 -0300 Subject: [PATCH] Update snapshot builds This is a pre-release build, changes from v3.7-Dev2412 57d1bdb Use speed data from imported GPX files (#4628) 59e5154 Read and write xdata developer fields to FIT files (#4612) 79d47c5 Update translation files f03f06c Avoid Qt 6.8 bug a57063c Optimize computation/draw of widgets and charts during training workouts, and Fix some train interface issues (#4624) 803ca90 Italian translations (#4627) a59805e Enable overlay widgets on supported platforms only 5c1eace ActionButtons: Showing +- labels with Qt 6.8.2 (cont.) (#4626) f4dd479 ActionButtons: Showing +- labels with Qt 6.8.2 (#4625) 2aadb79 CloudDB - Fallback to local cache on not available b57e438 Enable RLV for QT6 Video Window (#4609) 240589c Correction to 8eb96b2d6: isHidden() is always 'false' (#4622) 0114443 Scatter Plot - keep CPV < 1 when Ignore Zeros 8eb96b2 Elevation chart as a new widget for train window (#4620) 4395064 Add Qt translations to Linux AppImage 423473b Load Qt translator for the selected language 524cbfa Avoid QSoundEffect var out of scope too early 30fdf69 Use QSound instead of QSoundEffect on Qt5 559c8fd Dropbox cloud service - Add format parameter 1baa3db Add Zoom property to Live map chart (#4619) 51e608e Scatter chart - Fix QA scale and LR balance points 9123d79 Revert "travis/linux: set QTWEBENGINE_DISABLE_SANDBOX=1 (#4216)" (#4597) f72c443 Upgrade to Ubuntu 22.04 for Travis-ci builds 69e5065 Avoid Qt 6.5 bug when using windows11 style f54bbed Sync toolbar buttons on back/forward navigation ec2486a Correct incomplete signal (#4616) e909fad Named workout filters (#4614) 5dbc0eb Add CoreTemp heatstrain from ANT message into XData 2094af5 Set value and value2 for tempe 95315fd Fix hysteresis configuration 2ad79af Fix typo in metric description update translations ba2461c Update gc icon to match the new splash screen (#4610) 48c6ebd Remove Toggle Full Screen menu item for macOS d79f834 Updated the splashscreen (#4599) 9cf3625 Move workout filter to the toolbar (#4596) 20c9789 Enable compiling VideoWindow with QT6 video (#4601) 3af81eb Addition of CoreTemp sensor support (#4207) aee2144 Add tempe ANT sensor support (#4595) d18f24c Athlete level WebEngineProfile for cookies and storage 064d73c Update Italian translation bf84345 Use default library.xml when an invalid one is present f7e91e7 Avoid crash when workout search path is empty a7d6ace Batch processing metadata auto completion field (#4590) 8a5c57f Replace obsolete appimagetool Fixes #4589 042e06c Update German translation 4b2cbec Update FITmetadata.json to FIT SDK v21.158 08e5540 Assigned keyboard shortcuts to toggle sidebars (#4583) 9e38ae9 Fixed calculation of measures when using imperial units (#4584) e9e8393 Avoid Qt 6.7 bug when using windows11 style 2979ed8 Text in Trainbottom window is word wrapped (#4582) b224752 Update Spanish translation (#4580) [publish binaries] --- src/Core/GcUpgrade.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Core/GcUpgrade.h b/src/Core/GcUpgrade.h index 1039bab39..7857b70fd 100644 --- a/src/Core/GcUpgrade.h +++ b/src/Core/GcUpgrade.h @@ -110,7 +110,7 @@ // 5001 - V3.7 DEVELOPMENT 2404 (APR 2024) // 5002 - V3.7 DEVELOPMENT 2408 (AUG 2024) // 5003 - V3.7 DEVELOPMENT 2410 (OCT 2024) -// 5004 - V3.7 DEVELOPMENT 2412 (DEC 2024) - latest snapshot 28/2/2025 +// 5004 - V3.7 DEVELOPMENT 2412 (DEC 2024) - latest snapshot 27/3/2025 #define VERSION3_BUILD 3010 // released #define VERSION3_SP1 3030 // released @@ -128,9 +128,9 @@ #define VERSION31_BUILD VERSION31_UPG // the next two will with each build/release -#define VERSION_LATEST 5002 +#define VERSION_LATEST 5004 #define VERSION_STRING "V3.7-DEV" -//#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds +#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds // default config for this release cycle #define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.7"