Zwift Workout editor is a web based tool to edit ZWO files (Zwift workouts). It's developed in React.
- [feature] Added speed label for running workouts
- [feature] New text instruction editor
- [feature] New workout text editor! For everyone who love typing!
- [bugfix] Added missing cadence values to intervals and free ride
- [bugfix] Moved cadence input field next to segment
- [bugfix] Minor fixes and refactoring
- [feature] You can now create workouts as long as 43 Km / 6 hours
- [bugfix] Fixed an issue with duplicating length based segments
- [bugfix] Replaced time picker for browser and multiple locale compatibility
- [bugfix] Fixed layout issue with Text Events
- [feature] Added Workout Duration Type for Running Workouts (specify a workout in time or distance)
- [bugfix] Fixed issue with total workout distance / total workout time
- [feature] Added Run Workout creator
- [feature] Added intervals (beta)
- [feature] Add tags to your workout
- [feature] Delete a segment via keyboard backspace
- [feature] Resize a segment via keyboard arrows (
◀️ reduce time,▶️ add time, 🔼 add power, ⬇️ reduce power) - [feature] Showing %ftp range on warmup / cooldown
- [feature] Moved total workout time and TSS to top right screen
- [bugfix] Duplicating segments also copy cadance value
- [bugfix] Warmup / Cooldown default values set to 25%-75% FTP
Initial Release
Click Issues to open a support ticket
$ npm i
$ npm start
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request