Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
* Add support for Keiser M-series bikes.
  • Loading branch information
ptx2 committed Feb 21, 2021
1 parent 0d8e916 commit d010a13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.0

- Added support for Keiser M series bikes. [6c0e4571](https://github.com/ptx2/gymnasticon/commit/6c0e45713ba98b9921f1b70550246d5eded3280e)

## 1.3.0

- Added Peloton active cable support (to use without tablet). [40cd8ce1](https://github.com/ptx2/gymnasticon/commit/40cd8ce1c25da335a286b4f24dfcb0b9c252952d)
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ The following example configures Gymnasticon to look for a Schwinn IC4 bike and
}
```

The following example configures Gymnasticon to look for a Keiser M series bike:

```
{
"bike": "keiser"
}
```

See below for additional [configuration options](#CLI-options).

Optional extra steps:
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gymnasticon",
"version": "1.3.0",
"version": "1.4.0",
"description": "Enables the Flywheel Home Bike to work with Zwift and other training apps.",
"engines": {
"node": ">=12.16.1"
Expand Down

0 comments on commit d010a13

Please sign in to comment.