From f20806fd42d8f19d057ce85f2b2987fa73c6d446 Mon Sep 17 00:00:00 2001 From: JD Hartley Date: Wed, 15 Jun 2022 19:41:58 -0700 Subject: [PATCH] v2.3.0 - Add two new data lines: Calories burned and Activity Zone Minutes - While charging, update BATT line to show CHRG state - Fix: update HRRT data line to support custom heart rate zones --- README.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 467b7d6..154e3c1 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,13 @@ _Versa Lite supports distance instead of elevation gain._ ## Changelog +### Terminal v2.3.0 - 2022-06-15 +- Add two new data lines: Calories burned and Activity Zone Minutes +- While charging, update BATT line to show CHRG state +- Fix: update HRRT data line to support custom heart rate zones (bug #19) + ### Terminal v2.2.1 - 2022-06-14 -- Fix cursor positioning when there are fewer than 5 data lines +- Fix cursor positioning when there are fewer than 5 data lines (bug #39) ### Terminal v2.2.0 - 2022-05-29 - Add a new "Cursor" option to settings diff --git a/package.json b/package.json index 5ee9258..a4721b2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "name": "terminal", "description": "Terminal is a Fitbit clock face styled to match a terminal session in a Unix environment", - "version": "2.2.1", + "version": "2.3.0", "repository": { "type": "git", "url": "git+https://github.com/jdhartley/terminal-for-fitbit.git"