-
-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[445] fix: failed to convert body weight strength workout (#446)
* [445] fix: failed to convert body weight strength workout * update version and release notes
- Loading branch information
1 parent
d564c6e
commit 611e5d3
Showing
3 changed files
with
11 additions
and
25 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) <span class="badge-buymeacoffee"><a href="https://www.buymeacoffee.com/philosowaffle" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Me A Coffee donate button" /></a></span> | ||
--- | ||
|
||
## 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 | ||
- [#445] failed to convert body weight strength workout |