Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Nov 11, 2023
1 parent ec5d5fb commit 15c3451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0";
public const string AppVersion = "3.6.1";
}
}
20 changes: 2 additions & 18 deletions vNextReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
[![](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

- [#502] Partial support for Peloton Gym
- [#497] Add minimal support for Rowing Bootcamp
- More exercise mappings
- [#495] Open Lateral Raise, Pike Push Up, Dolphin
- [#499] Forearm Side Plank Rotation, Straight Leg Bicycle
- [#510] Bear Crawl
- [#546] Arm Circles, Criss-Cross, High Pull, Oblique Heel Tap, Row, Single Leg Stretch, Tricep Dip
- [#532] GitHubAction now supports attaching output files to the GitHub Action as a zip file you can download - @anlesk

## Fixes

- [#526] `Auth appeared successful but there was an error sending the service ticket to Garmin`
- [#541] Continuation of #526 but specifically for the MFA flow
- `All converters were skipped.` - confusing log message when no workouts needed to be synced

## Housekeeping

- [#509] Various dependency bumps
- [#552] fix ArgumentNullException in SyncService when no recent workouts found
- [#548] GithubAction - workflow_dispatch boolean inputs are not actually booleans (@philjn)

0 comments on commit 15c3451

Please sign in to comment.