release: prepare v2.0.58
Publish restored direct DLC drag-and-drop imports and bounded link collector metadata enrichment.
This commit is contained in:
@@ -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
|
||||
|
||||
Generated
+2
-2
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user