-
v1.6.43 Stable
released this
2026-03-05 03:02:41 +01:00 | 625 commits to main since this releaseImprovements
- Compact changelog in update dialog: only top-level items are shown, sub-items and long descriptions are stripped for a clean display
- Detailed post-processing status labels with live extraction progress (from v1.6.41/v1.6.42):
- Entpacken vorbereiten / Archive scannen / Speicherplatz pruefen phases
- Live extraction percentage and archive count
- Password cracking progress
- Renaming / Aufraeumen / MKV collection phases
- DDownload provider label in download status (from v1.6.40)
- DDownload SSL certificate fix for storage servers (from v1.6.38)
- DDownload auto-routing before debrid chain (from v1.6.37)
Downloads
-
v1.6.42 Stable
released this
2026-03-05 02:57:23 +01:00 | 626 commits to main since this releaseImprovements
- Detailed post-processing status labels: The package status now shows exactly what is happening at every phase, eliminating "dead" periods where no activity was visible:
[10/10 - Done] - Entpacken vorbereiten...� initial preparation[10/10 - Done] - Archive scannen...� discovering archive files[10/10 - Done] - Speicherplatz pr�fen...� disk space verification[10/10 - Done] - Entpacken 45% (3/6)� live extraction progress[10/10 - Done] - Passwort knacken: 60%� password testing[10/10 - Done] - Renaming...� auto-rename phase[10/10 - Done] - Aufr�umen...� archive cleanup[10/10 - Done] - Verschiebe MKVs...� MKV library collection
- Dash separator in status: Status format changed from
[10/10] Entpackento[10/10 - Done] - Entpacken 45% (3/6)for better readability
Downloads
- Detailed post-processing status labels: The package status now shows exactly what is happening at every phase, eliminating "dead" periods where no activity was visible:
-
v1.6.41 Stable
released this
2026-03-05 02:46:10 +01:00 | 627 commits to main since this releaseImprovements
- Live extraction progress in package status: The package-level status label now shows detailed, real-time extraction progress instead of a static "Entpacken..." label:
- Overall percentage and archive count:
Entpacken 45% (3/6) - Password cracking progress:
Passwort knacken: 60% - Works for both hybrid (during download) and full extraction modes
- Previously there were phases where the package showed no activity detail, making it unclear what was happening
- Overall percentage and archive count:
Downloads
- Live extraction progress in package status: The package-level status label now shows detailed, real-time extraction progress instead of a static "Entpacken..." label:
-
v1.6.40 Stable
released this
2026-03-05 02:42:19 +01:00 | 628 commits to main since this releaseFixes
- Show "DDownload" instead of "Debrid" in download status: Status column now correctly shows "Download l�uft (DDownload)" instead of the generic "Download l�uft (Debrid)" for DDownload downloads.
- Strip markdown from update changelog (from v1.6.39): Changelog in update dialog now displays as clean plain text.
Downloads
-
v1.6.39 Stable
released this
2026-03-05 02:37:18 +01:00 | 629 commits to main since this releaseFixes
- Strip markdown from update changelog dialog: The confirm dialog is plain text and cannot render markdown. Headings (
##), bold (**), italic (*), and code backticks are now stripped so the changelog displays cleanly.
Downloads
- Strip markdown from update changelog dialog: The confirm dialog is plain text and cannot render markdown. Headings (
-
v1.6.38 Stable
released this
2026-03-05 02:32:59 +01:00 | 630 commits to main since this releaseFixes
- Fix DDownload downloads failing with connection errors: DDownload storage servers (dstorage.org) use SSL certificates that fail Node.js TLS verification, causing all downloads to fail with "Verbindungsfehler". Added
skipTlsVerifyflag so TLS certificate verification is temporarily disabled only for DDownload download connections.
Downloads
- Fix DDownload downloads failing with connection errors: DDownload storage servers (dstorage.org) use SSL certificates that fail Node.js TLS verification, causing all downloads to fail with "Verbindungsfehler". Added
-
v1.6.37 Stable
released this
2026-03-05 02:25:34 +01:00 | 631 commits to main since this releaseFixes
- DDownload auto-routing: DDownload URLs (ddownload.com / ddl.to) are now automatically routed to the DDownload provider before trying any debrid services. Previously, debrid providers like Mega-Debrid would attempt (and fail) to handle these URLs first.
- Remove DDownload from provider dropdowns: DDownload is a direct file hoster, not a debrid service. It no longer appears in the primary/secondary/tertiary provider selection since it only handles its own URLs and is used automatically when configured.
- Fix blank screen on upgrade (from v1.6.36): Guard against undefined
ddownloadLogin/ddownloadPasswordin renderer when upgrading from versions without DDownload support.
Downloads
-
v1.6.36 Stable
released this
2026-03-05 02:17:41 +01:00 | 632 commits to main since this releaseBug Fix
- Fix blank screen crash when upgrading from a version without DDownload support
- Guard against undefined
ddownloadLogin/ddownloadPasswordin the renderer when persisted settings lack the new fields - Applies
|| ""fallback inconfiguredProvidersuseMemo and input value bindings
- Guard against undefined
Downloads
- Fix blank screen crash when upgrading from a version without DDownload support
-
v1.6.35 Stable
released this
2026-03-05 02:07:52 +01:00 | 633 commits to main since this releaseNew Features
DDownload Provider
- Added DDownload (ddownload.com / ddl.to) as a new file hoster provider
- Uses web login with email/password authentication (same approach as JDownloader)
- Premium download support via XFS (XFileSharing) web flow
- Automatic session management with cookie-based authentication
- Supports both ddownload.com and ddl.to URL formats
- Integrates into the existing provider fallback chain (primary/secondary/tertiary)
- Available in the Accounts tab alongside existing providers
Post-Processing Status Labels
- Package status now shows detailed labels during post-processing phases
- Displays "Entpacken..." during extraction
- Displays "Renaming..." during auto-rename operations
- Displays "Aufr�umen..." during archive cleanup
- Displays "Verschiebe MKVs..." during MKV library collection
- Labels appear after the [done/total] counter for clear progress indication
- Labels are transient and automatically cleared on app restart
Changelog in Update Dialog
- Update confirmation dialog now shows release notes when available
- Changelog is displayed between version info and the install prompt
- Long changelogs are truncated to 500 characters for readability
- Release notes are fetched from the Gitea API release body field
Downloads
-
v1.6.34 Stable
released this
2026-03-05 01:38:51 +01:00 | 635 commits to main since this releasev1.6.34
Bug Fix
- Fixed hybrid extraction status label: Completed items that are part of incomplete multi-part archives now correctly show "Entpacken - Warten auf Parts" instead of "Entpacken - Ausstehend" when other parts are still downloading. Previously, when hybrid extraction found no ready archive sets, items kept the misleading "Ausstehend" label from download completion.
Downloads