Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jdhartley committed Jun 16, 2022
1 parent 49dfd6c commit f20806f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f20806f

Please sign in to comment.