release: prepare v2.0.58

Publish restored direct DLC drag-and-drop imports and bounded link collector metadata enrichment.
This commit is contained in:
Sucukdeluxe
2026-08-22 20:22:07 +02:00
parent 2f031dc350
commit bd727208bc
3 changed files with 11 additions and 3 deletions
+8
View File
@@ -2,6 +2,14 @@
All notable changes to Multi-Debrid Downloader are documented in this file.
## [2.0.58] - 2026-08-22
### DLC drag and drop
- Restore direct DLC drag-and-drop imports into Downloads without routing dropped containers through the link collector preview.
- Resolve dropped file paths through Electron's supported preload bridge instead of relying on renderer-only file properties.
- Bound explicit link collector metadata enrichment so unavailable hoster checks cannot leave the interface permanently busy.
## [2.0.57] - 2026-08-22
### Window appearance
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "multi-debrid-downloader",
"version": "2.0.57",
"version": "2.0.58",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "multi-debrid-downloader",
"version": "2.0.57",
"version": "2.0.58",
"license": "MIT",
"dependencies": {
"adm-zip": "0.6.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "multi-debrid-downloader",
"version": "2.0.57",
"version": "2.0.58",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",