What's Changed
- Updated password generator function by @Xoncia in #185
- Finally fixed all the bugs in #185
- GitHub CI: Add support for both Intel and Apple Silicon Macs by @AdityaGarg8 in #186
- Added program update system!!! Read more here
- Password generation algorithm has been changed. Now it is very variable
- Quick settings block has been added to main.py, where you can change global settings without editing all sections
- Update documentation and screenshots
- Added a new message type [ WARN ] that simply informs you of non-critical situations
- Added the use of the rich module. Please reinstall the libraries from the
requirements.txt
file!!! - Added command line arguments:
--update
,--skip-update-check
- Removed command line arguments:
--try-auto-cloudflare
- Fixed #187 issue - Mozilla Firefox error on ubuntu: Your firefox profile cannot be loaded. it may be missing or inaccessible
- Fixed UnboundLocalError: local variable 'chrome_version' referenced before assignment in WebDriverInstaller. This error occurred when you did not have Google Chrome installed on your system
- Data filling for command line arguments:
business-key
,business-account
is also greatly accelerated! - An additional project version check has also been added: The updater can now tell you that The project has an unreleased version, maybe you are using a build from the developer?
- Increased stability of the algorithm for command line arguments:
business-key
,business-account
That was a lot of work. Nice working with Xoncia!
Full Changelog: v1.4.8.0...v1.4.9.0