Releases: dhong9/dhong9.github.io
Releases · dhong9/dhong9.github.io
Danyo-1.2
1.2, March 24, 2024
This release is centered around user profile. Features include:
- Added profile page
- If you are logged in with an external account like Google, this page is readonly
- Added page to delete user account
- If you want to delete your account, you need to retype your username to confirm
- Added profile picture
- If you are logged in with an external account, your profile picture is loaded from there
- If you don't have a profile picture, you will have a default avatar
- Implemented "remember me"
- Replying to comments fall under the parent comment
- Added login with Gmail
Bug fixes provide better error handling such as:
- Why signing up or logging in failed
- If you navigate to the profile page without logging in, you are redirected to the login page
Danyo-1.1
1.1, September 04, 2023
This release is centered around adding comments. Features include:
- Support for plain text and WYSISYG comments
- Reply to comments and create threads
- Time stamp is human-readable
Bug fixes are centered around authentication token, which address:
- Successful registration, logout, and login takes you to home page
- Invalid form data display errors on widget
- Authentication and registration issues display errors on a snackbar