Release v1.6.58

This commit is contained in:
Sucukdeluxe 2026-03-05 14:22:19 +01:00
parent 7816dc9488
commit 265e6a72be
2 changed files with 6 additions and 1 deletions

View File

@ -169,6 +169,11 @@ The app stores runtime files in Electron's `userData` directory, including:
Release history is available on [git.24-music.de Releases](https://git.24-music.de/Administrator/real-debrid-downloader/releases).
### v1.6.58 (2026-03-05)
- Fixed extraction progress oscillation (`1% -> 100% -> 1%` loops) during password retries.
- Kept strict archive completion logic, but normalized in-progress archive percent to avoid false visual done states before real completion.
### v1.6.57 (2026-03-05)
- Fixed extraction flow so archives are marked done only on real completion, not on temporary `100%` progress spikes.

View File

@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "1.6.57",
"version": "1.6.58",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",