Releases
1.4.0 3/24/2021
- Deprecated Landing page with new clean version
- Implement /goals/weekly/:goal_id/not-complete endpoint
- Update devSMTP config to be configurable
- Update devSMTP config to be configurable
- Update mark weekly goal as complete
- Update /goals/weekly/:goal_id/complete endpoint
- Migration front-end to use Error Codes
- Migration to auto import components
- Implement Dev SMTP into Nodemailer on API
- Implement Dev SMTP into Nodemailer on BW
- Update Docs with new responses
- Update API to Error Codes
- Migration to Tailwind 2.x.x
1.3.0 1/22/2021
- Added background worker for sending emails on weekly goals.
- Now uses the API as a fallback to user-agent.
- Added new device list with revoke per session and revoke all.
- Fixed a bug where the database could be filled with sessions. Now after getting a new session it will delete the old one.
- Made it so unless account is activated that your limited but can still login. Which makes it so once your create account it logs you in.
1.2.0 12/9/2020
- Updated packages for the server, docs, and clients.
- Added Profile to account page.
- Updated API endpoints to have the same format such as change-email, change-password, and change-username
- Added notifications endpoint for email notifications.
- Added notifications for emails on weekly goals to front-end
- Added notifications tests
- Added new weekly goals to the store.
- Change analytics to stats
- Added Two Factor support with backup-codes support.
- Fixed UI bug when viewed on smaller screens for weekly goals list.
- Added Two Factor tests.
1.1.0 11/12/2020
- Added prettier config to eslint.
- Added 500 error page.
- Added 404 error page.
- Fixed FA icons sizes
- Redesigned the activate account with token page.
- Redesigned the forgot password with token page.
- Added Account Page.
- Added Update email endpoint.
- Added Update password endpoint
- Added Offline Banner
- Added Docker Support for both client and server.
- Added Basic docs for both docker and docker-compose.
- Added Tests to the Server.
- Cleaned up the code a fair bit.
1.0.1 9/19/2020
- Fixed a nuxt bug with a custom api.
1.0.0 9/19/2020
The official version is out ✨
- Added both front-end and back-end.
- Added basic login and register with email verify.
- Added weekly goal page.
- Added dashboard goal page analytics.