Skip to content

Commit

Permalink
Update v1.0.4
Browse files Browse the repository at this point in the history
+ Tokens will now be saved even when the gen crashes
+ OutputFormat can now be set
+ Passwords now dont have ":" in them anymore (Messed up output format)
+ Delete verify=False in requests (caused warnings)
+ Fixxed Issue that NormalGenerator would save tempmail even when EmailVerification was disabled.
  • Loading branch information
Vinyzu committed Aug 23, 2022
1 parent c56d7f0 commit 1fe79ca
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 285 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

Every new change will be logged

## v1.0.4
```
+ Tokens will now be saved even when the gen crashes
+ OutputFormat can now be set
+ Passwords now dont have ":" in them anymore (Messed up output format)
+ Delete verify=False in requests (caused warnings)
+ Fixxed Issue that NormalGenerator would save tempmail even when EmailVerification was disabled.
```

## v1.0.3
```
+ Raised Timeouts to allow slow proxies to work properly
+ Changed usage of TempmailAPI from package to local file
+ Updated AI to check images three times for any valid images
+ Replaced Httpx with Requests
```

## v1.0.2
```
+ Updated Model Downloader (httpx doesnt work)
Expand Down
Loading

0 comments on commit 1fe79ca

Please sign in to comment.