Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Releases: MrDemonWolf/wolfpal

1.5.2

27 May 14:28
098d4c8
Compare
Choose a tag to compare

Task

Update Sidebar component

Update Account Pages

1.5.1

25 May 23:52
c4dc77c
Compare
Choose a tag to compare

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

18 May 15:35
7b68367
Compare
Choose a tag to compare

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

24 Mar 20:47
2d7f3f5
Compare
Choose a tag to compare
1.4.0 Pre-release
Pre-release
  • 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

22 Jan 23:23
Compare
Choose a tag to compare
1.3.0 Pre-release
Pre-release
  • 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

10 Dec 04:40
3c120dc
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release
  • 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

12 Nov 17:06
9400335
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release
  • 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

20 Sep 01:03
50fe952
Compare
Choose a tag to compare
1.0.1 Pre-release
Pre-release
  • Fixed a nuxt bug with a custom api.

1.0.0

20 Sep 00:24
7a35db3
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

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.