Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.25 KB

changelog.md

File metadata and controls

53 lines (41 loc) · 1.25 KB

Changelog

Every new change will be logged

v1.0.5

+ Fixxed To Low Password Security
+ Fixxed self.person error
+ Changed IP Provider (Hopefully Fixxes Proxy Errors)
+ Rewrote ProxyCheck Invalid Error

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)
--> Now, Models dont have to be given in the repo
+ Updated Proxy Class (Splitter) and general proxy-object handling

v1.0.1

+ Updated various Proxy Handlers
+ Updated MailVerifier to wait until the new token is received
+ Updated smooth_out_mouse() to fix https://github.com/Vinyzu/DiscordGenerator/issues/3 by adding an extra point
+ Updated DISCUM Client to reduce code amount and allow proxies to work

v1.0

+ First Commit