Releases: Emy69/CoomerDL
Releases · Emy69/CoomerDL
v1.2.1
v1.2.1
New
- Coomerfans now honors global settings: folder structure, file naming mode, retries & rate limits — matches Coomer/Kemono behavior.
- Redesigned About window:
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
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
- @Zutyosh made their first contribution in #116
- @sirmaestro made their first contribution in #119
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0
V0.8.11.5
V0.8.11.4
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
V0.8.12
V0.8.11.2
V0.8.11.1
🛠️ 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.