You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Performance improved: Instead of external Curl processes, platform-independent, Qt-native methods are now used for downloading. This has roughly tripled the download speed, allowing the programme to run more smoothly and making it far less prone to freezing.
The progress bar now correctly displays the expected number of items, or switches to an indeterminate loading animation if the number cannot be determined.
The download button is now enabled when switching from Crawler to API mode, provided the API key field is not empty.