From 9fe1e09b2812d6e702e68f0aeb938cd81f390180 Mon Sep 17 00:00:00 2001 From: ptx2 Date: Thu, 27 Aug 2020 09:11:37 -0400 Subject: [PATCH] Add changelog. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f432414 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.4 +- Add power-scale and power-offset CLI options. [d6c0e4e0](https://github.com/ptx2/gymnasticon/commit/d6c0e4e067317e4903fafbe1a9016e02087e402f) + +## 1.0.3 +- Add fix for Flywheel bike's occasional spurious zero power readings. [8f19542f](https://github.com/ptx2/gymnasticon/commit/8f19542fefdc0a25bfdde8fe13392c6c547253cf) + +## 1.0.2 +- Use a better default value for pedaling timeout. [6b74a655](https://github.com/ptx2/gymnasticon/commit/6b74a6552daadfd7dde582bfe694926fcfb2f810) +- Add minimum Node.js version to NPM package. [11a0b04f](https://github.com/ptx2/gymnasticon/commit/11a0b04f22d71244db9223fc1820ef727587f03d) + +## 1.0.1 +- Add transpiled files to NPM package. [16010f89](https://github.com/ptx2/gymnasticon/commit/16010f8931335c66fe61b26d0519594a00b4fbb8) + +## 1.0.0 +- Initial release. [15374e1d](https://github.com/ptx2/gymnasticon/commit/15374e1d825076da835c052f17426b2b47ca50ef)