Skip to content

Commit

Permalink
Update v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazzya committed Sep 19, 2020
1 parent 4c76955 commit f98904a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Change Log

## v2.2.4 - Sep. 19, 2020
**Fixed:**
- Script compatibility with different operating systems has been improved

## v2.2.3 - Sep. 18, 2020
## v2.2.3 - Sep. 19, 2020
**Added:**
- Secrets module
- Code documentation
- Code cleaned

**Changed:**
- The password generation system has been considerably improved, now they are much more secure and strong. The randomness factor is much higher and impossible to predict.

**Fixed:**
- Script compatibility with different operating systems has been improved

**Removed:**
- Random module

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Password Generator

**Version 2.2.4** - [Change log](CHANGELOG.md)
**Version 2.2.3** - [Change log](CHANGELOG.md)

An incredible script capable of generating very secure passwords

Expand Down
2 changes: 1 addition & 1 deletion passwordgenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Github : https://github.com/Mazzya
# Repository address : https://github.com/Mazzya/passwordgenerator
# This script allows you to generate strong passwords and save them
# Current version : 2.2.4
# Current version : 2.2.3

import string
from io import open
Expand Down

0 comments on commit f98904a

Please sign in to comment.