Release Summary
Fixes
- Resolved issues with "Too Many Requests" (429) errors by implementing domain-specific request management and controlled request timing.
Additions
- Added concurrency control with Semaphores to manage requests per domain.
- Introduced a delay mechanism between requests to the same domain to comply with server rate limits.
Removals
- Removed unnecessary navigation sections in the settings panel, simplifying the user interface.