Skip to content

Releases: Emy69/CoomerDL

v1.2.1

03 Jun 00:15

Choose a tag to compare

v1.2.1

New

  • Coomerfans now honors global settings: folder structure, file naming mode, retries & rate limits — matches Coomer/Kemono behavior.
  • Redesigned About window:
image

Fixes

  • No more crash when closing the Patreons / About dialog before its data finishes loading.
  • Coomerfans: fixed duplicate post downloads and verified profile pagination.
  • Added missing translation keys for Coomerfans logs (EN/ES).

Cleanup

  • Removed unused dependencies (pillow, psutil).

v1.2.0

30 May 10:02

Choose a tag to compare

What's Changed

  • fix: correct Windows path separator in TranslationService for Linux compatibility by @Zutyosh in #116
  • Add support for coomerfans by @sirmaestro in #119

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

04 Apr 03:56

Choose a tag to compare

fix: prevent coomer domino failures by unifying retries and adding pe…

v1.0

22 Mar 08:26
f28bedb

Choose a tag to compare

The interface was moved from a Tk-based GUI library to a Qt-based framework

V0.8.11.5

18 Aug 08:54

Choose a tag to compare

  • Fixes frequent 404s when fetching Kemono media

V0.8.11.4

15 Aug 20:25

Choose a tag to compare

Header Update to Avoid 403 Error in Coomer/Kemono API

New headers have been added to requests to avoid the 403 Forbidden error affecting API access.

self.headers = {
    "User-Agent": (
        "Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
        "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
    ),
    "Accept": "text/css"
}

V0.8.11.3

14 Aug 08:51

Choose a tag to compare

Updated API endpoint to .../user/{username}/posts?o=0 >:D

V0.8.12

09 Jan 21:04

Choose a tag to compare

v0.8.12

coomer.st

V0.8.11.2

27 Jul 01:50

Choose a tag to compare

coomer.su > coomer.st :?

V0.8.11.1

14 Jul 18:37

Choose a tag to compare

🛠️ Hot-fix

These commits fully resolve all download issues with Erome.

Commit Short description
fix(erome): initialize progress_details_frame to prevent crash on first album download Prevents the app from crashing when the first album download starts; the details window is now created correctly.
fix(erome): skip duplicate media URLs to avoid double-download threads Stops the app from launching duplicate threads and attempting to download the same file more than once.
fix(erome): push 100 % progress before “Completed” to clear child bars and keep footer speed/ETA Child progress bars now reach 100 % and disappear, and the footer shows accurate speed and ETA again.

Result

Erome downloads now run smoothly without crashes, duplicate downloads, or confusing progress displays.