Skip to content

Releases: aerotow/eightsleep-nosub-app

V 1.0.2

16 Sep 07:35
Compare
Choose a tag to compare

The temperature change logic was not working for some because their accounts not having a tempPreference in their user profile. This update should fix this for all! Just Pull this latest commit as explained in the Readme!

V1.0.3

16 Sep 14:23
Compare
Choose a tag to compare

Fixed another API change

V1.0.1

03 Sep 15:50
Compare
Choose a tag to compare

Important: Breaking Change: If you started with a version before this, you have to run the following before the vercel build will succeed again:

Go to Vercel -> Storage -> Select the Postgres DB -> Click "Query" -> Run this query, two lines:
DROP SCHEMA public CASCADE;
then
CREATE SCHEMA public;

After this, you have to setup you profile again. Sorry! But the fix will be needed in the future.

Also this release improves the "APPROVED_EMAILS" logic. Now, its case insensitive.

V0.1

03 Sep 14:36
Compare
Choose a tag to compare

This version improves the sleep scheduling in quite a few edge cases. Basically all sleep times of sleep cycles of at least 4 hours are working properly now. The form makes sure that the schedule is correct.

No Config changes needed since last release. Just sync your fork and make sure netlify publishes it. (should happen automatically)

V0.2

03 Sep 12:54
Compare
Choose a tag to compare

APPROVED_EMAILS enviroment variable added for security.

To upgrade, just sync your fork and then set the APPROVED_EMAILS variable in vercel to your email address, so that no-one else can sign into your app.

V0.1

03 Sep 12:33
Compare
Choose a tag to compare
V0.1 Pre-release
Pre-release
release

Added one setup step