From 3f2ae0ae388fb0af64fa6111a4697afc4da904de Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Fri, 28 Jun 2024 16:09:49 -0300 Subject: [PATCH] Update snapshot builds Changes from DEV2404 65bf2c0 Add tool tips to trainer controls (#4517) b4eea7f Change SMA smoothing to always include current point 7052724 ErgFileplot: Updating the zone-coloring and prediction on changed intensity (#4515) 0d78b3e RunMetrics - Fix Efficiency Index 29644fe POSITION - FitFile decoder - Add cyclist position ad6a0c3 Dialwindow font scaling (v2) (#4511) fb76896 ErgDB is now TrainerDay e592645 Fixed crash on startup if no power zones for bikes are defined (#4509) 2681536 Updated qwt to 6.3 (qwt-multiaxes branch) (#4497) 2b23d6a Fix qt colors passed to GColor macro (#4501) 04f2f70 Change EditNamedSearches parent to MainWindow (Fixes colors on dark themes) dc5da99 Remove Frame on Workout Info 7684b4a Remove duplicate theme color code in Pages.cpp (#4503) 9256358 GCColor::readConfig correct name to setting check (#4502) 2ac2cd6 Batch Processing addition metadata update (#4399) 9647975 Fix isSpecial(internalName) in SpecialFields e41e6b6 Fit: Add FIELD_87 for record (cycle_length16) fix #4489 c088aaf Fixes the background colour of the group by sub menu (#4492) 06a6dbe Fix copy paste error preventing macOS build 5e3db39 Add delete button to manage filters (#4493) 77df5b3 Train View: Improved the selection of workouts (#4400) cfb8c2f Manage Perspectives - perspectives list cosmetics f1bb83f Update Images default chart 562ef17 Update Spanish translation (#4487) 57c11e0 Remove Ctrl+A shortcut for Add Cloud Account cf2e8d8 Enable translation of Save Changes in SaveExitDialog 1b49890 Update German Translation f97770f GC CSV Export - rcad instead of cad for runs 7a11a6a Initializing AllPlot::isPanning to false (#4482) 76dedfb Fix Average Speed aggregation 6299374 Images chart update on image drop and import fdb6d17 Python Web Chart - Don't accept drops 68ad048 Update Images Python chart in default layout 2d8bdd7 FitRideFile - Decode GAP extra field in m/s 5073ba8 Add Images chart to default layout c693ed6 FitRideFile - Extra fields 136, 143 and 144 4f5a0eb CP Chart - show/hide interval settings based on model and fitting selection (#4382) 0b144cc Train View: Coloring by powerzones in ErgFilePlot (#4479) 02835e3 Added support for old Daum devices before 2001 (#4303) 71c72d6 Changed the standard colors for compare-mode (#4478) 118eafe FitRideFile : A devApp can replace another with same local id 1241c0a Use elapsed time for session (instead of timestamp) fix #4474 a1a76fb WorkoutWizard - Don't save and close on Cancel 64c7ce3 Improved search/filter box drop down menu icon (#4470) [publish binaries] --- src/Core/GcUpgrade.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/GcUpgrade.h b/src/Core/GcUpgrade.h index 29178c1b6..837b6a977 100644 --- a/src/Core/GcUpgrade.h +++ b/src/Core/GcUpgrade.h @@ -107,7 +107,7 @@ // 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) -// 5001 - V3.7 DEVELOPMENT 2404 (APR 2024) - latest snapshot 25/5/2024 +// 5001 - V3.7 DEVELOPMENT 2404 (APR 2024) - latest snapshot 28/6/2024 #define VERSION3_BUILD 3010 // released #define VERSION3_SP1 3030 // released