Releases: aerotow/eightsleep-nosub-app
V 1.0.2
V1.0.3
V1.0.1
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
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)