diff --git a/src/Common/Constants.cs b/src/Common/Constants.cs index 4e8c2daad..c10fa2214 100644 --- a/src/Common/Constants.cs +++ b/src/Common/Constants.cs @@ -7,6 +7,6 @@ public static class Constants public const string ConsoleAppName = "p2g_console"; public const string ApiName = "p2g_api"; public const string WebUIName = "p2g_webui"; - public const string AppVersion = "3.4.0"; + public const string AppVersion = "3.4.1"; } } diff --git a/src/Common/Dto/Peloton/CompletedMovementsSummaryData.cs b/src/Common/Dto/Peloton/CompletedMovementsSummaryData.cs index 0111b8e8c..5d1c0ceec 100644 --- a/src/Common/Dto/Peloton/CompletedMovementsSummaryData.cs +++ b/src/Common/Dto/Peloton/CompletedMovementsSummaryData.cs @@ -41,8 +41,8 @@ public record RepetitionSummaryData public record Weight { - [JsonConverter(typeof(JsonStringEnumConverter))] - public WeightCategory Weight_Category { get; init; } + //[JsonConverter(typeof(JsonStringEnumConverter))] + //public WeightCategory Weight_Category { get; init; } public WeightData Weight_Data { get; init; } } @@ -56,9 +56,10 @@ public record WeightData public string Weight_Unit { get; init; } } -public enum WeightCategory : byte -{ - Light = 1, - Medium = 2, - Heavy = 3 -} \ No newline at end of file +//public enum WeightCategory : byte +//{ +// Light = 1, +// Medium = 2, +// Heavy = 3, +// Body_Weight = 4, +//} \ No newline at end of file diff --git a/vNextReleaseNotes.md b/vNextReleaseNotes.md index ede55ce51..fe6119bd2 100644 --- a/vNextReleaseNotes.md +++ b/vNextReleaseNotes.md @@ -1,21 +1,6 @@ [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/philosowaffle) Buy Me A Coffee donate button --- -## Features - -- [#432] General Support for Garmin accounts protected by Two Step Verification - - WebUI - New setting added to enable 2FA - - Console (manual) - New setting added to enable 2FA - - Headless (automatic sync) - Does not support 2FA - - GitHub Action - Does not support 2FA -- [#438] On startup log path to config file being used -- [#436] Add Exercise mapping for Strength and Core Workouts (including weight & rep data when available) - ## Fixes -- [#430] Fixed where error thrown for classes with `*` in the title - -## Housekeeping - -- [#434] Dependency Bumps -- [#435] More Dependency Bumps \ No newline at end of file +- [#445] failed to convert body weight strength workout \ No newline at end of file