Conversation
…sor Garmin Sync Failure
…e-Parsing-Issue-CORE-Sensor-Garmin-Sync-Failure
…e-Parsing-Issue-CORE-Sensor-Garmin-Sync-Failure
…e-Parsing-Issue-CORE-Sensor-Garmin-Sync-Failure
Automatic update of translatable strings extracted from source code. Updated 30 language files in src/translations/ - Updated by GitHub Actions (Testing Mode) - Triggered by: pull_request - Date: 2026-06-08 09:42:55 UTC
…ue-CORE-Sensor-Garmin-Sync-Failure' of https://github.com/cagnulein/qdomyos-zwift into Detailed-Bug-Report-Running-Workout-Incline-Parsing-Issue-CORE-Sensor-Garmin-Sync-Failure
* Handle SmartBike manual resistance power table * Route SmartBike workout targets through custom table * Apply cadence scaling to custom resistance watts * Keep SmartBike workout targets manual-only * Narrow SmartBike target resistance handling * cleaning code
On Windows with MSVC/MinGW, qmake places compiled .qm files in translations/debug/ (for debug builds), but translations.qrc references them at translations/xxx.qm. This causes NMAKE to fail with U1073: "don't know how to make translations\qdomyos-zwift_vi.qm". Add explicit `lrelease src/qdomyos-zwift.pri` before qmake in all Windows CI build steps, mirroring the same approach already used for Linux and Android builds. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Automatic update of translatable strings extracted from source code. Updated 30 language files in src/translations/ - Updated by GitHub Actions (Testing Mode) - Triggered by: pull_request - Date: 2026-06-09 11:51:08 UTC
cagnulein
deleted the
Detailed-Bug-Report-Running-Workout-Incline-Parsing-Issue-CORE-Sensor-Garmin-Sync-Failure
branch
June 9, 2026 12:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bug fixes
×100multiplication applied to incline values already expressed as percentages. The newnormalizeInclineheuristic (threshold ≤0.40) correctly handles both fraction-encoded files (e.g.Incline="0.02"= 2%) and percent-encoded files (e.g.Incline="2.0"= 2%), covering realistic treadmill inclines up to 40%.itemType="workout") had noworkoutUuid— these now use the scheduleidfield instead.New features
6957fe68-83fe-4ed6-8613-413f70624bb5) and full field set (core/skin temperature, heat strain index, CIQ fields, lap and session summaries) recognized by Garmin Connect.date - name_Run.xml/_Ride.xmletc., preventing same-day run/ride name collisions.garmin_download_workouts_on_start(default: enabled) to control whether QZ auto-fetches today's Garmin workout at launch..xmlfiles whose root element is<workout_file>or<Workout>are now parsed by the Zwift workout engine, not the QZ XML parser. Detection is done by reading the root element, no extension rename needed.<Step>element support in ZWO/XML: new direct-speed step format (<Step Duration="120" Speed="6.0" Incline="2"/>) is now parsed for running workouts.SteadyStatewith direct Speed: when aSteadyStateblock carries aSpeedattribute and the sport is running, speed is applied directly in km/h instead of being converted from power/pace.trainprogram_clipboard_workout_enabled(default: disabled). When active, QZ polls the clipboard every 5 seconds; if a valid ZWO or QZ XML workout is detected, the user is prompted to open it. At workout end, QZ asks whether to delete the temporary file.training/folder (path traversal protected).run/Garmin/,ride/Garmin/) with relative path display, not only the top-leveltraining/directory.Tests
ZwiftWorkoutTestSuite: covers percent/fraction incline parsing, negative incline, direct Speed attribute,<Step>format, and.xmlextension auto-detection.