Skip to content

v0.6.2

Choose a tag to compare

@drkostas drkostas released this 10 Sep 07:41
· 322 commits to main since this release

Fixed

  • Credentials with leading or trailing whitespace (a pasted newline is the classic case) no longer break sync (#257). The Hevy API key, Garmin email and password are normalized on read, so a stray newline can't break the API call and an existing bad value already stored in the database is cleaned automatically on the next load. On the Vercel deploy the stored value takes precedence over the environment variable, so this also fixes the case where a bad key couldn't be cleared by editing the env var.