What's Changed
New Features
- Debug Mode - Run with
--debugflag for verbose logging output - Colored Logging - New structured logger with color-coded output (info, success, warn, error)
Improvements
- Better Rate Limit Handling - Parse Google's
quotaResetDelayandquotaResetTimeStampformats, enforce minimum wait times to avoid tight retry loops - Improved 5xx Error Handling - Wait 1 second before retrying on server errors, fail over to next account on persistent 5xx errors
- Sticky Account Failover Fix - Prioritize switching to available accounts over waiting for rate-limited sticky account
Internal
- Reorganized codebase into modular folder structure for better maintainability
Contributors
Thanks to @M2noa for contributing fixes in PR #28!
Full Changelog: v1.1.5...v1.2.0