Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
- Add support for Fitbit Sense and Versa 3
  • Loading branch information
jdhartley committed Sep 26, 2020
1 parent afd21ab commit 87b4be6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ _Versa Lite shows distance instead of elevation gain._
![Customized Terminal clock face on Versa Lite](screenshots/Terminal-Gemini@jd.png)

## Changelog
### Terminal v2.1.0 - 2020-09-25
- Add support for Fitbit Sense and Versa 3

### Terminal v2.0.2 - 2020-09-21
- Fix: Prevent clipping of usernames longer than 4 char (bug #14)
- Misc: Add warning in settings if username is longer than 8 char
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
Expand Up @@ -37,7 +37,7 @@
},
"name": "terminal",
"description": "Terminal is a Fitbit clock face styled to match a terminal session in a Unix environment",
"version": "2.0.2",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/jdhartley/terminal-for-fitbit.git"
Expand Down
2 changes: 1 addition & 1 deletion resources/index.view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<svg id="Root"><g transform="translate(24, 48)">
<svg id="Root"><g transform="translate(20, 48)">

<!-- Top command -->
<use id="TOP" x="5" y="0" href="#fitfont">
Expand Down

0 comments on commit 87b4be6

Please sign in to comment.