Skip to content

Releases: dhong9/dhong9.github.io

Danyo-1.2

24 Mar 22:41
Compare
Choose a tag to compare

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

04 Sep 19:31
Compare
Choose a tag to compare

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

Danyo-1.0

03 Jul 17:04
Compare
Choose a tag to compare

1.0, July 03, 2023

  • 🎉 first release!