-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new 'power_adjust' config option.
Warn about old X_pace_adjust options not working if still in config.
- Loading branch information
1 parent
bcf5e49
commit 0bace15
Showing
4 changed files
with
33 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,5 @@ trainasone_email: [email protected] | |
trainasone_password: my_password | ||
finalsurge_email: [email protected] | ||
finalsurge_password: my_password | ||
recovery_pace_adjust: [0, 0] | ||
very_easy_pace_adjust: [0, 0] | ||
easy_pace_adjust: [0, 0] | ||
fast_pace_adjust: [0, 0] | ||
extreme_pace_adjust: [0, 0] | ||
power_adjust: [0, 0] | ||
number_of_workouts: 1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "trainaspower" | ||
version = "0.7.2" | ||
version = "0.7.3" | ||
description = "Convert TrainAsOne plans to power and upload to Final Surge for use with Stryd pod." | ||
authors = ["Chase Sterling <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains 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
This file contains 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