Changelog - V0.9.1
Added 2025-03-14 01:14:20 +0000 UTCπ Fixed Incomplete File Downloads
Commit: 07ee552
Issue: Downloads were not completing properly, leaving files stuck in .temp format.
Solution: Identified that only a single chunk was being downloaded instead of processing the entire file. Updated the process_media_element function to correctly iterate over all chunks, ensuring that files are fully downloaded before being renamed.
Impact: Files now download completely, and the UI accurately reflects the download state.
π Progress Bar Display Issues (Still in Progress)
Commit: (Pending commit reference)
Issue: The progress bar was always showing 100% due to incorrect calculations, and duplicate progress entries were being created.
Current Fixes:
Adjusted progress calculations to compare the downloaded size against the total file size instead of simply adding values.
Prevented duplicate progress UI elements from being generated.
Fixed logic to properly remove progress entries from the UI once a download completes.
Remaining Issues:
The progress bar still requires adjustments to ensure accurate tracking and prevent inconsistencies.
Further debugging is needed to refine how progress updates are handled for concurrent downloads.
Impact: While the progress bar is more stable, additional refinements are required to fully resolve display issues.
DOWNLOAD HERE
- https://github.com/Emy69/Coomer-Patreon/releases/tag/v0.9.1