Skip to content

1.0.5-SNAPSHOT

Compare
Choose a tag to compare
@JakeTurner616 JakeTurner616 released this 13 Jan 07:16
· 59 commits to main since this release
02dccb0

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 ☕

New Contributors 👋