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.
The key has expired.
What's Changed ⚙️
Default storage location functionality feature by @IlijahP in #1 💾
Reworked download and scaling logic for much better memory performance 🚀
Fixed invalid mime type errors caused by nested download response bodies 🛠️
Resolved an issue where Jsoup was attempting to parse URLs leading to binary data, resulting in UnsupportedMimeTypeException. Fixed by Implementing a HEAD request to check the content type before parsing with Jsoup 🛠️
Added an extractDownloadLink helper method for cleaner code and better readability 🧹
Reworked UI elements to fit more sizes of screens 🖥️
Added LibGenSearchApp-setup.exe with bundled jre to work on systems without Java ☕