Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
* Add fix for accurate cadence reporting.
* Add error message when run with insufficient capabilities.
* Bump bl dependency from 4.0.2 to 4.0.3 (security fix).
  • Loading branch information
ptx2 committed Sep 20, 2020
1 parent 2f31a44 commit 3d42206
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.0.5
- Add fix for accurate cadence reporting. [f807cb48](https://github.com/ptx2/gymnasticon/commit/f807cb48c85711e1bbc695762d9293dfaf8a5982)
- Add error message when run with insufficient capabilities. [7cd90d2f](https://github.com/ptx2/gymnasticon/commit/7cd90d2fcabcb354fb5ade7903fa8eb23a523bdb)

## 1.0.4
- Add power-scale and power-offset CLI options. [d6c0e4e0](https://github.com/ptx2/gymnasticon/commit/d6c0e4e067317e4903fafbe1a9016e02087e402f)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $ gymnasticon --help
(_)/(_)
Gymnasticon
v1.0.3
v1.0.5
usage: gymnasticon [OPTIONS]
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.0.4",
"version": "1.0.5",
"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 3d42206

Please sign in to comment.