Skip to content

Releases: bruno-1337/Krunos-pad

v1.0.0-beta

15 Sep 20:14
04b70a1
Compare
Choose a tag to compare

New features

  • Added password protection option for pads
  • Added some security features
  • Improved Frontend Design and Responsiveness
  • Customizable font sizes
  • Added Timestamps for pad updates

Code Quality

  • Refactored code to adhere more closely to MVC principles.
  • Ensured proper use of async/await in asynchronous functions.
  • Added error handling and input validation where necessary.

Security

  • Sanitized user inputs to prevent XSS and injection attacks.
  • Integrated helmet middleware in Express to set secure HTTP headers.
  • Validated inputs on both client and server sides to enhance security.