This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Releases: MrDemonWolf/wolfpal
Releases · MrDemonWolf/wolfpal
1.5.2
1.5.1
Bug
Update Forgot-Password Alert Box
Login Page does not clear errors
Update /user/reset-password/:reset_token endpoint
Task
Update Packages
Implement pending confirmation alerts
1.5.0
Bug
Update Forgot/Reset Password Pages
Task
Update Tests for /account/notifications/email
Implement GET /goals/weekly/:goal_id endpoint
Implement Tests for /goals/yearly endpoints
Create Yearly Goals Database Model
Update User Database Model
Update PUT /notifications/email endpoint
Update Account Notifications Settings page
Implement GET /goals/yearly/:goal_id endpoint
Implement DELETE /goals/yearly/:goal_id endpoint
Implement GET /goals/yearly endpoint
Implement /goals/yearly page
Implement POST /goals/yearly endpoint
Create Yearly Goals Database Model
1.4.0
- 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
- 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
- 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
- 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
- Fixed a nuxt bug with a custom api.
1.0.0
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.