Skip to content

Bloogo Web app v1.5.0

Compare
Choose a tag to compare
@PrathameshDhande22 PrathameshDhande22 released this 08 Feb 16:41
· 1 commit to main since this release

Update Logs - v1.5.0

Optimized Frontend and Rendering

  • Improved performance with optimized frontend and rendering for a smoother user experience.

Shifted Uploading Images to Server Side

  • Enhanced security by moving image uploading from client-side to server-side.

Added "Please Wait" Component for API Calls

  • Implemented a "Please Wait" component during API calls for login, signup, forgot password, and change password functionalities.

Cloudinary Image Deletion Functionality

  • Users can now delete images from Cloudinary server to minimize storage.

Removed setTimeout Function

  • Eliminated the use of setTimeout function from various pages for improved code efficiency.

SMTPlib for Mail Sending

  • Utilized smtplib for sending emails, removing dependency on the brevo SMTP server.