Skip to content

V0.6.3

Compare
Choose a tag to compare
@Emy69 Emy69 released this 27 Aug 07:10
· 36 commits to main since this release

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.