From 2c3df3122df5fe83f0e7b9fdc99c85a8578ec911 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Tue, 12 Mar 2024 11:04:34 -0300 Subject: [PATCH] Update snapshot builds Summary of functional changes from v3.6 release: ea641a6 FitRideFile - Added support for new message structure (#4456) 642eae9 Deprecate Today's Plan integration ecdfe0c Deprecate export to KML files 2b5f1d7 Enable Pace metric for Walking 663fd78 Rename fatigue zones for consistency 2afd38c Initialized mode when parsing a zwo-file (#4448) a0b6b17 Fixed some valgrind findings (#4445) f174d74 Fix memory leak in SplitActivityWizard d335ff4 Charts/PfPvPlot (QA): allow vertical scales up to 2500N (#4444) b3df633 Drag and Drop Images onto a ride 50c305b bluetooth FTMS fix to get device speed (#4440) bd75198 Add Context help for Create/Edit User Metrics 809d72d MainWindow gets drag/drop from Overview 46545d6 Don't use Ctrl+C to check for new activities 07d1197 Update German Translation 49cf634 Upgraded Qwt to 6.2 (branch: qwt-multiaxes) (#4427) ea044a0 Accelerators are QKeySequence not tr strings 31636b1 Update Travis-ci macOS builds to xcode 14.2 c46a99e Update Spanish translation (#4426) b6aefcc Fix some non-translatable strings and update ts files 6c2a260 DataFilter - isAero bd4bed1 Upgrade Travis-ci builds to macOS 12.6 6b1dbf4 Added Bluetooth pairing to the device wizard (#4422) c0c8f57 Update FIT SDK definitions to 21.126 (#4423) 0dd4bf6 Cursor in text workout editor was invisible 6e5b950 Fix crash on metadata config 1dd7faa Interval Metadata d9abb58 Datafilter xdataseries(), xdataunits() and xdatavalues() 5fb3bbf FIT parser bounds check when adding new series 943deb6 Generic Support for Session and Lap in FIT files 146f9ea Fix Weekly tiles in default Trends layouts ec0653f ErgFilePlot - realtime curves honor FFWD/RWND and lap F/B 43368ad Mapview: Added interactivity to the Smallplot (#4408) 72de6bb Fix lap data auto-reset in slope workouts c2f440c Fix broken workout directory check for the first start (#4410) b095b40 Fix shortcuts not available due to translations e6ff1a1 Python Chart Editor Cosmetics 00e182c Better user experience when drawing segments on the map (#4403) f746f73 GPX parser - support ns3 TrackPointExtension name 9ae7521 Upgrade Travis-ci macOS version to macOS 11.6 e8132b1 Upgrade Travis-ci Linux version to Ubuntu 20.04 8f2ba0e Special case Start Date and Time in the cache 110652b Update German translation fabc344 Add Wahoo PowrLink f783814 Train library - add path to the list of possible errors 48d91d0 Fix issues after perspective switch (#786) 59a8ca2 Implemented compare mode for RideMapWindow (#786) 733db9c Ignore dot folders on athlete open/backup/delete 951e5f3 Fix crash on invalid perspective filter [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 1a659c42f..7e15e2c49 100644 --- a/src/Core/GcUpgrade.h +++ b/src/Core/GcUpgrade.h @@ -106,8 +106,8 @@ // 4011 - V3.6 DEVELOPMENT 2208 (AUG 2022) (Pre-release RC2) // 4012 - V3.6 DEVELOPMENT 2210 (OCT 2022) (Pre-release RC3) // 4013 - V3.6 DEVELOPMENT 2303 (MAR 2023) (Pre-release RC4) -// 5000 - V3.6 RELEASE (August 2023) - latest snapshot 3/2/24 -// 5001 - V3.7 DEVELOPMENT (NOV 2023) +// 5000 - V3.6 RELEASE (August 2023) - latest snapshot 12/3/24 +// 5001 - V3.7 DEVELOPMENT #define VERSION3_BUILD 3010 // released #define VERSION3_SP1 3030 // released @@ -119,7 +119,7 @@ #define VERSION34_BUILD 3955 // released #define VERSION35_BUILD 3990 // released #define VERSION36_BUILD 5000 // released 5/8/23 -#define VERSION37_BUILD 5001 // released 5/8/23 +#define VERSION37_BUILD 5001 // development release // will keep changing during testing and before final release #define VERSION31_BUILD VERSION31_UPG