Skip to content

Releases: kamolgks/Password-Generator

v1.0.3

08 Aug 12:41
Compare
Choose a tag to compare

Password Generator v1.0.3

Version: 1.0.3
Release Date: August 8, 2024

  1. Dark Theme Support:

    • Added styles for a dark theme that change the background, text, and other interface elements' colors.
    • Smoother transitions between light and dark themes using CSS variables.
  2. Updated Button and Element Styles:

    • Moved the password generation button to the bottom of the screen using absolute positioning.
    • Improved button appearance with rounded corners and smoother hover transitions.
  3. Mobile Adaptation:

    • Added media queries to enhance the display on mobile devices.
    • Optimized element sizes and spacing for a better user experience on smaller screens.
  4. Enhanced User Interaction:

    • Improved text readability with a clearer contrast between background and text.
  5. Bug Fixes:

    • Fixed issues with incorrect color display for some elements when switching themes.
    • Corrected improper button positioning on some screens.
  6. Improved Request Parameter Handling:

    • Simplified and enhanced the generate_password_route function code to handle input data and generate passwords.
    • Added validation for parameters such as password length and the use of different character types.

v1.0.2

24 Mar 11:02
Compare
Choose a tag to compare

m

  • Completely updated frontend and backend.
  • Improved site performance and added buttons to change site theme and much more.
  • Removed everything unnecessary from the site

Full Changelog: https://github.com/kamolgks/Password-Generator/commits/v1.0.2