Skip to content

Releases: stanleyowen/otlio

Version 0.4.0

21 Mar 06:42
bf09554
Compare
Choose a tag to compare

What's Changed in v0.4.0:

  1. Added Login and Register with Google OAuth (#61) (bb01d74):
    • Added Login with Google Label (3ebff7a)
    • Added passport-google-oauth Dependency (bb01d74)
  2. Preview Messages Sent from API to Frontend in OAuth (63c0e59)
  3. Upgrade mongoose to v5.12.1 and @testing-library/user-event to v13.0.6 (1243d54)
  4. Remove Unnecessary Code for API (15165aa)
  5. Resolved Issues of:
    • GitHub OAuth Validation (#62) (7098d2e)
    • Minor Issues

For more information about changes in this release, please visit our project roadmaps v0.4.0

Version 0.3.9

20 Mar 01:31
69cb94a
Compare
Choose a tag to compare

What's Changed in v0.3.9:

  1. Upgrade Dependencies to the Latest Version (0ec6d18)
  2. Added Animation for Navbar and Modal (489e180)
  3. Optimized Edit Component (0ec6d18)
  4. Optimized Server Rest API (234573d)
  5. Improved Code Quality (176dd86)
  6. Resolved Issues of
    • Error During Development (#57) (776a451)
    • Add Todo Button Showing in Edit Component (#58) (ebcdf91)
    • Missing Icons after Clicking Change Password Icon (b8405c8)
    • Blacklisted JWT Token is still Valid (#59) (176dd86)
    • Change Password and Add Todo modal don't Close with Automatically with Animation when Data is Successfully Added / Updated (759cf68)
    • Returning Undefined Message (759cf68)
    • Minor Issues

For more information about changes in this release, please visit our project roadmaps v0.3.9

Version 0.3.8

17 Mar 10:03
Compare
Choose a tag to compare

What's Changed in v0.3.8:

  1. Added Anti-CSRF Feature (#53) (04dec3e)
  2. Added csurf and cookie-parser Dependencies (a00218d)
  3. Added Generate CSRF Token Feature (a00218d)
  4. Optimized Todo Rest API Route (8bc0cdf)
  5. Optimized User Rest API Route (30f38b4)
  6. Store User ID and Email in JWT Token (170422c)
  7. Upgrade All Dependencies to the Latest Version (f80ebf5)
  8. Deprecated mquery Dependency (04dec3e)
  9. Resolved Issues of:
    • Todo Application Crashes when Edit Component Get an Invalid ID (#54) (30f38b4)
    • CORS Origin Specific Domain for Security Reasons (#55) (f9d8188)
    • Undefined in API and Axios in Frontend (2ddb3ad)
    • CSRF Token Issues (f5f907e)
    • Receiving undefined Messages for Authenticated Users (71077e0)

For more information about changes in this release, please visit our project roadmaps v0.3.8

Version 0.3.7

14 Mar 02:18
06a7daa
Compare
Choose a tag to compare

What's Changed in v0.3.7:

  1. Added Login and Register via GitHub OAuth (bda0880) (33c302d) (17e74ea) (b2f60a8) (114b0b2) (71f2290) (1486be3) (ca6e69f)
  2. Added @fortawesome/free-brands-svg-icons Dependency (71f2290)
  3. Improved Accessibility (724846e)
  4. Extended Time for Creating Server Request Every 5s in Login and Register Components (e74481a)
  5. Removed Autocomplete Attribute in Add and Edit Components (#50) (cd68c3b)
  6. Resolved Issue of Checkbox and Label for Show Password not Configured Appropriately (#51) (e74481a)
  7. Fixed Minor Bugs

For more information about changes in this release, please visit our project roadmaps v0.3.7

Version 0.3.6

10 Mar 04:15
ad49bf5
Compare
Choose a tag to compare

A version where Fixed Major Bug of UI and UX especially in mobile to a more stable version.

For more information about changes in this release, please visit our project roadmaps v0.3.6

Version 0.3.5

10 Mar 03:08
9f59c81
Compare
Choose a tag to compare

What's Changed in v0.3.5:

  1. Added Show Password Feature in Change Password Field (b065000)
  2. Cache Todo Data in Local Storage for Better Performance and Experiences (#46) (fc26506)
  3. Improved Navbar Menu (1ddf220)
  4. Deprecated @material-ui/icons Dependency (e33f08e)
  5. Resolved Error of @material-ui/icons Dependency in Home Component (1ddf220)

For more information about changes in this release, please visit our project roadmaps v0.3.5

Version 0.3.4

06 Mar 04:34
30fd0dd
Compare
Choose a tag to compare

What's Changed in v0.3.4:

  1. Added:
    • helmet Dependency (42f5ed1)
    • @fortawesome/fontawesome-svg-core dependency
    • @fortawesome/free-solid-svg-icons dependency
    • @fortawesome/react-fontawesome dependency
  2. Changed method of Rendering Font Awesome (5a35306)
  3. Upgrade Dependencies to the Latest Version (01b284a)
  4. Optimized Files (42f5ed1) (c7638bc)
  5. Deprecated body-parser Dependency (42f5ed1)
  6. Delete Unnecessary Code (c7638bc)
  7. Resolved Issues of:

For more information about changes in this release, please visit our project roadmaps v0.3.4

Version 0.3.3

04 Mar 02:47
b75757e
Compare
Choose a tag to compare

What's Changed in v0.3.3:

  1. Added Check for Update Feature (#38) (30ab770)
  2. Added Show / Hide Password Feature in Login and Register Components (#40) (60306b4)
  3. Restructured and Optimized CSS Files (3076e10)
  4. Improved Accessibility (3fe76b3)
  5. Improved Performance (dd23095)
  6. Fixed Bugs of:
    • Get Started Button not Responsive on Phone Device (#39) (3fe76b3)
    • Description Field in Edit Component doesn't have Auto Resize Feature (#41) (1d5e775)

For more information about changes in this release, please visit our project roadmaps v0.3.3

Version 0.3.2

02 Mar 02:10
184fdbd
Compare
Choose a tag to compare

What's Changed in v0.3.2:

  • Major Updates:
    • Improved Security using encrypt and decrypt features
    • This feature covers all users' todo data EXCEPT for email field
    • Changed Structure for Todo's Model (22576f5)
  • Minor Updates:
    • Added crypto dependency (291d684)
    • Added Badge version to Todo Application (#36) (80594d8)
    • Fixed Bug of loading ... in Description Text still shows up although Data is Fetched Successfully (#35) (365312e)

For more information about changes in this release, please visit our project roadmaps v0.3.2

Version 0.3.1

24 Feb 08:27
1d559a2
Compare
Choose a tag to compare

What's Changed in v0.3.1:

  1. Improved Performance (4853a2a) (acac780)
  2. Added target blank in GitHub Ribbon (970c0a9)
  3. Deprecated CLIENT_URL in env
  4. Fixed Bug of
    • getData Function Supposed to Stop when Data Fetched Successfully (#30) (c50ca77)
    • Navbar should be placed in front of the Todo Button (#31) (ef1a707)
  5. Fixed Minor Bugs (4853a2a)

For more information about changes in this release, please visit our project roadmaps v0.3.1