Skip to content

Releases: cubicbyte/reddit-account-generator

1.3.1 - Removed protector

07 Sep 16:38
d90a329
Compare
Choose a tag to compare

In this update, account protector was removed as it is not needed.

And also other changes:

  • Logging was upgraded
  • All the constants were moved into the reddit_account_generator.config module
  • Fixed incorrect proxy usage by email verifier
  • Added base exception - RedditException
  • Some small changes

Script changes:

  • Added account generation support without any proxies, with user IP
  • Upgraded logging
  • Now script exit works properly

Full Changelog: 1.2.0...1.3.1

1.2.0 - Added email verification

26 Aug 16:20
2704b76
Compare
Choose a tag to compare

What's Changed

  • Added email verification by @Apophis52 in #8

Full Changelog: 1.1.1...1.2.0

1.1.1 - Fixed outdated requirements

07 Aug 10:23
55c3971
Compare
Choose a tag to compare

1.1.0 - Improved stability

01 Aug 08:58
96fdb41
Compare
Choose a tag to compare

Most significant changes

  • Fixed inability to solve non-English captcha
  • Made a nice logging
  • Added automatic ffmpeg installation
  • Extended the range of allowed dependency versions

What's Changed

  • Reddit names by @Apophis52 in #4
  • Improve logging by @cubicbyte in #6

New Contributors

  • @Apophis52 made their first contribution in #4

Full Changelog: 1.0.0...1.1.0

1.0.0 - First release!

26 Jul 16:09
Compare
Choose a tag to compare
setup.py: Fixed package building