Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
freekode committed Mar 27, 2024
2 parents a753c4a + 01d2356 commit 6138a3b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ jobs:
dry-run: false

electron:
needs:
- jar
strategy:
matrix:
environment:
- os: ubuntu-latest
- os: macos-latest
- os: windows-latest

uses: ./.github/workflows/build-electron.yml
secrets: inherit
with:
os: ${{ matrix.environment.os }}
dry-run: false
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[![Build main branch](https://github.com/freekode/tp2intervals/actions/workflows/main-branch.yml/badge.svg)](https://github.com/freekode/tp2intervals/actions/workflows/main-branch.yml)
[![Build branches](https://github.com/freekode/tp2intervals/actions/workflows/branch.yml/badge.svg)](https://github.com/freekode/tp2intervals/actions/workflows/branch.yml)
[![release](https://img.shields.io/github/release/freekode/tp2intervals)](https://github.com/freekode/tp2intervals/releases/latest)

# Third Party to Intervals.icu
App to sync workouts between TrainingPeaks, TrainerRoad and Intervals.icu.

**TrainingPeaks related features:**
### TrainingPeaks features
* Sync planned workouts from Intervals to TrainingPeaks for today and tomorrow (free TP account)
* Copy whole training plan from TrainingPeaks
* Copy planned workouts for date range from TrainingPeaks to Intervals.icu training plan or workout folder

**TrainerRoad related features:**
### TrainerRoad features
* Copy workouts from TrainerRoad library to Intervals
* Copy planned workouts for date range from TrainerRoad to Intervals.icu training plan or workout folder

Expand Down
2 changes: 1 addition & 1 deletion boot/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
4 changes: 2 additions & 2 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tp2intervals",
"productName": "tp2intervals",
"version": "0.4.0",
"version": "0.5.0",
"description": "Third Party synchronization with Intervals.icu",
"keywords": [
"trainingpeaks",
Expand Down

0 comments on commit 6138a3b

Please sign in to comment.